Intermittent testFindSCCsStackLimit | z:/build/build/src/js/src/jsapi-tests/testFindSCCs.cpp:212:CHECK failed: vertices[i].gcGraphEdges.put(&vertices[i + 1])
Categories
(Core :: JavaScript Engine, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure, regression)
Filed by: apavel [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=255196918&repo=autoland
Full log: https://queue.taskcluster.net/v1/task/Nf3cz6g5SxiffFyMp8LfQQ/runs/0/artifacts/public/logs/live_backing.log
03:11:42 INFO - TEST-START | jsapi-tests.exe
03:12:04 INFO - PID 1972 |
03:12:04 INFO - testGetRegExpSource
03:12:04 INFO - TEST-PASS | testGetRegExpSource | ok
03:12:04 INFO - testGetRegExpFlags
03:12:04 INFO - TEST-PASS | testGetRegExpFlags | ok
03:12:04 INFO - TEST-PASS | testForOfIterator_bug515273_part2 | ok
03:12:04 INFO - testForOfIterator_bug515273_part1
03:12:04 INFO - TEST-PASS | testForOfIterator_bug515273_part1 | ok
03:12:04 INFO - testForOfIterator_basicNonIterable
03:12:04 INFO - TEST-PASS | testForOfIterator_basicNonIterable | ok
03:12:04 INFO - testFindSCCsStackLimit
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | testFindSCCsStackLimit | z:/build/build/src/js/src/jsapi-tests/testFindSCCs.cpp:212:CHECK failed: vertices[i].gcGraphEdges.put(&vertices[i + 1])
03:12:04 INFO - testFindSCCs
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | testFindSCCs | Failed to initialize.
03:12:04 INFO - testExternalStrings
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | testExternalStrings | Failed to initialize.
03:12:04 INFO - testIteratorObject
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | testIteratorObject | Failed to initialize.
03:12:04 INFO - testIsInsideNursery
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | testIsInsideNursery | Failed to initialize.
03:12:04 INFO - testIntlAvailableLocales
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | testIntlAvailableLocales | Failed to initialize.
03:12:04 INFO - testPinAcrossGC
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | testPinAcrossGC | Failed to initialize.
03:12:04 INFO - testAtomizedIsNotPinned
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | testAtomizedIsNotPinned | Failed to initialize.
03:12:04 INFO - testIntString_bug515273
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | testIntString_bug515273 | Failed to initialize.
03:12:04 INFO - testInformalValueTypeName
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | testInformalValueTypeName | Failed to initialize.
03:12:04 INFO - 10 unexpected failures.
03:12:04 WARNING - TEST-UNEXPECTED-FAIL | jsapi-tests.exe | test failed with return code 1
03:12:04 INFO - TEST-INFO took 22105ms
03:12:04 INFO - SUITE-END | took 26s
03:12:04 INFO - Result summary:
03:12:04 INFO - cppunittests INFO | Passed: 63
03:12:04 WARNING - cppunittests INFO | Failed: 1
03:12:04 WARNING - One or more unittests failed.
03:12:04 ERROR - Return code: 1
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Looks like OOM running jsapi-tests. We can try decreasing max here if this happens again:
https://searchfox.org/mozilla-central/source/js/src/jsapi-tests/testFindSCCs.cpp#207
| Comment hidden (Intermittent Failures Robot) |
Comment 3•7 years ago
|
||
Description
•