Skip to content

Commit e3c0d65

Browse files
authored
Unsigned int support (#2862)
1 parent c02cabc commit e3c0d65

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

integration_tests/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -684,11 +684,11 @@ RUN(NAME test_unary_op_01 LABELS cpython llvm llvm_jit c) # unary minus
684684
RUN(NAME test_unary_op_02 LABELS cpython llvm llvm_jit c) # unary plus
685685
RUN(NAME test_unary_op_03 LABELS cpython llvm llvm_jit c wasm) # unary bitinvert
686686
RUN(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)
692692
RUN(NAME test_bool_binop LABELS cpython llvm llvm_jit c)
693693
RUN(NAME test_issue_518 LABELS cpython llvm llvm_jit c NOFAST)
694694
RUN(NAME structs_01 LABELS cpython llvm llvm_jit c)

libasr

Submodule libasr updated 42 files

0 commit comments

Comments
 (0)