Closed
Bug 1317555
Opened 4 years ago
Closed 4 years ago
autospider.py should print treeherder-friendly error message when jsapi-tests crashes.
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
Details
Attachments
(1 file)
1.47 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
when jsapi-tests crashes, no information is shown on treeherder. autospider.py should check the exit status and print something useful, like "TEST-UNEXPECTED-FAIL: jsapi-tests crashed" (if we can detect crash), or simply "TEST-UNEXPECTED-FAIL: jsapi-tests failed"
Assignee | ||
Comment 1•4 years ago
|
||
"PROCESS-CRASH | jsapi-tests | application crashed" might be better.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → arai.unmht
Assignee | ||
Comment 2•4 years ago
|
||
Now "PROCESS-CRASH | jsapi-tests | application crashed" and "Return code: N" is printed when jsapi-tests crashes, that would be visible on treeherder.
Attachment #8811506 -
Flags: review?(mh+mozilla)
Updated•4 years ago
|
Attachment #8811506 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 3•4 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5ff6465aee720453bff02829ff5e73360e5d0c70 Bug 1317555 - Report jsapi-tests crash in autospider.py. r=glandium
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5ff6465aee72
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•