[wasm] Update spec tests

R=ecmziegler@chromium.org

Change-Id: Ibe9b1793a60d21ba853501b19c53647be5321288
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2910786
Reviewed-by: Emanuel Ziegler <ecmziegler@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74710}
This commit is contained in:
Andreas Haas 2021-05-21 13:05:24 +02:00 committed by V8 LUCI CQ
parent e916c7d7c4
commit c4cf087a1d
3 changed files with 3 additions and 7 deletions

View File

@ -1 +1 @@
a7bba39e6681a1133de75369728aa8bdef23def1
c87f58384e48ec81a3d42ed0de61f3a96d06ac80

View File

@ -1 +1 @@
053a8d8be450a2f85fa455404de33e91477b1586
a2c86d18c0a8e68538d6730671166ebf5fc63f46

View File

@ -7,6 +7,7 @@
'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],
'elem': [FAIL],
# Missing rebase in the proposal repository.
'proposals/js-types/table': [FAIL],
@ -22,8 +23,6 @@
'proposals/js-types/linking': [FAIL],
# TODO(wasm): Roll newest tests into "tail-call" repository.
'proposals/tail-call/data': [FAIL],
'proposals/tail-call/elem': [FAIL],
'proposals/tail-call/exports': [FAIL],
'proposals/tail-call/func': [FAIL],
'proposals/tail-call/globals': [FAIL],
@ -31,9 +30,6 @@
'proposals/tail-call/type': [FAIL],
'proposals/tail-call/unreached-invalid': [FAIL],
# This test requires the reftypes flag to be disabled.
'proposals/bulk-memory-operations/imports': [FAIL],
# TODO(v8:11401): Fix memory64 spec tests / the v8 implementation (whatever
# is broken).
'proposals/memory64/data': [FAIL],