Skip to content

Commit e5cb868

Browse files
[JSC] Disable wasm string builtins tests in 32-bit systems
https://bugs.webkit.org/show_bug.cgi?id=300791 Reviewed by Yusuke Suzuki. As suggested in PR WebKit#52011, let's disable the test for now. * JSTests/wasm/stress/wasm-js-string-builtins-returnStrictInt32.js: Canonical link: https://commits.webkit.org/301574@main
1 parent b7acc3e commit e5cb868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

JSTests/wasm/stress/wasm-js-string-builtins-returnStrictInt32.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ skip if $addressBits <= 32
12
/*
23
(module
34
(import "env" "memory" (memory 1))

0 commit comments

Comments
 (0)