Commit 01a6b6d9 authored by Andreas Haas's avatar Andreas Haas Committed by V8 LUCI CQ

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: 's avatarMaya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78101}
parent 5dcae970
765700116a6d805cba8fc49374813dcf465eb6d7
\ No newline at end of file
032b07ce80fd04f7b3f143d1d00eb7454156e2e3
\ No newline at end of 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],
......
6ad3d75e3bb7790de62b5a7db0fd5c38817d17a1
\ No newline at end of file
1cce5fa8f76a93b77bf022aefbe2832a8f4e0588
\ No newline at end of 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
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment