Skip to content

Commit 767cf85

Browse files
committed
Add comment about test
1 parent 69568fb commit 767cf85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,8 @@ RUN(NAME test_platform LABELS cpython llvm llvm_jit c)
762762
RUN(NAME test_vars_01 LABELS cpython llvm llvm_jit)
763763
RUN(NAME test_version LABELS cpython llvm llvm_jit)
764764
RUN(NAME logical_binop1 LABELS cpython llvm llvm_jit)
765-
RUN(NAME test_logical_compare LABELS cpython llvm llvm_jit)
766-
RUN(NAME test_logical_assignment LABELS cpython llvm llvm_jit)
765+
RUN(NAME test_logical_compare LABELS cpython llvm llvm_jit) # TODO: Add C backend after fixing issue #2708
766+
RUN(NAME test_logical_assignment LABELS cpython llvm llvm_jit) # TODO: Add C backend after fixing issue #2708
767767
RUN(NAME vec_01 LABELS cpython llvm llvm_jit c NOFAST)
768768
RUN(NAME test_str_comparison LABELS cpython llvm llvm_jit c wasm)
769769
RUN(NAME test_bit_length LABELS cpython llvm llvm_jit c)

0 commit comments

Comments
 (0)