Open
Bug 929478
(tsan)
Opened 11 years ago
Updated 5 months ago
[meta] Make TSan (ThreadSanitizer) usable with Firefox
Categories
(Core :: Sanitizers, task)
Tracking
()
NEW
People
(Reporter: decoder, Unassigned)
References
(Depends on 50 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•11 years ago
|
Alias: tsan-maintenance
Reporter | ||
Updated•11 years ago
|
Updated•8 years ago
|
Assignee: choller → jseward
Updated•5 years ago
|
See Also: → apz-threadsafe
Reporter | ||
Updated•5 years ago
|
Depends on: tsan-tests-basic
Updated•5 years ago
|
Alias: tsan-maintenance → tsan
Assignee: jseward → nobody
Updated•5 years ago
|
Component: Security Assurance: Applications → Sanitizers
Product: mozilla.org → Core
Version: other → Trunk
Updated•5 years ago
|
Summary: Make TSan (ThreadSanitizer) usable with Firefox → [meta] Make TSan (ThreadSanitizer) usable with Firefox
Comment 1•5 years ago
|
||
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-FAIL
that I assume are legitimate failures (i.e not slow tests).
mochitest-plain
- a persistent failure of
toolkit/content/tests/widgets/test_videocontrols.html
can 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•5 years ago
|
Flags: needinfo?(choller)
Updated•4 years ago
|
Depends on: CVE-2020-15668
Reporter | ||
Updated•4 years ago
|
Depends on: mochitest_media_tsan
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Depends on: mochitest-bc-tsan
Description
•