diff --git a/test/fail/ok/no-timer-canc.tc.ok b/test/fail/ok/no-timer-canc.tc.ok index e1877945e59..a78867d5f6e 100644 --- a/test/fail/ok/no-timer-canc.tc.ok +++ b/test/fail/ok/no-timer-canc.tc.ok @@ -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; diff --git a/test/fail/ok/no-timer-set.tc.ok b/test/fail/ok/no-timer-set.tc.ok index f4951c74796..f539873cf9e 100644 --- a/test/fail/ok/no-timer-set.tc.ok +++ b/test/fail/ok/no-timer-set.tc.ok @@ -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; diff --git a/test/fail/ok/suggest-long-ai.tc.ok b/test/fail/ok/suggest-long-ai.tc.ok index 7f50d74de08..e7ecd37f791 100644 --- a/test/fail/ok/suggest-long-ai.tc.ok +++ b/test/fail/ok/suggest-long-ai.tc.ok @@ -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; diff --git a/test/fail/ok/suggest-short-ai.tc.ok b/test/fail/ok/suggest-short-ai.tc.ok index da8382a1215..50afa55780a 100644 --- a/test/fail/ok/suggest-short-ai.tc.ok +++ b/test/fail/ok/suggest-short-ai.tc.ok @@ -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; diff --git a/test/run-drun/ok/query2.drun-run.ok b/test/run-drun/ok/query2.drun-run.ok index 31772142fbb..1b61d1b7efb 100644 --- a/test/run-drun/ok/query2.drun-run.ok +++ b/test/run-drun/ok/query2.drun-run.ok @@ -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. diff --git a/test/run-drun/ok/query2.run-ir.ok b/test/run-drun/ok/query2.run-ir.ok index 61bf2dcd7f0..2d5d7ae3f3b 100644 --- a/test/run-drun/ok/query2.run-ir.ok +++ b/test/run-drun/ok/query2.run-ir.ok @@ -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 diff --git a/test/run-drun/ok/query2.run-low.ok b/test/run-drun/ok/query2.run-low.ok index 61bf2dcd7f0..2d5d7ae3f3b 100644 --- a/test/run-drun/ok/query2.run-low.ok +++ b/test/run-drun/ok/query2.run-low.ok @@ -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 diff --git a/test/run-drun/ok/query2.run.ok b/test/run-drun/ok/query2.run.ok index 61bf2dcd7f0..2d5d7ae3f3b 100644 --- a/test/run-drun/ok/query2.run.ok +++ b/test/run-drun/ok/query2.run.ok @@ -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