Closed
Bug 1279879
Opened 9 years ago
Closed 9 years ago
Compacting GC jit-test time outs on MacOSX try builds
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
|
1.41 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
I'm seeing a few timeouts on macosx for these tests, but only on try builds. Maybe we don't run this on inbound I don't know.
Anyway, tests are expected to take longer with CGC zeal and so timeouts are expected. I'll add these to the list of allowed timeouts.
TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/basic/bug867946.js | Timeout (code -9, args "--ion-eager --ion-offthread-compile=off")
TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/basic/testAtomize.js | Timeout (code -9, args "")
TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/basic/testAtomize.js | Timeout (code -9, args "--ion-eager --ion-offthread-compile=off")
TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/basic/testAtomize.js | Timeout (code -9, args "--baseline-eager")
TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/ion/bug779245.js | Timeout (code -9, args "--ion-eager --ion-offthread-compile=off")
TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/ion/close-iterators-1.js | Timeout (code -9, args "--ion-eager --ion-offthread-compile=off")
TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/parser/modifier-yield-without-operand-2.js | Timeout (code -9, args "--ion-eager --ion-offthread-compile=off")
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8762496 -
Flags: review?(sphink)
Comment 2•9 years ago
|
||
Comment on attachment 8762496 [details] [diff] [review]
bug1279879-macosx-cgc-timeouts
Review of attachment 8762496 [details] [diff] [review]:
-----------------------------------------------------------------
WFM
Attachment #8762496 -
Flags: review?(sphink) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0a7dbd0934c3
Add some tests to the list of expected timeouts for compacting GC testing r=sfink DONTBUILD
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•