Closed
Bug 1805442
Opened 3 years ago
Closed 3 years ago
Enable parallel marking for some browser TSAN tests
Categories
(Core :: JavaScript: GC, task, P1)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
The initial parallel marking implementation landed in bug 1802897, disabled by default. Before enabling this everywhere I'd like to turn it on in CI for some browser TSAN tests to see if this shows up any races (or other potential problems).
I've run the browser TSAN tests with the pref enabled and they are green so far.
| Assignee | ||
Comment 1•3 years ago
|
||
To help test parallel marking this patch enables it in some browser TSAN tests.
This change will be removed when it is enabled by default.
Updated•3 years ago
|
Assignee: nobody → jcoppeard
Status: NEW → ASSIGNED
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P1
Updated•3 years ago
|
Attachment #9308034 -
Attachment description: Bug 1805442 - Enable parallel marking in TSAN mochitest and web-platform-tests r?jcristau → Bug 1805442 - Enable parallel marking in TSAN tests r?jcristau
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a09ca9097407
Enable parallel marking in TSAN tests r=jmaher
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → 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
•