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 f5bf8e7 commit eaf2a43Copy full SHA for eaf2a43
integration_tests/CMakeLists.txt
@@ -459,7 +459,7 @@ RUN(NAME exit_02b FAIL LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x
459
RUN(NAME exit_02c FAIL LABELS cpython llvm llvm_jit c)
460
461
# Test all four backends
462
-RUN(NAME print_01 LABELS cpython llvm llvm_jit wasm) # renable c, wasm not yet supports sep and end keywords
+RUN(NAME print_01 LABELS cpython llvm llvm_jit) # renable c, wasm not yet supports sep and end keywords, wasm doesnt handle DescriptorString
463
RUN(NAME print_03 LABELS x86 c wasm wasm_x86 wasm_x64) # simple test case specifically for x86, wasm_x86 and wasm_x64
464
RUN(NAME print_04 LABELS cpython llvm llvm_jit c)
465
RUN(NAME print_06 LABELS cpython llvm llvm_jit) # renable c
0 commit comments