From b1c288879c6c64cd237b240073b3e31b5cccf883 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Mon, 11 Mar 2019 22:55:19 +0100 Subject: [PATCH 1/2] Bump dev to latest dev master --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index da8573475b7..e501b33df7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { steps { sh 'git submodule update --init --recursive' sh 'git clone --recursive git@github.com:dfinity-lab/dev nix/dev' - sh 'git -C nix/dev checkout e588f0efa687667076dfab52fddde6ff29e0d82c' + sh 'git -C nix/dev checkout b338810dbba5a71aa4cfb59b85172a4e0caeac5e' sh 'git -C nix/dev submodule update --init --recursive' } } From 1dbcfb539c690d28ed752f0d90fd7ae64ecb30b8 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Tue, 12 Mar 2019 12:01:31 +0100 Subject: [PATCH 2/2] Update test output it seems that the V8 bug (https://dfinity.atlassian.net/browse/M1-513) has gone away. --- Jenkinsfile | 2 +- test/run-dfinity/ok/array-out-of-bounds.dvm-run.ok | 1 + test/run-dfinity/ok/flatten-awaitables.dvm-run.ok | 11 +++++------ test/run-dfinity/ok/overflow.dvm-run.ok | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e501b33df7c..4ba7f83dd29 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { steps { sh 'git submodule update --init --recursive' sh 'git clone --recursive git@github.com:dfinity-lab/dev nix/dev' - sh 'git -C nix/dev checkout b338810dbba5a71aa4cfb59b85172a4e0caeac5e' + sh 'git -C nix/dev checkout 1ab8900eafb3a588372a9d71294df75b504539eb' sh 'git -C nix/dev submodule update --init --recursive' } } diff --git a/test/run-dfinity/ok/array-out-of-bounds.dvm-run.ok b/test/run-dfinity/ok/array-out-of-bounds.dvm-run.ok index 4a1af3b7fa5..e6d1727cfb6 100644 --- a/test/run-dfinity/ok/array-out-of-bounds.dvm-run.ok +++ b/test/run-dfinity/ok/array-out-of-bounds.dvm-run.ok @@ -1,2 +1,3 @@ W, hypervisor: call failed with trap message: Uncaught RuntimeError: unreachable +W, hypervisor: call failed with trap message: Uncaught RuntimeError: unreachable Top-level code done. diff --git a/test/run-dfinity/ok/flatten-awaitables.dvm-run.ok b/test/run-dfinity/ok/flatten-awaitables.dvm-run.ok index 84cb71c9839..c8ab234ed8e 100644 --- a/test/run-dfinity/ok/flatten-awaitables.dvm-run.ok +++ b/test/run-dfinity/ok/flatten-awaitables.dvm-run.ok @@ -1,7 +1,6 @@ +Top-level code done. -# -# Fatal error in v8::ToLocalChecked -# Empty MaybeLocal. -# - -dvm.sh: line 14: Illegal instruction dvm $@ +first-order +,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15, +higher-order +,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15, diff --git a/test/run-dfinity/ok/overflow.dvm-run.ok b/test/run-dfinity/ok/overflow.dvm-run.ok index 501d4e74886..5db4566da42 100644 --- a/test/run-dfinity/ok/overflow.dvm-run.ok +++ b/test/run-dfinity/ok/overflow.dvm-run.ok @@ -1,4 +1,5 @@ W, hypervisor: call failed with trap message: Uncaught RuntimeError: unreachable +W, hypervisor: call failed with trap message: Uncaught RuntimeError: unreachable Top-level code done. This is reachable. This is reachable.