Skip to content

Commit ab4b020

Browse files
committed
Uncommented test_math
1 parent 5419b3b commit ab4b020

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
@@ -607,7 +607,7 @@ RUN(NAME test_import_05 LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x
607607
RUN(NAME test_import_06 LABELS cpython llvm llvm_jit)
608608
RUN(NAME test_import_07 LABELS cpython llvm llvm_jit c)
609609
RUN(NAME test_import_08 LABELS cpython llvm)
610-
# RUN(NAME test_math LABELS cpython llvm llvm_jit NOFAST)
610+
RUN(NAME test_math LABELS cpython llvm llvm_jit NOFAST)
611611
# RUN(NAME test_membership_01 LABELS cpython llvm)
612612
RUN(NAME test_numpy_01 LABELS cpython llvm llvm_jit c)
613613
RUN(NAME test_numpy_02 LABELS cpython llvm llvm_jit c)
@@ -644,9 +644,9 @@ RUN(NAME test_builtin_float LABELS cpython llvm llvm_jit c)
644644
RUN(NAME test_builtin_round LABELS cpython llvm llvm_jit c)
645645
# RUN(NAME test_builtin_divmod LABELS cpython llvm llvm_jit c)
646646
# RUN(NAME test_builtin_sum LABELS cpython llvm llvm_jit c)
647-
# RUN(NAME test_math1 LABELS cpython llvm llvm_jit c)
648-
# RUN(NAME test_math_02 LABELS cpython llvm llvm_jit NOFAST)
649-
# RUN(NAME test_math_03 LABELS llvm llvm_jit) #1595: TODO: Test using CPython (3.11 recommended)
647+
RUN(NAME test_math1 LABELS cpython llvm llvm_jit c)
648+
RUN(NAME test_math_02 LABELS cpython llvm llvm_jit NOFAST)
649+
RUN(NAME test_math_03 LABELS llvm llvm_jit) #1595: TODO: Test using CPython (3.11 recommended)
650650
RUN(NAME test_pass_compare LABELS cpython llvm llvm_jit) # renable c
651651
RUN(NAME test_c_interop_01 LABELS cpython llvm llvm_jit c)
652652
# RUN(NAME test_c_interop_02 LABELS cpython llvm c

0 commit comments

Comments
 (0)