From 6cbead8fb4ba023c23356b0838b6713899aba935 Mon Sep 17 00:00:00 2001 From: Andreas Haas Date: Wed, 24 Nov 2021 16:12:59 +0000 Subject: [PATCH] Revert "[wasm] Update spec tests" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ce76b91ac5da353d38e3a7b750e60576e3be7b22. Reason for revert: failing simd tests on bots Original change's description: > [wasm] Update spec tests > > The newly-failing tests are due to the renaming of "anyfunc" to > "funcref". > > R=​ecmziegler@chromium.org > > Change-Id: I801b330e386c45e62a1cbc6e308a981b3b0244e5 > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3300133 > Reviewed-by: Emanuel Ziegler > Commit-Queue: Andreas Haas > Cr-Commit-Position: refs/heads/main@{#78070} Change-Id: I44dc3fcbf32092d7fe7e54039de269b39ce4e458 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3300141 Bot-Commit: Rubber Stamper Reviewed-by: Maya Lekova Owners-Override: Maya Lekova Commit-Queue: Maya Lekova Cr-Commit-Position: refs/heads/main@{#78074} --- test/wasm-js/tests.tar.gz.sha1 | 2 +- test/wasm-js/wasm-js.status | 7 ------- test/wasm-spec-tests/tests.tar.gz.sha1 | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/test/wasm-js/tests.tar.gz.sha1 b/test/wasm-js/tests.tar.gz.sha1 index 77bb70be11..43a7a5c9ac 100644 --- a/test/wasm-js/tests.tar.gz.sha1 +++ b/test/wasm-js/tests.tar.gz.sha1 @@ -1 +1 @@ -032b07ce80fd04f7b3f143d1d00eb7454156e2e3 \ No newline at end of file +765700116a6d805cba8fc49374813dcf465eb6d7 \ No newline at end of file diff --git a/test/wasm-js/wasm-js.status b/test/wasm-js/wasm-js.status index a2abfe3b0f..3c1431eebd 100644 --- a/test/wasm-js/wasm-js.status +++ b/test/wasm-js/wasm-js.status @@ -14,13 +14,6 @@ 'wpt/function/table.tentative': [FAIL], 'wpt/function/type.tentative': [FAIL], - # Failing tests after update - 'proposals/js-types/global/type': [FAIL], - 'proposals/js-types/module/exports': [FAIL], - 'proposals/js-types/module/imports': [FAIL], - 'proposals/js-types/table/constructor': [FAIL], - 'proposals/js-types/table/type': [FAIL], - # Outdated proposal tests. 'proposals/js-types/table/get-set': [FAIL], 'proposals/memory64/table/get-set': [FAIL], diff --git a/test/wasm-spec-tests/tests.tar.gz.sha1 b/test/wasm-spec-tests/tests.tar.gz.sha1 index e6fc7039fb..7214ce7c34 100644 --- a/test/wasm-spec-tests/tests.tar.gz.sha1 +++ b/test/wasm-spec-tests/tests.tar.gz.sha1 @@ -1 +1 @@ -1cce5fa8f76a93b77bf022aefbe2832a8f4e0588 \ No newline at end of file +6ad3d75e3bb7790de62b5a7db0fd5c38817d17a1 \ No newline at end of file