From 8c6b0779e84190f87bdbc01a30e6a5b6a63ba347 Mon Sep 17 00:00:00 2001 From: Andreas Haas Date: Mon, 24 Oct 2022 12:17:34 +0200 Subject: [PATCH] [wasm] Update spec tests R=clemensb@chromium.org Bug: v8:10994 Change-Id: I88133cb023cf0d62bee72d2c4eaf751dad42bd64 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3974709 Reviewed-by: Clemens Backes Commit-Queue: Andreas Haas Cr-Commit-Position: refs/heads/main@{#83875} --- test/wasm-js/tests.tar.gz.sha1 | 2 +- test/wasm-spec-tests/tests.tar.gz.sha1 | 2 +- test/wasm-spec-tests/wasm-spec-tests.status | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/test/wasm-js/tests.tar.gz.sha1 b/test/wasm-js/tests.tar.gz.sha1 index 71d705f6b5..84ce2e2457 100644 --- a/test/wasm-js/tests.tar.gz.sha1 +++ b/test/wasm-js/tests.tar.gz.sha1 @@ -1 +1 @@ -1953e12380e62431000575179fed0814a4d58b57 \ No newline at end of file +4ad2ec89fc2fb4bc2ccdcff2d1f8a01aec7fcf88 \ No newline at end of file diff --git a/test/wasm-spec-tests/tests.tar.gz.sha1 b/test/wasm-spec-tests/tests.tar.gz.sha1 index 29dc4becf7..8208f319d1 100644 --- a/test/wasm-spec-tests/tests.tar.gz.sha1 +++ b/test/wasm-spec-tests/tests.tar.gz.sha1 @@ -1 +1 @@ -f53f497d815d85864350b100b16b5f21f20b617f \ No newline at end of file +02aedbac108d4ee5fd22eec18ba71b86aff8ede1 \ No newline at end of file diff --git a/test/wasm-spec-tests/wasm-spec-tests.status b/test/wasm-spec-tests/wasm-spec-tests.status index 82366e0d27..4b86c587c2 100644 --- a/test/wasm-spec-tests/wasm-spec-tests.status +++ b/test/wasm-spec-tests/wasm-spec-tests.status @@ -6,7 +6,7 @@ [ALWAYS, { 'skip-stack-guard-page': [PASS, ['((arch == ppc or arch == ppc64 or arch == s390 or arch == s390x) and simulator_run)', SKIP]], # TODO(v8:10994): Failing spec test after update. - 'proposals/js-types/data': [FAIL], + 'imports': [FAIL], # Missing rebase in the proposal repository. 'proposals/js-types/table': [FAIL], @@ -15,9 +15,7 @@ 'proposals/memory64/unreached-invalid': [FAIL], # TODO(wasm): Roll newest tests into "js-types" repository. - 'proposals/js-types/elem': [FAIL], 'proposals/js-types/globals': [FAIL], - 'proposals/js-types/imports': [FAIL], 'proposals/js-types/linking': [FAIL], # TODO(wasm): Roll newest tests into "tail-call" repository.