tor-browser

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

commit fa3038b141e468319a238a75feddc22f010f39eb
parent fea5740ed0c1b1a93c36219121a051482446a8e3
Author: Julien Pages <jpages@mozilla.com>
Date:   Thu, 18 Dec 2025 16:56:32 +0000

Bug 2006582 - Updating tests for wasm branch hinting. r=rhunt

Differential Revision: https://phabricator.services.mozilla.com/D276915

Diffstat:
Mjs/public/WasmFeatures.h | 2+-
Mjs/src/jit-test/tests/wasm/branch-hinting/directives.txt | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/public/WasmFeatures.h b/js/public/WasmFeatures.h @@ -119,7 +119,7 @@ /* capitalized name */ BranchHinting, \ /* lower case name */ branchHinting, \ /* compile predicate */ WASM_BRANCH_HINTING_ENABLED, \ - /* compiler predicate */ IonAvailable(cx), \ + /* compiler predicate */ true, \ /* flag predicate */ true, \ /* flag force enable */ false, \ /* flag fuzz enable */ true, \ diff --git a/js/src/jit-test/tests/wasm/branch-hinting/directives.txt b/js/src/jit-test/tests/wasm/branch-hinting/directives.txt @@ -1 +1 @@ -|jit-test| --setpref=wasm_branch_hinting=true; --wasm-compiler=ion; test-also=--wasm-compiler=baseline;skip-if: !wasmBranchHintingEnabled(); include:wasm.js +|jit-test| --wasm-compiler=ion; test-also=--wasm-compiler=baseline;skip-if: !wasmBranchHintingEnabled(); include:wasm.js