Commit ea0270e7 authored by Nico Hartmann's avatar Nico Hartmann Committed by V8 LUCI CQ

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

This reverts commit 01a6b6d9.

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}
parent 0c2bbfd5
032b07ce80fd04f7b3f143d1d00eb7454156e2e3 765700116a6d805cba8fc49374813dcf465eb6d7
\ No newline at end of file \ No newline at end of file
...@@ -14,13 +14,6 @@ ...@@ -14,13 +14,6 @@
'wpt/function/table.tentative': [FAIL], 'wpt/function/table.tentative': [FAIL],
'wpt/function/type.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. # Outdated proposal tests.
'proposals/js-types/table/get-set': [FAIL], 'proposals/js-types/table/get-set': [FAIL],
'proposals/memory64/table/get-set': [FAIL], 'proposals/memory64/table/get-set': [FAIL],
......
1cce5fa8f76a93b77bf022aefbe2832a8f4e0588 6ad3d75e3bb7790de62b5a7db0fd5c38817d17a1
\ No newline at end of file \ No newline at end of file
...@@ -8,6 +8,18 @@ ...@@ -8,6 +8,18 @@
# TODO(v8:10994): Failing spec test after update. # TODO(v8:10994): Failing spec test after update.
'proposals/js-types/data': [FAIL], '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. # Missing rebase in the proposal repository.
'proposals/js-types/table': [FAIL], 'proposals/js-types/table': [FAIL],
'proposals/memory64/linking': [FAIL], 'proposals/memory64/linking': [FAIL],
...@@ -151,7 +163,6 @@ ...@@ -151,7 +163,6 @@
############################################################################## ##############################################################################
['no_simd_hardware == True', { ['no_simd_hardware == True', {
'proposals/simd/*': [SKIP], 'proposals/simd/*': [SKIP],
'simd*': [SKIP],
}], # no_simd_hardware == True }], # 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