Open
Bug 1552311
Opened 6 years ago
Updated 3 years ago
reftests that throw exceptions tend to time out
Categories
(Testing :: web-platform-tests, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: jgraham, Unassigned)
Details
If a reftest is waiting for reftestWait to be removed and it throws an exception it's pretty likely that the test will then time out. We should handle this somehow so that these tests can run much faster.
It's unclear if the harness can do this or if it needs to be in the test js, because harness injected code may be too late to catch exceptions.
Comment 1•6 years ago
|
||
The priority flag is not set for this bug.
:jgraham, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(james)
| Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(james)
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•