Reland "[wasm] Update spec tests"

SIMD tests moved from the proposal directory to the main spec test
directory. Test expectations needed to be adjusted therefore.

Change-Id: I02225da1f55ba173bbda22257edf45a3e987ba0d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3302795
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Reviewed-by: Maya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78101}
This commit is contained in:
Andreas Haas 2021-11-26 08:13:21 +01:00 committed by V8 LUCI CQ
parent 5dcae97045
commit 01a6b6d995
4 changed files with 10 additions and 14 deletions

View File

@ -1 +1 @@
765700116a6d805cba8fc49374813dcf465eb6d7
032b07ce80fd04f7b3f143d1d00eb7454156e2e3

View File

@ -14,6 +14,13 @@
'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],

View File

@ -1 +1 @@
6ad3d75e3bb7790de62b5a7db0fd5c38817d17a1
1cce5fa8f76a93b77bf022aefbe2832a8f4e0588

View File

@ -8,18 +8,6 @@
# TODO(v8:10994): Failing spec test after update.
'proposals/js-types/data': [FAIL],
# Failing tests after update.
'simd_address': [SKIP],
'simd_align': [SKIP],
'simd_bit_shift': [SKIP],
'simd_bitwise': [SKIP],
'simd_boolean': [SKIP],
'simd_const': [SKIP],
'simd_conversions': [SKIP],
'simd_f32x4': [SKIP],
'simd_f32x4_arith': [SKIP],
'simd_f32x4_cmp': [SKIP],
# Missing rebase in the proposal repository.
'proposals/js-types/table': [FAIL],
'proposals/memory64/linking': [FAIL],
@ -163,6 +151,7 @@
##############################################################################
['no_simd_hardware == True', {
'proposals/simd/*': [SKIP],
'simd*': [SKIP],
}], # no_simd_hardware == True
]