Open
Bug 635550
Opened 15 years ago
Updated 3 years ago
Reftest harness charges assertions to the wrong test when assertion occurs on bfcache eviction
Categories
(Testing :: Reftest, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: khuey, Unassigned)
Details
If an assertion occurs on bfcache eviction it will be charged to the test running when the eviction occurs, not to the test that caused it. As an example, the assertions on editor/libeditor/text/crashtests/580151-1.xhtml (soon to be editor/libeditor/text/crashtests/403965-1.xhtml ) are actually caused by editor/libeditor/base/crashtests/475132-1.xhtml.
The reftest harness should probably forcibly evict the bfcache after each test.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•