www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 9310] New: escapeShellCommand unittests are never run

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9310

           Summary: escapeShellCommand unittests are never run
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody puremagic.com
        ReportedBy: andrej.mitrovich gmail.com



17:34:28 PST ---
The unitttests are not run at all for this function, because
-version=unittest_burnin is never set in Phobos. Note that running the tests
would have prevented the newly discovered compiler regression:
http://d.puremagic.com/issues/show_bug.cgi?id=9309

Which was found thanks to this report:
http://d.puremagic.com/issues/show_bug.cgi?id=9307

As a result `escapeShellCommand` is completely unusable in 2.061 because it
always returns an empty string.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 12 2013
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9310




Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/128f1e4f3a5422d893990550b8f5dc26e2d5ea13
std.process: Add an additional unit test for escapeShellCommand (issue 9310)

https://github.com/D-Programming-Language/phobos/commit/71079e3901907343c27e5781a6150912782daead


std.process: Add an additional unit test for escapeShellCommand (issue 9310)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 24 2013
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9310


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
         AssignedTo|nobody puremagic.com        |andrej.mitrovich gmail.com



15:44:16 PDT ---
https://github.com/D-Programming-Language/phobos/pull/1583

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Sep 17 2013
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=9310


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 08 2013