Closed
Bug 1050207
Opened 10 years ago
Closed 2 years ago
Expose OS to xpcshell tests
Categories
(Testing :: XPCShell Harness, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gfritzsche, Unassigned)
References
Details
Attachments
(1 file)
54.18 KB,
patch
|
Details | Diff | Splinter Review |
We have custom tests for the operating system spread across our tests, e.g.:
http://dxr.mozilla.org/mozilla-central/search?q=iswindows+path%3Atest&case=false
isWindows, gIsWindows, isOSX, gIsOsx, ...
We should just expose a property for that to the tests from a single location.
Reporter | ||
Comment 1•10 years ago
|
||
See also bug 1050205 for the mochitest incarnation.
Comment 2•10 years ago
|
||
For the reference, this is a patch to use mozinfo in xpcshell tests.
Comment 3•2 years ago
|
||
this was done in bug 1150818
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•