Skip to content

Commit

Permalink
accept
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Dec 4, 2024
1 parent 23ddca4 commit 137c275
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 12 deletions.
1 change: 1 addition & 0 deletions test/fail/ok/no-timer-canc.tc.ok
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ no-timer-canc.mo:3.10-3.21: type error [M0119], object field cancelTimer is not
regionStoreNat32 : (Region, Nat64, Nat32) -> ();
regionStoreNat64 : (Region, Nat64, Nat64) -> ();
regionStoreNat8 : (Region, Nat64, Nat8) -> ();
replyDeadline : () -> Nat64;
rts_callback_table_count : () -> Nat;
rts_callback_table_size : () -> Nat;
rts_collector_instructions : () -> Nat;
Expand Down
1 change: 1 addition & 0 deletions test/fail/ok/no-timer-set.tc.ok
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ no-timer-set.mo:3.10-3.18: type error [M0119], object field setTimer is not cont
regionStoreNat32 : (Region, Nat64, Nat32) -> ();
regionStoreNat64 : (Region, Nat64, Nat64) -> ();
regionStoreNat8 : (Region, Nat64, Nat8) -> ();
replyDeadline : () -> Nat64;
rts_callback_table_count : () -> Nat;
rts_callback_table_size : () -> Nat;
rts_collector_instructions : () -> Nat;
Expand Down
1 change: 1 addition & 0 deletions test/fail/ok/suggest-long-ai.tc.ok
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ suggest-long-ai.mo:4.1-4.5: type error [M0072], field stableM does not exist in
regionStoreNat32 : (Region, Nat64, Nat32) -> ();
regionStoreNat64 : (Region, Nat64, Nat64) -> ();
regionStoreNat8 : (Region, Nat64, Nat8) -> ();
replyDeadline : () -> Nat64;
rts_callback_table_count : () -> Nat;
rts_callback_table_size : () -> Nat;
rts_collector_instructions : () -> Nat;
Expand Down
1 change: 1 addition & 0 deletions test/fail/ok/suggest-short-ai.tc.ok
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ suggest-short-ai.mo:4.1-4.5: type error [M0072], field s does not exist in type:
regionStoreNat32 : (Region, Nat64, Nat32) -> ();
regionStoreNat64 : (Region, Nat64, Nat64) -> ();
regionStoreNat8 : (Region, Nat64, Nat8) -> ();
replyDeadline : () -> Nat64;
rts_callback_table_count : () -> Nat;
rts_callback_table_size : () -> Nat;
rts_collector_instructions : () -> Nat;
Expand Down
10 changes: 1 addition & 9 deletions test/run-drun/ok/query2.drun-run.ok
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,4 @@ ingress Completed: Reply: 0x4449444c0000
debug.print: 2
debug.print: 3
debug.print: 4
debug.print: 4
debug.print: In read:
debug.print: 5
debug.print: 4
debug.print: In read:
debug.print: 5
debug.print: 4
debug.print: The following fails in the interpreter, for lack of query semantics
ingress Completed: Reply: 0x4449444c0000
ingress Completed: Reject: IC0504: Error from Canister rwlgt-iiaaa-aaaaa-aaaaa-cai: Canister violated contract: ic0::msg_deadline is not enabled.
2 changes: 1 addition & 1 deletion test/run-drun/ok/query2.run-ir.ok
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ In read:
6
6
The following fails in the interpreter, for lack of query semantics
query2.mo:35.4-35.18: execution error, assertion failure
query2.mo:37.4-37.18: execution error, assertion failure
2 changes: 1 addition & 1 deletion test/run-drun/ok/query2.run-low.ok
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ In read:
6
6
The following fails in the interpreter, for lack of query semantics
query2.mo:35.4-35.18: execution error, assertion failure
query2.mo:37.4-37.18: execution error, assertion failure
2 changes: 1 addition & 1 deletion test/run-drun/ok/query2.run.ok
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ In read:
6
6
The following fails in the interpreter, for lack of query semantics
query2.mo:35.4-35.18: execution error, assertion failure
query2.mo:37.4-37.18: execution error, assertion failure

0 comments on commit 137c275

Please sign in to comment.