Skip to content

Commit 3a20299

Browse files
committed
moar
1 parent de98f96 commit 3a20299

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scripts/test/shared.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,11 @@ def get_tests(test_dir, extensions=[], recursive=False):
445445

446446
if get_platform() == 'linux':
447447
SPEC_TESTSUITE_TESTS_TO_SKIP += [
448-
'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
448+
# Errors on Linux x86_64 with musl, https://github.com/WebAssembly/binaryen/pull/8557
449+
'f32.wast',
450+
'f64.wast',
451+
'simd_f32x4_rounding.wast',
452+
'simd_f64x2_rounding.wast',
450453
]
451454

452455

0 commit comments

Comments
 (0)