We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac0c42 commit bead745Copy full SHA for bead745
integration_tests/CMakeLists.txt
@@ -684,11 +684,11 @@ RUN(NAME global_syms_01 LABELS cpython llvm c)
684
RUN(NAME global_syms_02 LABELS cpython llvm c)
685
RUN(NAME global_syms_03_b LABELS cpython llvm c)
686
RUN(NAME global_syms_03_c LABELS cpython llvm c)
687
-RUN(NAME global_syms_04 LABELS cpython llvm c wasm wasm_x64)
+RUN(NAME global_syms_04 LABELS cpython llvm c wasm wasm_x64 NOFAST)
688
RUN(NAME global_syms_05 LABELS cpython llvm c)
689
RUN(NAME global_syms_06 LABELS cpython llvm c)
690
691
-RUN(NAME callback_01 LABELS cpython llvm)
+RUN(NAME callback_01 LABELS cpython llvm NOFAST)
692
693
# Intrinsic Functions
694
RUN(NAME intrinsics_01 LABELS cpython llvm NOFAST) # any
0 commit comments