@@ -547,27 +547,27 @@ RUN(NAME test_list_06 LABELS cpython llvm llvm_jit c)
547547# RUN(NAME test_list_11 LABELS cpython llvm llvm_jit c)
548548# RUN(NAME test_list_section LABELS cpython llvm llvm_jit c NOFAST)
549549# RUN(NAME test_list_section2 LABELS cpython llvm llvm_jit c NOFAST)
550- # RUN(NAME test_list_count LABELS cpython llvm llvm_jit) # post sync fix
551- # RUN(NAME test_list_index LABELS cpython llvm llvm_jit) # post sync fix
552- # RUN(NAME test_list_index2 LABELS cpython llvm llvm_jit) # post sync fix
550+ RUN (NAME test_list_count LABELS cpython llvm llvm_jit )
551+ RUN (NAME test_list_index LABELS cpython llvm llvm_jit )
552+ RUN (NAME test_list_index2 LABELS cpython llvm llvm_jit )
553553# RUN(NAME test_list_repeat LABELS cpython llvm llvm_jit c NOFAST)
554554# RUN(NAME test_list_repeat2 LABELS cpython llvm llvm_jit c NOFAST)
555- # RUN(NAME test_list_reverse LABELS cpython llvm llvm_jit) # post sync fix
555+ RUN (NAME test_list_reverse LABELS cpython llvm llvm_jit )
556556# RUN(NAME test_list_pop LABELS cpython llvm llvm_jit NOFAST) # TODO: Remove NOFAST from here.
557557# 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 fix
560560RUN (NAME test_list_compare2 LABELS cpython llvm llvm_jit )
561561# RUN(NAME test_list_concat LABELS cpython llvm llvm_jit c NOFAST)
562562RUN (NAME test_list_reserve LABELS cpython llvm llvm_jit )
563- # RUN(NAME test_const_list LABELS cpython llvm llvm_jit) # post sync fix
563+ RUN (NAME test_const_list LABELS cpython llvm llvm_jit )
564564# RUN(NAME test_const_access LABELS cpython llvm llvm_jit) # post sync fix
565565RUN (NAME test_tuple_01 LABELS cpython llvm llvm_jit ) # renable c
566566# RUN(NAME test_tuple_02 LABELS cpython llvm llvm_jit c NOFAST)
567567RUN (NAME test_tuple_03 LABELS cpython llvm llvm_jit ) # renable c
568568RUN (NAME test_tuple_04 LABELS cpython llvm llvm_jit ) # renable c
569- # RUN(NAME test_tuple_concat LABELS cpython llvm llvm_jit) # post sync fix
570- # RUN(NAME test_tuple_nested LABELS cpython llvm llvm_jit) # post sync fix
569+ RUN (NAME test_tuple_concat LABELS cpython llvm llvm_jit )
570+ RUN (NAME test_tuple_nested LABELS cpython llvm llvm_jit )
571571# RUN(NAME test_const_dict LABELS cpython llvm llvm_jit) # post sync fix
572572# RUN(NAME test_params LABELS cpython llvm llvm_jit NOFAST)
573573# RUN(NAME test_dict_01 LABELS cpython llvm llvm_jit c) # post sync fix
@@ -588,14 +588,14 @@ RUN(NAME test_tuple_04 LABELS cpython llvm llvm_jit) # renable c
588588# RUN(NAME test_dict_keys_values LABELS cpython llvm llvm_jit)
589589# RUN(NAME test_dict_nested1 LABELS cpython llvm llvm_jit)
590590# RUN(NAME test_dict_clear LABELS cpython llvm)
591- # RUN(NAME test_set_len LABELS cpython llvm llvm_jit) # post sync fix
592- # RUN(NAME test_set_add LABELS cpython llvm llvm_jit) # post sync fix
591+ RUN (NAME test_set_len LABELS cpython llvm llvm_jit )
592+ RUN (NAME test_set_add LABELS cpython llvm llvm_jit )
593593# RUN(NAME test_set_remove LABELS cpython llvm llvm_jit)
594594# RUN(NAME test_set_discard LABELS cpython llvm llvm_jit)
595595# RUN(NAME test_set_from_list LABELS cpython llvm llvm_jit)
596596# RUN(NAME test_set_clear LABELS cpython llvm)
597597# RUN(NAME test_set_pop LABELS cpython llvm)
598- # RUN(NAME test_global_set LABELS cpython llvm llvm_jit) # post sync fix
598+ RUN (NAME test_global_set LABELS cpython llvm llvm_jit )
599599RUN (NAME test_for_loop LABELS cpython llvm llvm_jit c )
600600RUN (NAME modules_01 LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x64 )
601601RUN (NAME modules_02 LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x64 )
@@ -647,7 +647,7 @@ RUN(NAME test_builtin_round LABELS cpython llvm llvm_jit c)
647647# RUN(NAME test_math1 LABELS cpython llvm llvm_jit c)
648648# RUN(NAME test_math_02 LABELS cpython llvm llvm_jit NOFAST)
649649# RUN(NAME test_math_03 LABELS llvm llvm_jit) #1595: TODO: Test using CPython (3.11 recommended)
650- # RUN(NAME test_pass_compare LABELS cpython llvm llvm_jit) # renable c # post sync fix
650+ RUN (NAME test_pass_compare LABELS cpython llvm llvm_jit ) # renable c
651651RUN (NAME test_c_interop_01 LABELS cpython llvm llvm_jit c )
652652# RUN(NAME test_c_interop_02 LABELS cpython llvm c
653653# EXTRAFILES test_c_interop_02b.c)
0 commit comments