tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit b6774e2fcc7fae79b9fde63cd2979b431969349e
parent 9f35a9b93c7d4a67b628705000e4afa47a0cc699
Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com>
Date:   Wed,  3 Dec 2025 14:43:09 +0000

Bug 2003496 [wpt PR 56402] - classifies additional set of "wasm" core web features, a=testonly

Automatic update from web-platform-tests
classifies additional set of "wasm" core web features (#56402)

* maps wasm-reference-types

Excluded possibly relevant JS API tests in `wasm/jsapi/table/` (currently all mapped to wasm):
- constructor-types.tentative.any.js
- get-set.any.js
- grow.any.js
- type.tentative.any.js

We may need to disqualify them from the `wasm` classification consequently.

* maps wasm-tail-call-optimization

* maps wasm-typed-fun-refs
--

wpt-commits: 49710a13a4a8ba6bd869446f4745cd0a966f1ef6
wpt-pr: 56402

Diffstat:
Atesting/web-platform/tests/wasm/core/WEB_FEATURES.yml | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/wasm/core/WEB_FEATURES.yml b/testing/web-platform/tests/wasm/core/WEB_FEATURES.yml @@ -0,0 +1,19 @@ +features: +- name: wasm-reference-types + files: + - "ref_func.wast.js.html" + - "ref_is_null.wast.js.html" + - "ref_null.wast.js.html" + - "table_get.wast.js.html" + - "table_set.wast.js.html" +- name: wasm-tail-call-optimization + files: + - "return_call.wast.js.html" + - "return_call_indirect.wast.js.html" +- name: wasm-typed-fun-refs + files: + - "br_on_non_null.wast.js.html" + - "br_on_null.wast.js.html" + - "call_ref.wast.js.html" + - "ref_as_non_null.wast.js.html" + - "return_call_ref.wast.js.html"