Open
Bug 929478
(tsan)
Opened 8 years ago
Updated 3 days ago
[meta] Make TSan (ThreadSanitizer) usable with Firefox
Categories
(Core :: Sanitizers, task)
Tracking
()
NEW
People
(Reporter: decoder, Unassigned)
References
(Depends on 44 open bugs)
Details
(Keywords: meta, sec-want)
This bug is meant for tracking all efforts related to making TSan usable with Firefox and once that is achieved, keeping our builds working and compatible with latest Firefox and TSan features.
| Reporter | ||
Updated•8 years ago
|
Alias: tsan-maintenance
| Reporter | ||
Updated•7 years ago
|
Updated•5 years ago
|
Assignee: choller → jseward
Depends on: 1373748
Depends on: 1373859
Updated•1 year ago
|
See Also: → apz-threadsafe
| Reporter | ||
Updated•1 year ago
|
Depends on: tsan-tests-basic
Depends on: 845504
Updated•1 year ago
|
Alias: tsan-maintenance → tsan
Assignee: jseward → nobody
Updated•1 year ago
|
Component: Security Assurance: Applications → Sanitizers
Product: mozilla.org → Core
Version: other → Trunk
Summary: Make TSan (ThreadSanitizer) usable with Firefox → [meta] Make TSan (ThreadSanitizer) usable with Firefox
Chiming into this bug, please direct me to a more appropriate bug if there exists one.
I've noticed that tsan is currently running on linux64 docker image. This has been phased out for the most part on mozilla-central, with tests now running with ubuntu1804-test docker image.
I have a push where I made the necessary changes to have tsan run with ubuntu1804-test docker image, and I have some failures:
https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&tier=1%2C2%2C3&revision=e41b65c04476a324e12f6699f2bb7b6b3fbed695
xpcshell
- X2 chunk reports a bunch of
TEST-UNEXPECTED-FAILthat I assume are legitimate failures (i.e not slow tests).
mochitest-plain
- a persistent failure of
toolkit/content/tests/widgets/test_videocontrols.htmlcan be seen in chunk 4. - multiple failures are observed in chunk 5, retriggers are underway.
I'd like to have all of tsan migrated over to use ubuntu1804 before the list of test suites grows. Should I skip all of the failing tests with skip-if = tsan?
Flags: needinfo?(choller)
| Reporter | ||
Updated•1 year ago
|
Flags: needinfo?(choller)
| Reporter | ||
Updated•11 months ago
|
Depends on: mochitest_media_tsan
| Reporter | ||
Updated•11 months ago
|
Updated•10 months ago
|
| Reporter | ||
Updated•7 months ago
|
Depends on: mochitest-bc-tsan
You need to log in
before you can comment on or make changes to this bug.
Description
•