Closed
Bug 1806483
Opened 3 years ago
Closed 3 years ago
Enable TSAN cppunittests by default in CI
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox110 fixed)
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
With the patch from bug 1806222 applied, TSAN cppunittests are green with just two tests needing to be skipped:
- TestPoisonArea: Already skipped on ASAN and doesn't appear to be expected to work
- TestBaseProfiler: The profiler has a number of known TSAN issues at the moment and that team is fine with disabling the test for now.
Try push is exceedingly green:
https://treeherder.mozilla.org/jobs?repo=try&revision=76de8782391c5990e54ffbead8d58278c3235355
As a bonus, TestPoisonArea is also re-enabled on Android as whatever issue it had in the 4.3 emulator once upon a time is now gone.
| Assignee | ||
Comment 1•3 years ago
|
||
Depends on D164960
Pushed by rvandermeulen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/57187a7bc9f7
Enable TSAN cppunittests by default. r=jmaher
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•