Skip to content

Commit 662324d

Browse files
committed
TEST: Uncommented tests
1 parent cba0187 commit 662324d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

integration_tests/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -570,15 +570,15 @@ RUN(NAME test_const_access LABELS cpython llvm llvm_jit) # post sync
570570
# RUN(NAME test_tuple_nested LABELS cpython llvm llvm_jit) # post sync
571571
# RUN(NAME test_const_dict LABELS cpython llvm llvm_jit) # post sync
572572
# RUN(NAME test_params LABELS cpython llvm llvm_jit NOFAST)
573-
# RUN(NAME test_dict_01 LABELS cpython llvm llvm_jit c) # post sync
573+
RUN(NAME test_dict_01 LABELS cpython llvm llvm_jit c) # post sync
574574
RUN(NAME test_dict_02 LABELS cpython llvm llvm_jit c NOFAST)
575575
# RUN(NAME test_dict_03 LABELS cpython llvm llvm_jit NOFAST)
576576
# RUN(NAME test_dict_04 LABELS cpython llvm llvm_jit NOFAST)
577577
RUN(NAME test_dict_05 LABELS cpython llvm llvm_jit c)
578-
# RUN(NAME test_dict_06 LABELS cpython llvm llvm_jit c)
578+
RUN(NAME test_dict_06 LABELS cpython llvm llvm_jit c)
579579
# RUN(NAME test_dict_07 LABELS cpython llvm llvm_jit c)
580-
# RUN(NAME test_dict_08 LABELS cpython llvm llvm_jit c)
581-
# RUN(NAME test_dict_09 LABELS cpython llvm llvm_jit c)
580+
RUN(NAME test_dict_08 LABELS cpython llvm llvm_jit c)
581+
RUN(NAME test_dict_09 LABELS cpython llvm llvm_jit c)
582582
# RUN(NAME test_dict_10 LABELS cpython llvm llvm_jit) # renable c # post sync
583583
# RUN(NAME test_dict_11 LABELS cpython llvm llvm_jit c) # post sync
584584
# RUN(NAME test_dict_12 LABELS cpython llvm llvm_jit) # renable c # post sync

0 commit comments

Comments
 (0)