Closed
Bug 1935527
Opened 2 months ago
Closed 2 months ago
[wpt-sync] Sync PR 49554 - Add WPT tests for resizable buffers in Wasm/JS API
Categories
(Core :: JavaScript: WebAssembly, task, P4)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
135 Branch
Tracking | Status | |
---|---|---|
firefox135 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
71.47 KB,
text/plain
|
Details |
Sync web-platform-tests PR 49554 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49554
Details from upstream follow.
Shu-yu Guo <syg@chromium.org> wrote:
Add WPT tests for resizable buffers in Wasm/JS API
For the API, please see
https://www.w3.org/TR/wasm-js-api-2/#memories
https://webassembly.github.io/threads/js-api/index.html#memoriesBug: 42202693
Change-Id: Ifddbb3677d1ce8fcb9e3d5fd5b65408613e228f0
Reviewed-on: https://chromium-review.googlesource.com/6072248
WPT-Export-Revision: 9e824a9115cd616a945960744bdc52af2bf5a16e
Assignee | ||
Updated•2 months ago
|
Component: web-platform-tests → JavaScript: WebAssembly
Product: Testing → Core
Assignee | ||
Comment 1•2 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d5eadddacddf579088d2c941be85e335df0cec0f
Assignee | ||
Comment 2•2 months ago
|
||
# CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 277 tests and 4 subtests
## Status Summary
### Firefox
`OK` : 92
`PASS` : 2115
`FAIL` : 62
`ERROR`: 151
### Chrome
`OK` : 93
`PASS` : 2074
`FAIL` : 103
`ERROR`: 150
### Safari
`OK` : 90
`PASS` : 2025
`FAIL` : 142
`ERROR`: 153
## Links
[GitHub PR Head](https://wpt.fyi/results/?sha=bc74b83ebfeaf56bdd50b8fe8f56e5b6745bab26&label=pr_head)
[GitHub PR Base](https://wpt.fyi/results/?sha=bc74b83ebfeaf56bdd50b8fe8f56e5b6745bab26&label=pr_base)
## Details
### Firefox-only Failures
* [/wasm/jsapi/functions/entry-different-function-realm.html](https://wpt.live/wasm/jsapi/functions/entry-different-function-realm.html) [[wpt.fyi](https://wpt.fyi/results/wasm/jsapi/functions/entry-different-function-realm.html)]
* Start function: `FAIL`
* [/wasm/jsapi/functions/entry.html](https://wpt.live/wasm/jsapi/functions/entry.html) [[wpt.fyi](https://wpt.fyi/results/wasm/jsapi/functions/entry.html)]
* Start function: `FAIL`
* [/wasm/jsapi/module/customSections.any.worker.html](https://wpt.live/wasm/jsapi/module/customSections.any.worker.html) [[wpt.fyi](https://wpt.fyi/results/wasm/jsapi/module/customSections.any.worker.html)]
* Custom sections with U+FFFD: `FAIL`
* [/wasm/jsapi/module/customSections.any.html](https://wpt.live/wasm/jsapi/module/customSections.any.html) [[wpt.fyi](https://wpt.fyi/results/wasm/jsapi/module/customSections.any.html)]
* Custom sections with U+FFFD: `FAIL`
(See attachment for full changes)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a77de4842cab
[wpt PR 49554] - Add WPT tests for resizable buffers in Wasm/JS API, a=testonly
https://hg.mozilla.org/integration/autoland/rev/4e06b3f8cb56
[wpt PR 49554] - Update wpt metadata, a=testonly
https://hg.mozilla.org/mozilla-central/rev/a77de4842cab
https://hg.mozilla.org/mozilla-central/rev/4e06b3f8cb56
Status: NEW → RESOLVED
Closed: 2 months ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•