Open
Bug 523864
Opened 11 years ago
Updated 10 years ago
reftest harness should trap missing file exceptions and continue
Categories
(Testing :: Reftest, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: zwol, Unassigned)
References
Details
Reftests currently do not deal well with a missing file: If the file in a "load" test, or the first file in a "!=" or "==" test, is missing, you get TEST-UNEXPECTED-FAIL || EXCEPTION: ... in the log and the test run is abandoned at that point. It should detect NS_ERROR_FILE_NOT_FOUND and go on to the next test. Worse, if the *second* file (the reference) in a != or == test is missing, the test *hangs* with the reftest window showing the "file not found" screen. I'm not sure why there's a difference there.
Comment 1•11 years ago
|
||
It should definitely *always* be a test failure (even if marked "fails"), though.
Reporter | ||
Comment 2•11 years ago
|
||
Agreed.
Updated•10 years ago
|
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•