Skip to content

Commit 1a8164e

Browse files
committed
Uncommenting Tests
1 parent 0299465 commit 1a8164e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

integration_tests/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -642,11 +642,11 @@ RUN(NAME test_builtin_pow LABELS cpython llvm llvm_jit c EXTRA_ARGS --no-warn
642642
RUN(NAME test_builtin_float LABELS cpython llvm llvm_jit c)
643643
# RUN(NAME test_builtin_str_02 LABELS cpython llvm llvm_jit c NOFAST)
644644
RUN(NAME test_builtin_round LABELS cpython llvm llvm_jit c)
645-
# RUN(NAME test_builtin_divmod LABELS cpython llvm llvm_jit c)
646-
# 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)
645+
RUN(NAME test_builtin_divmod LABELS cpython llvm llvm_jit c)
646+
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)
650650
# RUN(NAME test_pass_compare LABELS cpython llvm llvm_jit) # renable c # post sync
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)