commit b9bee8f8e4940f82c9ec971708bcd8acb3b2a39f
parent 10824dea0651b3e68bf81c0874340899458de97b
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date: Wed, 3 Dec 2025 14:43:38 +0000
Bug 2003483 [wpt PR 56389] - classifies wasm-mutable-globals and wasm-string-builtins, a=testonly
Automatic update from web-platform-tests
classifies wasm-mutable-globals and wasm-string-builtins (#56389)
* maps wasm-mutable-globals
-`global-exports-live-bindings.tentative.any.js`: Tests that mutable globals are live bindings
- `mutable-global-sharing.tentative.any.js`: Tests mutable global sharing between modules
Excluded:
- `global-exports.tentative.any.js`: Tests both mutable and immutable exports
- `wasm/jsapi/global/type.tentative.any.js`: Tests the mutable property in Global.type() along with other properties
* maps wasm-string-builtins
--
wpt-commits: 72e3bc9b98feb70fe456d58b055c2aa9945c562c
wpt-pr: 56389
Diffstat:
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/wasm/jsapi/esm-integration/WEB_FEATURES.yml b/testing/web-platform/tests/wasm/jsapi/esm-integration/WEB_FEATURES.yml
@@ -0,0 +1,9 @@
+features:
+- name: wasm-mutable-globals
+ files:
+ - "global-exports-live-bindings.tentative.any.js"
+ - "mutable-global-sharing.tentative.any.js"
+- name: wasm-string-builtins
+ files:
+ - "source-phase-string-builtins.tentative.any.js"
+ - "string-builtins.tentative.any.js"
diff --git a/testing/web-platform/tests/wasm/jsapi/js-string/WEB_FEATURES.yml b/testing/web-platform/tests/wasm/jsapi/js-string/WEB_FEATURES.yml
@@ -0,0 +1,3 @@
+features:
+- name: wasm-string-builtins
+ files: "**"