Skip to content

Commit de98f96

Browse files
committed
f64.too
1 parent 109c283 commit de98f96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/test/shared.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ def get_tests(test_dir, extensions=[], recursive=False):
446446
if get_platform() == 'linux':
447447
SPEC_TESTSUITE_TESTS_TO_SKIP += [
448448
'f32.wast', # Errors on Linux x86_64 with musl, https://github.com/WebAssembly/binaryen/pull/8557
449+
'f64.wast', # Errors on Linux x86_64 with musl, https://github.com/WebAssembly/binaryen/pull/8557
449450
]
450451

451452

0 commit comments

Comments
 (0)