Open
Bug 608175
Opened 14 years ago
Updated 2 years ago
Reftest does not crash when it should
Categories
(Testing :: Reftest, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
Attachments
(1 file)
621 bytes,
patch
|
Details | Diff | Splinter Review |
STEPS TO REPRODUCE
(0. make sure you don't have the fix for bug 576890 in your tree)
1. apply the attached patch (containing a crashtest for bug 576890)
2. python $OBJDIR/_tests/reftest/runreftest.py layout/tables/crashtests/576890.list
EXPECTED RESULT
crash
ACTUAL RESULT
The reftest framework claims the test was run and that it was successful
Reporter | ||
Comment 1•14 years ago
|
||
If I run the test 3 times like so:
load 576890-1.html
load 576890-1.html
load 576890-1.html
it still does not crash. If I add one more line then it crashes...
It looks like the window is never opened if there are fewer than 4 tests?
Updated•2 years ago
|
Severity: major → S2
You need to log in
before you can comment on or make changes to this bug.
Description
•