Closed
Bug 1391237
Opened 9 years ago
Closed 9 years ago
backslashes in test.relpath_tests should be replaced with slash before checking against options.ignore_timeouts, in jittests.py
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: arai, Assigned: Callek)
References
Details
Attachments
(1 file)
on windows test.relpath_tests in jittests.py contains a path with backslashes, but options.ignore_timeouts contains paths with slashes,
so it never matches.
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8898407 [details]
Bug 1391237 - backslashes in test.relpath_tests should be replaced with slash before checking against options.ignore_timeouts, in jittests.py.
https://reviewboard.mozilla.org/r/169804/#review175076
Thanks :D
Attachment #8898407 -
Flags: review?(arai.unmht) → review+
Pushed by Callek@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/feeb0ffdce8c
backslashes in test.relpath_tests should be replaced with slash before checking against options.ignore_timeouts, in jittests.py. r=arai
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•