Closed
Bug 1602562
Opened 6 years ago
Closed 6 years ago
Check for JS_CODE_COVERAGE_OUTPUT_DIR when black-listing jit-tests for coverage builds.
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
Details
Attachments
(1 file)
We currently check at [1] for the GCOV_PREFIX environment variable in order to set the expected failures for jit-tests. While automation does set that prefix, a more appropriate variable to check is JS_CODE_COVERAGE_OUTPUT_DIR which is what triggers jsshell to test coverage and thus what causes the test failures.
Assignee | ||
Comment 1•6 years ago
|
||
These tests are expected failures when coverage is running. Currently we
check for GCOV_PREFIX environment variable, but JS_CODE_COVERAGE_OUTPUT_DIR
is the one that actually affects results.
Most of the failures are due to coverage disabling lazy parsing.
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2e13d385cab9
Use JS_CODE_COVERAGE_OUTPUT_DIR to blacklist jit-tests. r=nbp
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•