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 5419b3b commit 0a6ae54Copy full SHA for 0a6ae54
integration_tests/CMakeLists.txt
@@ -607,7 +607,7 @@ RUN(NAME test_import_05 LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x
607
RUN(NAME test_import_06 LABELS cpython llvm llvm_jit)
608
RUN(NAME test_import_07 LABELS cpython llvm llvm_jit c)
609
RUN(NAME test_import_08 LABELS cpython llvm)
610
-# RUN(NAME test_math LABELS cpython llvm llvm_jit NOFAST)
+RUN(NAME test_math LABELS cpython llvm llvm_jit NOFAST)
611
# RUN(NAME test_membership_01 LABELS cpython llvm)
612
RUN(NAME test_numpy_01 LABELS cpython llvm llvm_jit c)
613
RUN(NAME test_numpy_02 LABELS cpython llvm llvm_jit c)
0 commit comments