Skip to content

Commit 119f5bb

Browse files
committed
TEST: uncommented a test
1 parent 4937317 commit 119f5bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

integration_tests/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ RUN(NAME exit_02b FAIL LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x
459459
RUN(NAME exit_02c FAIL LABELS cpython llvm llvm_jit c)
460460

461461
# Test all four backends
462-
# RUN(NAME print_01 LABELS cpython llvm llvm_jit wasm) # renable c, wasm not yet supports sep and end keywords
462+
RUN(NAME print_01 LABELS cpython llvm llvm_jit wasm) # renable c, wasm not yet supports sep and end keywords
463463
RUN(NAME print_03 LABELS x86 c wasm wasm_x86 wasm_x64) # simple test case specifically for x86, wasm_x86 and wasm_x64
464464
RUN(NAME print_04 LABELS cpython llvm llvm_jit c)
465465
RUN(NAME print_06 LABELS cpython llvm llvm_jit) # renable c
@@ -534,14 +534,14 @@ RUN(NAME test_types_02 LABELS cpython llvm llvm_jit c wasm)
534534
# RUN(NAME test_str_05 LABELS cpython llvm llvm_jit c)
535535
# RUN(NAME test_str_06 LABELS cpython llvm llvm_jit c)
536536
RUN(NAME test_string_01 LABELS cpython llvm llvm_jit) # renable c
537-
# RUN(NAME test_list_01 LABELS cpython llvm llvm_jit c)
537+
RUN(NAME test_list_01 LABELS cpython llvm llvm_jit c)
538538
# RUN(NAME test_list_02 LABELS cpython llvm llvm_jit c)
539539
# RUN(NAME test_list_03 LABELS cpython llvm llvm_jit c NOFAST)
540540
# RUN(NAME test_list_04 LABELS cpython llvm llvm_jit c NOFAST)
541541
# RUN(NAME test_list_05 LABELS cpython llvm llvm_jit c NOFAST)
542542
RUN(NAME test_list_06 LABELS cpython llvm llvm_jit c)
543-
# RUN(NAME test_list_07 LABELS cpython llvm llvm_jit c NOFAST)
544-
# RUN(NAME test_list_08 LABELS cpython llvm llvm_jit c NOFAST)
543+
RUN(NAME test_list_07 LABELS cpython llvm llvm_jit c NOFAST)
544+
RUN(NAME test_list_08 LABELS cpython llvm llvm_jit c NOFAST)
545545
# RUN(NAME test_list_09 LABELS cpython llvm llvm_jit c NOFAST)
546546
# RUN(NAME test_list_10 LABELS cpython llvm llvm_jit c NOFAST)
547547
# RUN(NAME test_list_11 LABELS cpython llvm llvm_jit c)
@@ -554,7 +554,7 @@ RUN(NAME test_list_06 LABELS cpython llvm llvm_jit c)
554554
# RUN(NAME test_list_repeat2 LABELS cpython llvm llvm_jit c NOFAST)
555555
# RUN(NAME test_list_reverse LABELS cpython llvm llvm_jit) # post sync
556556
# RUN(NAME test_list_pop LABELS cpython llvm llvm_jit NOFAST) # TODO: Remove NOFAST from here.
557-
# RUN(NAME test_list_pop2 LABELS cpython llvm llvm_jit NOFAST) # TODO: Remove NOFAST from here.
557+
RUN(NAME test_list_pop2 LABELS cpython llvm llvm_jit NOFAST) # TODO: Remove NOFAST from here.
558558
RUN(NAME test_list_pop3 LABELS cpython llvm llvm_jit)
559559
# RUN(NAME test_list_compare LABELS cpython llvm llvm_jit) # post sync
560560
RUN(NAME test_list_compare2 LABELS cpython llvm llvm_jit)
@@ -632,7 +632,7 @@ RUN(NAME test_random_02 LABELS cpython llvm llvm_jit NOFAST)
632632
# RUN(NAME test_builtin LABELS cpython llvm llvm_jit) # renable c # post sync
633633
RUN(NAME test_builtin_abs LABELS cpython llvm llvm_jit c)
634634
# RUN(NAME test_builtin_bool LABELS cpython llvm llvm_jit c)
635-
# RUN(NAME test_builtin_pow LABELS cpython llvm llvm_jit c EXTRA_ARGS --no-warnings)
635+
RUN(NAME test_builtin_pow LABELS cpython llvm llvm_jit c EXTRA_ARGS --no-warnings)
636636
# RUN(NAME test_builtin_int LABELS cpython llvm llvm_jit c)
637637
# RUN(NAME test_builtin_len LABELS cpython llvm llvm_jit c)
638638
# RUN(NAME test_builtin_str LABELS cpython llvm llvm_jit c)
@@ -670,7 +670,7 @@ RUN(NAME test_c_interop_03 LABELS cpython llvm c
670670
# RUN(NAME bindpy_05 LABELS llvm_py c_py EXTRA_ARGS --enable-cpython COPY_TO_BIN bindpy_05_module.py REQ_PY_VER 3.10)
671671
# RUN(NAME bindpy_06 LABELS cpython llvm_py EXTRA_ARGS --enable-cpython NOFAST COPY_TO_BIN bindpy_06_module.py REQ_PY_VER 3.10)
672672
# RUN(NAME test_generics_01 LABELS cpython llvm llvm_jit NOFAST) # renable c # post sync
673-
# RUN(NAME test_cmath LABELS cpython llvm llvm_jit c NOFAST)
673+
RUN(NAME test_cmath LABELS cpython llvm llvm_jit c NOFAST)
674674
RUN(NAME test_complex_01 LABELS cpython llvm llvm_jit c wasm wasm_x64)
675675
RUN(NAME test_complex_02 LABELS cpython llvm llvm_jit c)
676676
RUN(NAME test_ConstantEllipsis LABLES cpython llvm llvm_jit c)

0 commit comments

Comments
 (0)