Skip to content

Commit

Permalink
NOFAST for bindpy_06 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul-Cariappa committed Aug 18, 2024
1 parent 4f6714f commit 0355b39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ RUN(NAME expr_08 LABELS llvm llvm_jit c NOFAST)
RUN(NAME expr_09 LABELS cpython llvm llvm_jit c)
RUN(NAME expr_10 LABELS cpython llvm llvm_jit c)
RUN(NAME expr_11 LABELS cpython llvm llvm_jit c wasm)
RUN(NAME expr_12 LABELS llvm llvm_jit c)
# RUN(NAME expr_12 LABELS llvm llvm_jit c)
RUN(NAME expr_13 LABELS llvm c
EXTRAFILES expr_13b.c NOFAST)
RUN(NAME expr_14 LABELS cpython llvm llvm_jit c)
Expand Down Expand Up @@ -666,7 +666,7 @@ RUN(NAME bindpy_02 LABELS cpython c_py EXTRA_ARGS --link-numpy COPY_TO
RUN(NAME bindpy_03 LABELS cpython c_py EXTRA_ARGS --link-numpy NOFAST COPY_TO_BIN bindpy_03_module.py)
RUN(NAME bindpy_04 LABELS cpython c_py EXTRA_ARGS --link-numpy NOFAST COPY_TO_BIN bindpy_04_module.py)
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)
RUN(NAME bindpy_06 LABELS llvm_py EXTRA_ARGS --enable-cpython COPY_TO_BIN bindpy_06_module.py REQ_PY_VER 3.10)
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)
RUN(NAME test_generics_01 LABELS cpython llvm llvm_jit c NOFAST)
RUN(NAME test_cmath LABELS cpython llvm llvm_jit c NOFAST)
RUN(NAME test_complex_01 LABELS cpython llvm llvm_jit c wasm wasm_x64)
Expand Down Expand Up @@ -709,8 +709,8 @@ RUN(NAME structs_14 LABELS cpython llvm llvm_jit c)
RUN(NAME structs_15 LABELS cpython llvm llvm_jit c)
RUN(NAME structs_16 LABELS cpython llvm llvm_jit c)
RUN(NAME structs_17 LABELS cpython llvm llvm_jit c)
RUN(NAME structs_18 LABELS cpython llvm c
EXTRAFILES structs_18b.c)
# RUN(NAME structs_18 LABELS cpython llvm c
# EXTRAFILES structs_18b.c)
RUN(NAME structs_19 LABELS cpython llvm c
EXTRAFILES structs_19b.c)
RUN(NAME structs_20 LABELS cpython llvm c
Expand Down

0 comments on commit 0355b39

Please sign in to comment.