Skip to content

Commit 3c67711

Browse files
committed
TEST: WASM_X86: Enable supporting tests
1 parent e739410 commit 3c67711

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

integration_tests/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ RUN(NAME bindc_02 LABELS llvm c)
180180
RUN(NAME bindc_04 LABELS llvm)
181181
RUN(NAME exit_01 LABELS cpython llvm c)
182182
RUN(NAME exit_02 FAIL LABELS cpython llvm c)
183-
RUN(NAME exit_01b LABELS cpython llvm c wasm)
184-
RUN(NAME exit_02b FAIL LABELS cpython llvm c wasm)
183+
RUN(NAME exit_01b LABELS cpython llvm c wasm wasm_x86)
184+
RUN(NAME exit_02b FAIL LABELS cpython llvm c wasm wasm_x86)
185185
RUN(NAME exit_02c FAIL LABELS cpython llvm c)
186186

187187
# Test all four backends
@@ -233,8 +233,8 @@ RUN(NAME test_dict_03 LABELS cpython llvm)
233233
RUN(NAME test_dict_04 LABELS cpython llvm)
234234
RUN(NAME test_dict_05 LABELS cpython llvm)
235235
RUN(NAME test_for_loop LABELS cpython llvm c)
236-
RUN(NAME modules_01 LABELS cpython llvm wasm)
237-
RUN(NAME modules_02 LABELS cpython llvm wasm)
236+
RUN(NAME modules_01 LABELS cpython llvm wasm wasm_x86)
237+
RUN(NAME modules_02 LABELS cpython llvm wasm wasm_x86)
238238
RUN(NAME test_import_01 LABELS cpython llvm)
239239
RUN(NAME test_import_02 LABELS cpython llvm)
240240
RUN(NAME test_math LABELS cpython llvm)

0 commit comments

Comments
 (0)