Closed
Bug 1637637
Opened 5 years ago
Closed 5 years ago
Terminate xpcshell tests with an exit(0) as soon as we have test results on optimized builds
Categories
(Testing :: XPCShell Harness, task)
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(2 files)
Similar to what was done in bug 1630982 for mochitests, but now for xpcshell tests.
I have a patch that mostly works, but on try I have crashes for the services/sync/tests/unit/test_prefs_tracker.js and services/sync/tests/unit/test_prefs_store.js tests that I haven't been able to figure out yet. They fail intermittently but frequently on all platforms on try, but I can't reproduce them locally.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a53574f6a92bf4eee3bb083ebb8422167c0561f4
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → florian
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D72407
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a8d65c8b993b
Exit(0) at the end of xpcshell tests, r=gbrown.
https://hg.mozilla.org/integration/autoland/rev/566d54746a9a
disable fast shutdown for the test_prefs_store.js and test_prefs_tracker.js tests where it crashes, r=gbrown.
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a8d65c8b993b
https://hg.mozilla.org/mozilla-central/rev/566d54746a9a
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•