File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -684,11 +684,11 @@ RUN(NAME test_unary_op_01 LABELS cpython llvm llvm_jit c) # unary minus
684684RUN (NAME test_unary_op_02 LABELS cpython llvm llvm_jit c ) # unary plus
685685RUN (NAME test_unary_op_03 LABELS cpython llvm llvm_jit c wasm ) # unary bitinvert
686686RUN (NAME test_unary_op_04 LABELS cpython llvm llvm_jit c ) # unary bitinvert
687- # RUN(NAME test_unary_op_05 LABELS cpython llvm llvm_jit c) # unsigned unary minus, plus
688- # RUN(NAME test_unary_op_06 LABELS cpython llvm llvm_jit c) # unsigned unary bitnot
689- # RUN(NAME test_unsigned_01 LABELS cpython llvm llvm_jit c) # unsigned bitshift left, right
690- # RUN(NAME test_unsigned_02 LABELS cpython llvm llvm_jit c)
691- # RUN(NAME test_unsigned_03 LABELS cpython llvm llvm_jit c)
687+ RUN (NAME test_unary_op_05 LABELS cpython llvm llvm_jit c ) # unsigned unary minus, plus
688+ RUN (NAME test_unary_op_06 LABELS cpython llvm llvm_jit c ) # unsigned unary bitnot
689+ RUN (NAME test_unsigned_01 LABELS cpython llvm llvm_jit c ) # unsigned bitshift left, right
690+ RUN (NAME test_unsigned_02 LABELS cpython llvm llvm_jit c )
691+ RUN (NAME test_unsigned_03 LABELS cpython llvm llvm_jit c )
692692RUN (NAME test_bool_binop LABELS cpython llvm llvm_jit c )
693693RUN (NAME test_issue_518 LABELS cpython llvm llvm_jit c NOFAST )
694694RUN (NAME structs_01 LABELS cpython llvm llvm_jit c )
You can’t perform that action at this time.
0 commit comments