Make Linux coverage build green again
Categories
(Testing :: Code Coverage, task)
Tracking
(Not tracked)
People
(Reporter: marco, Assigned: marco)
References
(Depends on 9 open bugs)
Details
Attachments
(2 files, 2 obsolete files)
We will soon be using GCC 7 with an opt build.
We can either try to fix the issues with the GCC 7 opt build, or we can try to switch to Clang and directly fix the issues with the Clang build. Since we plan to switch to Clang anyway, it might be a better use of our time.
Assignee | ||
Comment 1•5 years ago
|
||
Most of the failures seem to be related to IndexedDB.
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D59316
Comment 7•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Test which failed the last 3 runs on Linux x64 ccov and have no bug and patch yet:
- browser/components/aboutconfig/test/browser/browser_edit.js and browser/components/aboutconfig/test/browser/browser_observe.js (bc6)
- devtools/client/webconsole/test/browser/browser_toolbox_console_new_process.js (dt5)
- devtools/server/tests/browser/browser_perf-01.js and devtools/server/tests/browser/browser_perf-02.js (dt9)
- browser/base/content/test/static/browser_all_files_referenced.js (dt10)
- devtools/client/debugger/test/mochitest/browser_dbg-windowless-service-workers.js (dt16)
There are also several tests which fail frequently but not permanently (e.g. dt12) which will also need disabling. Please do a daily review of the failures and disable the ones which fail more than once per day (means at least 2 out of ~4 runs, or >=50% failure rate).
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
bugherder |
Comment 12•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:marco, maybe it's time to close this bug?
Assignee | ||
Comment 13•4 years ago
|
||
We can call this fixed as most tests are now green. The remaining failing tests are tracked in separate bugs (blocking this one).
Updated•4 years ago
|
Description
•