[wasm] Update wasm spec tests

R=thibaudm@chromium.org

Change-Id: I6fcd78ffb2683ed92e056d67ec4ef792c0d2ec0b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2939986
Reviewed-by: Thibaud Michaud <thibaudm@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74947}
This commit is contained in:
Andreas Haas 2021-06-04 11:16:42 +02:00 committed by V8 LUCI CQ
parent 892591e1f4
commit 1b3fbeaae1
3 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
c87f58384e48ec81a3d42ed0de61f3a96d06ac80 a2054c3462ac5ff6e72879ce88aba2bc0d7727f9

View File

@ -1 +1 @@
a2c86d18c0a8e68538d6730671166ebf5fc63f46 351e4dca7b86d24e32bf09859e6cde292ca78e9a

View File

@ -10,7 +10,6 @@
# Missing rebase in the proposal repository. # Missing rebase in the proposal repository.
'proposals/js-types/table': [FAIL], 'proposals/js-types/table': [FAIL],
'proposals/js-types/unreached-invalid': [FAIL],
'proposals/memory64/linking': [FAIL], 'proposals/memory64/linking': [FAIL],
'proposals/memory64/table': [FAIL], 'proposals/memory64/table': [FAIL],
'proposals/memory64/unreached-invalid': [FAIL], 'proposals/memory64/unreached-invalid': [FAIL],
@ -27,7 +26,6 @@
'proposals/tail-call/globals': [FAIL], 'proposals/tail-call/globals': [FAIL],
'proposals/tail-call/linking': [FAIL], 'proposals/tail-call/linking': [FAIL],
'proposals/tail-call/type': [FAIL], 'proposals/tail-call/type': [FAIL],
'proposals/tail-call/unreached-invalid': [FAIL],
# TODO(v8:11401): Fix memory64 spec tests / the v8 implementation (whatever # TODO(v8:11401): Fix memory64 spec tests / the v8 implementation (whatever
# is broken). # is broken).