Skip to content

Commit e9cf8ab

Browse files
committed
More uncommented tests
1 parent 66e58ae commit e9cf8ab

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

integration_tests/CMakeLists.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ RUN(NAME array_expr_01 LABELS cpython llvm llvm_jit c)
427427
RUN(NAME array_expr_02 LABELS cpython llvm llvm_jit c NOFAST) # post sync
428428
RUN(NAME array_expr_03 LABELS cpython llvm llvm_jit c)
429429
RUN(NAME array_expr_04 LABELS cpython llvm llvm_jit c)
430-
# RUN(NAME array_expr_05 LABELS cpython llvm llvm_jit c)
430+
RUN(NAME array_expr_05 LABELS cpython llvm llvm_jit c)
431431
RUN(NAME array_expr_06 LABELS cpython llvm llvm_jit c)
432432
RUN(NAME array_expr_07 LABELS cpython llvm llvm_jit c)
433433
RUN(NAME array_expr_08 LABELS cpython llvm llvm_jit c)
@@ -450,8 +450,8 @@ RUN(NAME array_06 LABELS cpython llvm llvm_jit)
450450
# RUN(NAME bindc_09b LABELS cpython llvm llvm_jit c NOFAST)
451451
# # RUN(NAME bindc_10 LABELS cpython llvm llvm_jit c NOFAST)
452452
# RUN(NAME bindc_11 LABELS cpython) # This is CPython test only
453-
# RUN(NAME exit_01 LABELS cpython llvm llvm_jit c NOFAST)
454-
# RUN(NAME exit_02 FAIL LABELS cpython llvm llvm_jit c NOFAST)
453+
RUN(NAME exit_01 LABELS cpython llvm llvm_jit NOFAST) # renable c
454+
RUN(NAME exit_02 FAIL LABELS cpython llvm llvm_jit NOFAST) # renable c
455455
RUN(NAME exit_03 LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x64)
456456
RUN(NAME exit_04 FAIL LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x64)
457457
RUN(NAME exit_01b LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x64)
@@ -613,17 +613,17 @@ RUN(NAME test_numpy_01 LABELS cpython llvm llvm_jit c)
613613
RUN(NAME test_numpy_02 LABELS cpython llvm llvm_jit c)
614614
RUN(NAME test_numpy_03 LABELS cpython llvm llvm_jit c)
615615
RUN(NAME test_numpy_04 LABELS cpython llvm llvm_jit c)
616-
# RUN(NAME elemental_01 LABELS cpython llvm llvm_jit NOFAST) # renable c # post sync
617-
# RUN(NAME elemental_02 LABELS cpython llvm llvm_jit c NOFAST)
618-
# RUN(NAME elemental_03 LABELS cpython llvm llvm_jit NOFAST) # renable c
619-
# RUN(NAME elemental_04 LABELS cpython llvm llvm_jit c NOFAST)
620-
# RUN(NAME elemental_05 LABELS cpython llvm llvm_jit NOFAST) # renable c
621-
# RUN(NAME elemental_06 LABELS cpython llvm llvm_jit c NOFAST)
622-
# RUN(NAME elemental_07 LABELS cpython llvm llvm_jit NOFAST) # renable c
623-
# RUN(NAME elemental_08 LABELS cpython llvm llvm_jit c NOFAST) # post sync
624-
# RUN(NAME elemental_09 LABELS cpython llvm llvm_jit NOFAST) # renable c # post sync
616+
RUN(NAME elemental_01 LABELS cpython llvm llvm_jit NOFAST) # renable c
617+
RUN(NAME elemental_02 LABELS cpython llvm llvm_jit c NOFAST)
618+
RUN(NAME elemental_03 LABELS cpython llvm llvm_jit NOFAST) # renable c
619+
RUN(NAME elemental_04 LABELS cpython llvm llvm_jit c NOFAST)
620+
RUN(NAME elemental_05 LABELS cpython llvm llvm_jit NOFAST) # renable c
621+
RUN(NAME elemental_06 LABELS cpython llvm llvm_jit NOFAST) # renable c
622+
RUN(NAME elemental_07 LABELS cpython llvm llvm_jit NOFAST) # renable c
623+
RUN(NAME elemental_08 LABELS cpython llvm llvm_jit c NOFAST)
624+
RUN(NAME elemental_09 LABELS cpython llvm llvm_jit NOFAST) # renable c
625625
RUN(NAME elemental_10 LABELS cpython llvm llvm_jit NOFAST) # renable c
626-
# RUN(NAME elemental_11 LABELS cpython llvm llvm_jit NOFAST) # renable c # post sync
626+
RUN(NAME elemental_11 LABELS cpython llvm llvm_jit NOFAST) # renable c
627627
RUN(NAME elemental_12 LABELS cpython llvm llvm_jit c NOFAST)
628628
RUN(NAME elemental_13 LABELS cpython llvm llvm_jit c NOFAST)
629629
RUN(NAME test_random LABELS cpython llvm llvm_jit NOFAST)

libasr

0 commit comments

Comments
 (0)