Skip to content

Commit 0ec991e

Browse files
authored
Merge branch 'main' into bw_eliminate_require
2 parents d5af780 + 5c277a5 commit 0ec991e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/test_other.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14856,10 +14856,7 @@ def test_fs_lzfs(self):
1485614856
})
1485714857
def test_fp16(self, args):
1485814858
self.v8_args += ['--experimental-wasm-fp16']
14859-
# TODO Remove this. Liftoff is currently broken for this test.
14860-
# https://chromium-review.googlesource.com/c/v8/v8/+/5842546
14861-
self.v8_args += ['--no-liftoff']
14862-
self.do_runf('test_fp16.c', cflags=['-msimd128', '-mfp16', '-sENVIRONMENT=shell'] + args)
14859+
self.do_runf('test_fp16.c', cflags=['-msimd128', '-mfp16', '-mrelaxed-simd', '-sENVIRONMENT=shell'] + args)
1486314860

1486414861
def test_embool(self):
1486514862
self.do_other_test('test_embool.c')

0 commit comments

Comments
 (0)