Open
Bug 1369785
Opened 8 years ago
Updated 2 years ago
Investigate if there is a way to collect JSVM coverage in purposely failing tests.
Categories
(Testing :: Code Coverage, enhancement)
Testing
Code Coverage
Tracking
(Not tracked)
NEW
People
(Reporter: sparky, Unassigned)
References
(Blocks 1 open bug)
Details
This bug is to determine is there is some way of collecting JSVM code coverage on tests that purposely fail in the jittest test suite. Currently, there are many places in JIT/IonMonkey that runtime errors come from so there does not seem to be a common place to deal with them if we collect code coverage. We should investigate if this behaviour is needed and if it can be done.
The tests that are failing for this reason are:
1. xdr/bug1186973.js
2. basic/werror.js
Comment 1•8 years ago
|
||
In theory, we could use the feature that will be added in bug 1380661.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•