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 a48e7cd commit 09ad3dbCopy full SHA for 09ad3db
integration_tests/CMakeLists.txt
@@ -484,8 +484,8 @@ RUN(NAME test_dict_13 LABELS cpython llvm c)
484
RUN(NAME test_dict_bool LABELS cpython llvm)
485
RUN(NAME test_dict_increment LABELS cpython llvm)
486
RUN(NAME test_set_len LABELS cpython llvm)
487
-RUN(NAME test_set_add LABELS cpython llvm)
488
-RUN(NAME test_set_remove LABELS cpython llvm)
+RUN(NAME test_set_add LABELS cpython llvm NOFAST)
+RUN(NAME test_set_remove LABELS cpython llvm NOFAST)
489
RUN(NAME test_for_loop LABELS cpython llvm c)
490
RUN(NAME modules_01 LABELS cpython llvm c wasm wasm_x86 wasm_x64)
491
RUN(NAME modules_02 LABELS cpython llvm c wasm wasm_x86 wasm_x64)
0 commit comments