Open Bug 1369783 Opened 7 years ago Updated 2 years ago

Investigate relazification of functions without destroying coverage information.

Categories

(Testing :: Code Coverage, defect)

defect

Tracking

(Not tracked)

People

(Reporter: sparky, Unassigned)

References

(Blocks 1 open bug)

Details

This bug is for the errors observed in four tests from the jittest test suite that fail when the test is instrumented with JSVM code coverage collection.

The problem comes from the fact that functions are not lazily parsed. The reason for this is because coverage counters will be destroyed upon relazification. This bug is to investigate whether or not there is some way around this, or if it has to be done this way.

The failing tests, in the jit-test suite, are:
1. basic/functionnames.js
2. debug/Debugger-findScripts-23.js
3. debug/bug1160182.js
4. xdr/incremental-encoder.js
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.