Revert "Reland "[wasm] Update spec tests""

This reverts commit 01a6b6d995.

Reason for revert: https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Arm%20-%20debug/20669/overview

Original change's description:
> 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}

Change-Id: I7bdd6346e5ad593e7fe4289b5d6e15f9235ea26f
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3302800
Auto-Submit: Nico Hartmann <nicohartmann@chromium.org>
Commit-Queue: Nico Hartmann <nicohartmann@chromium.org>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Owners-Override: Nico Hartmann <nicohartmann@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#78103}
This commit is contained in:
Nico Hartmann 2021-11-26 11:47:28 +00:00 committed by V8 LUCI CQ
parent 0c2bbfd5bb
commit ea0270e71c
4 changed files with 14 additions and 10 deletions

View File

@ -1 +1 @@
032b07ce80fd04f7b3f143d1d00eb7454156e2e3
765700116a6d805cba8fc49374813dcf465eb6d7

View File

@ -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],

View File

@ -1 +1 @@
1cce5fa8f76a93b77bf022aefbe2832a8f4e0588
6ad3d75e3bb7790de62b5a7db0fd5c38817d17a1

View File

@ -8,6 +8,18 @@
# 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],
@ -151,7 +163,6 @@
##############################################################################
['no_simd_hardware == True', {
'proposals/simd/*': [SKIP],
'simd*': [SKIP],
}], # no_simd_hardware == True
]