Re-add the 'threads' spec-tests
Categories
(Core :: JavaScript: WebAssembly, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr128 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox139 | --- | unaffected |
| firefox140 | --- | unaffected |
| firefox141 | --- | wontfix |
| firefox142 | --- | fixed |
People
(Reporter: rhunt, Assigned: bvisness)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
Fix failing 'threads' spec-tests and start importing them [1].
Updated•5 years ago
|
| Reporter | ||
Comment 1•1 year ago
|
||
We accidentally removed these tests in bug 1967790. We should add them back.
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1967790
:bvisness, since you are the author of the regressor, bug 1967790, could you take a look?
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 3•1 year ago
|
||
We actually removed them in bug 1873776, it seems. (See commit.) It's not clear to me why we did this.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 4•1 year ago
|
||
The key changes in this patch are:
- Adding thread support to the converter and test harness
- Adding the threads proposal to the config
Most of the changes in this patch are noise due to a change in how we
escape JS for template strings. (A double dollar sign does not escape
anything; presumably this was a mistake.)
| Assignee | ||
Comment 5•1 year ago
|
||
The atomics.wast spec test contains some tests that disagree with the
overview semantics for cmpxchg, and which disagree with the typical
behavior of such an instruction. These tests have been modified to
assert the correct values.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 6•1 year ago
|
||
Set release status flags based on info from the regressing bug 1967790
Comment 8•1 year ago
|
||
| bugherder | ||
Comment 9•1 year ago
|
||
The patch landed in nightly and beta is affected.
:bvisness, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox141towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Description
•