Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ic-ref": {
"ref": "release-0.11",
"repo": "ssh://git@github.com/dfinity-lab/ic-ref",
"rev": "9edd0fdda006519118ed40515b84c74f69c59bc1",
"rev": "824fd6d904b0635349820ca52262ce91fd9e695c",
"type": "git"
},
"libtommath": {
Expand Down
5 changes: 0 additions & 5 deletions test/run-drun/ok/actor-reference-bad.ic-ref-run.ok
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@
→ update go()
debug.print: "bfozs-kwa73-7nadi":
debug.print: "":
Trap: EvalTrapError :0.1 "canister trapped explicitly: RTS error: blob_of_principal: principal too short"
debug.print: canister trapped: EvalTrapError :0.1 "canister trapped explicitly: RTS error: blob_of_principal: principal too short"
debug.print: "BFOZS-KWA73-7NADI":
Trap: EvalTrapError :0.1 "canister trapped explicitly: RTS error: blob_of_principal: invalid principal"
debug.print: canister trapped: EvalTrapError :0.1 "canister trapped explicitly: RTS error: blob_of_principal: invalid principal"
debug.print: "bfozskwa737nadi":
Trap: EvalTrapError :0.1 "canister trapped explicitly: RTS error: blob_of_principal: invalid principal"
debug.print: canister trapped: EvalTrapError :0.1 "canister trapped explicitly: RTS error: blob_of_principal: invalid principal"
debug.print: "vpgq":
Trap: EvalTrapError :0.1 "canister trapped explicitly: RTS error: blob_of_principal: principal too short"
debug.print: canister trapped: EvalTrapError :0.1 "canister trapped explicitly: RTS error: blob_of_principal: principal too short"
debug.print: "5h74t-uga73-7nadi":
Trap: EvalTrapError :0.1 "canister trapped explicitly: RTS error: blob_of_principal: invalid principal"
debug.print: canister trapped: EvalTrapError :0.1 "canister trapped explicitly: RTS error: blob_of_principal: invalid principal"
← completed: ()
2 changes: 0 additions & 2 deletions test/run-drun/ok/array-out-of-bounds.ic-ref-run.ok
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
→ update install_code(record {4849238 = blob ""; 265441191 = blob "\00asm\01\00\0…
← completed: ()
→ update foo1()
Trap: EvalTrapError :0.1 "canister trapped explicitly: Array index out of bounds"
← rejected (RC_CANISTER_ERROR): canister trapped: EvalTrapError :0.1 "canister trapped explicitly: Array index out of bounds"
→ update foo2()
Trap: EvalTrapError :0.1 "canister trapped explicitly: Array index out of bounds"
← rejected (RC_CANISTER_ERROR): canister trapped: EvalTrapError :0.1 "canister trapped explicitly: Array index out of bounds"
1 change: 0 additions & 1 deletion test/run-drun/ok/call-async-method.ic-ref-run.ok
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
→ update install_code(record {4849238 = blob ""; 265441191 = blob "\00asm\01\00\0…
← completed: ()
→ update __motoko_async_helper()
Trap: EvalTrapError :0.1 "canister trapped explicitly: not a self-call"
← rejected (RC_CANISTER_ERROR): canister trapped: EvalTrapError :0.1 "canister trapped explicitly: not a self-call"
1 change: 0 additions & 1 deletion test/run-drun/ok/error-codes.ic-ref-run.ok
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
← completed: ()
→ update go()
debug.print: canister_reject:ball
Trap: EvalTrapError :0.1 "canister trapped explicitly: assertion failed at error-codes.mo:10.33-10.50"
debug.print: canister_error:canister trapped: EvalTrapError :0.1 "canister trapped explicitly: assertion failed at error-codes.mo:10.33-10.50"
← completed: ()
1 change: 0 additions & 1 deletion test/run-drun/ok/overflow.ic-ref-run.ok
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
→ update go()
debug.print: ok 1
debug.print: ok 2
Trap: EvalTrapError :0.1 "canister trapped explicitly: Natural subtraction underflow"
debug.print: ok 3
debug.print: ok 4
debug.print: ok 5
Expand Down
1 change: 0 additions & 1 deletion test/run-drun/ok/test-funds.ic-ref-run.ok
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,4 @@ debug.print: refunded: 2
debug.print: refunded: 3
debug.print: refunded: 4
debug.print: refunded: 5
Trap: EvalTrapError :0.1 "insufficient funds to accept"
← rejected (RC_CANISTER_ERROR): canister trapped: EvalTrapError :0.1 "insufficient funds to accept"