Open
Bug 850035
Opened 12 years ago
Updated 2 years ago
Assertions after "TEST-START | Shutdown" should turn the test orange
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
NEW
People
(Reporter: jruderman, Unassigned)
References
(Blocks 2 open bugs)
Details
Reftest and mochitest use JS to count assertions during execution. But that strategy can't work for assertions during shutdown (which might happen as a result of something a test did).
I think the Python (automation.py, etc) should watch for "TEST-START | Shutdown" and consider subsequent NS_ASSERTIONs to be test failures.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•