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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Andrej Mitrovic <[email protected]> 2013-01-12
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: -------