File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -570,9 +570,11 @@ RUN(NAME test_unary_op_01 LABELS cpython llvm c) # unary minus
570
570
RUN (NAME test_unary_op_02 LABELS cpython llvm c ) # unary plus
571
571
RUN (NAME test_unary_op_03 LABELS cpython llvm c wasm ) # unary bitinvert
572
572
RUN (NAME test_unary_op_04 LABELS cpython llvm c ) # unary bitinvert
573
- RUN (NAME test_unary_op_05 LABELS cpython llvm c ) # unsigned unary minus, plus
573
+ # Unsigned unary minus is not supported in CPython
574
+ # RUN(NAME test_unary_op_05 LABELS cpython llvm c) # unsigned unary minus, plus
574
575
RUN (NAME test_unary_op_06 LABELS cpython llvm c ) # unsigned unary bitnot
575
- RUN (NAME test_unsigned_01 LABELS cpython llvm c ) # unsigned bitshift left, right
576
+ # The value after shift overflows in CPython
577
+ # RUN(NAME test_unsigned_01 LABELS cpython llvm c) # unsigned bitshift left, right
576
578
RUN (NAME test_unsigned_02 LABELS cpython llvm c )
577
579
RUN (NAME test_unsigned_03 LABELS cpython llvm c )
578
580
RUN (NAME test_bool_binop LABELS cpython llvm c )
You can’t perform that action at this time.
0 commit comments