From 017a54be3472b7cd72ba9255e2f480cb3b082adc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Thu, 27 Aug 2020 18:40:38 +0300 Subject: [PATCH] Bump dfinity dependency Current master includes a bug fix that unblocks #1750 --- nix/sources.json | 2 +- test/run-drun/ok/actor-creator.drun-run.ok | 4 ++-- test/run-drun/ok/caller-prim.drun-run.ok | 2 +- test/run-drun/ok/caller.drun-run.ok | 2 +- test/run.sh | 1 + 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index ee3613c2c10..ba55589b45f 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -8,7 +8,7 @@ "dfinity": { "ref": "master", "repo": "ssh://git@github.com/dfinity-lab/dfinity", - "rev": "7885cd5df3cdb7ba626fd3fdd0cbfa74c15d14b9", + "rev": "5a96de7ba39834b8d6432039f71065ad185b16ac", "type": "git" }, "esm": { diff --git a/test/run-drun/ok/actor-creator.drun-run.ok b/test/run-drun/ok/actor-creator.drun-run.ok index 7e7954bfddd..b6a755cc345 100644 --- a/test/run-drun/ok/actor-creator.drun-run.ok +++ b/test/run-drun/ok/actor-creator.drun-run.ok @@ -1,4 +1,4 @@ ingress Completed: Reply: 0x4449444c016c01b3c4b1f2046801000112010000000000000000000000000000000001 ingress Completed: Reply: 0x4449444c0000 -ingress Completed: Reply: 0x4449444c0001680121000000000000000000000000000000000000000000000000000000000000000000 -ingress Completed: Reply: 0x4449444c0001680121000000000000000000000000000000000000000000000000000000000000000000 +ingress Completed: Reply: 0x4449444c000168010a0000000000000000fe01 +ingress Completed: Reply: 0x4449444c000168010a0000000000000000fe01 diff --git a/test/run-drun/ok/caller-prim.drun-run.ok b/test/run-drun/ok/caller-prim.drun-run.ok index 683f0eeedae..72f93af1776 100644 --- a/test/run-drun/ok/caller-prim.drun-run.ok +++ b/test/run-drun/ok/caller-prim.drun-run.ok @@ -1,3 +1,3 @@ ingress Completed: Reply: 0x4449444c016c01b3c4b1f2046801000112010000000000000000000000000000000001 ingress Completed: Reply: 0x4449444c0000 -Ok: Reply: 0x4449444c0001680121000000000000000000000000000000000000000000000000000000000000000000 +Ok: Reply: 0x4449444c000168010a0000000000000000fe01 diff --git a/test/run-drun/ok/caller.drun-run.ok b/test/run-drun/ok/caller.drun-run.ok index 3402f95dbb8..3d8b0b84ae9 100644 --- a/test/run-drun/ok/caller.drun-run.ok +++ b/test/run-drun/ok/caller.drun-run.ok @@ -5,7 +5,7 @@ ingress Completed: Reply: 0x4449444c0000 ingress Completed: Reply: 0x4449444c0000 ingress Completed: Reply: 0x4449444c0000 Ok: Reply: 0x4449444c0000 -ingress Completed: Reply: 0x4449444c0001680121000000000000000000000000000000000000000000000000000000000000000000 +ingress Completed: Reply: 0x4449444c000168010a0000000000000000fe01 Ok: Reply: 0x4449444c0001680112010000000000000000000000000000000001 Ok: Reply: 0x4449444c0001792813c52f Ok: Reply: 0x4449444c00017d02 diff --git a/test/run.sh b/test/run.sh index a25df2e4ba3..d5a0fcba38a 100755 --- a/test/run.sh +++ b/test/run.sh @@ -82,6 +82,7 @@ function normalize () { sed 's/source location: @[a-f0-9]*/source location: @___:/g' | sed 's/Ignore Diff:.*/Ignore Diff: (ignored)/ig' | sed 's/compiler (revision .*)/compiler (revision XXX)/ig' | + sed 's/\[Canister [0-9a-z\-]*\]/debug.print:/g' | cat > $1.norm mv $1.norm $1 fi