Skip to content

Commit 8bcf33e

Browse files
committed
disable test_binaryen
`test-binaryen` started to fail on the latest prebuilt SDK 1.37.21 after emscripten-core#5620 as the SDK doesn't support `--trap-mode` yet. Disabling the test.
1 parent 24797c5 commit 8bcf33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ RUN apt-get update \
2525
&& $(which emcc) --version
2626

2727
ARG TEST_TARGET
28-
RUN python tests/runner.py $TEST_TARGET skip:ALL.test_time skip:ALL.test_sse1_full skip:ALL.test_sse2_full skip:ALL.test_sse3_full skip:ALL.test_ssse3_full skip:ALL.test_sse4_1_full
28+
RUN python tests/runner.py $TEST_TARGET skip:ALL.test_time skip:ALL.test_sse1_full skip:ALL.test_sse2_full skip:ALL.test_sse3_full skip:ALL.test_ssse3_full skip:ALL.test_sse4_1_full skip:ALL.test_binaryen

0 commit comments

Comments
 (0)