File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -762,8 +762,8 @@ RUN(NAME test_platform LABELS cpython llvm llvm_jit c)
762
762
RUN (NAME test_vars_01 LABELS cpython llvm llvm_jit )
763
763
RUN (NAME test_version LABELS cpython llvm llvm_jit )
764
764
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
767
767
RUN (NAME vec_01 LABELS cpython llvm llvm_jit c NOFAST )
768
768
RUN (NAME test_str_comparison LABELS cpython llvm llvm_jit c wasm )
769
769
RUN (NAME test_bit_length LABELS cpython llvm llvm_jit c )
You can’t perform that action at this time.
0 commit comments