@@ -459,7 +459,7 @@ RUN(NAME exit_02b FAIL LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x
459459RUN(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
463463RUN(NAME print_03 LABELS x86 c wasm wasm_x86 wasm_x64) # simple test case specifically for x86, wasm_x86 and wasm_x64
464464RUN(NAME print_04 LABELS cpython llvm llvm_jit c)
465465RUN(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)
536536RUN(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)
542542RUN(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.
558558RUN(NAME test_list_pop3 LABELS cpython llvm llvm_jit)
559559# RUN(NAME test_list_compare LABELS cpython llvm llvm_jit) # post sync
560560RUN(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
633633RUN(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)
674674RUN(NAME test_complex_01 LABELS cpython llvm llvm_jit c wasm wasm_x64)
675675RUN(NAME test_complex_02 LABELS cpython llvm llvm_jit c)
676676RUN(NAME test_ConstantEllipsis LABLES cpython llvm llvm_jit c)
0 commit comments