Commit 64471ba9 authored by Ng Zhi An's avatar Ng Zhi An Committed by Commit Bot

[wasm-simd] Update spec tests

We can also unmark some SIMD tests as failed since we are now inline
with spec.

Bug: v8:11331
Change-Id: I4b98ae068008c55535dbbbf0312a55aa03e7e83d
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2668060Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72507}
parent 9da4e363
33ac895644065668858271a73d458dd0db8001d5 00abb64394f63c2b009ab1063108852fe52d9ad1
\ No newline at end of file \ No newline at end of file
69eb576e76237d8dc7fdb26fbbdf6f64bc3af5f6 c7e1e811295013c1fc8430b174829455768bba3a
\ No newline at end of file \ No newline at end of file
...@@ -18,8 +18,9 @@ ...@@ -18,8 +18,9 @@
'data': [FAIL], 'data': [FAIL],
# TODO(wasm): Roll newest tests into "js-types" repository. # TODO(wasm): Roll newest tests into "js-types" repository.
'proposals/js-types/imports': [FAIL], 'proposals/js-types/elem': [FAIL],
'proposals/js-types/globals': [FAIL], 'proposals/js-types/globals': [FAIL],
'proposals/js-types/imports': [FAIL],
'proposals/js-types/linking': [FAIL], 'proposals/js-types/linking': [FAIL],
# TODO(wasm): Roll newest tests into "tail-call" repository. # TODO(wasm): Roll newest tests into "tail-call" repository.
...@@ -35,10 +36,6 @@ ...@@ -35,10 +36,6 @@
# This test requires the reftypes flag to be disabled. # This test requires the reftypes flag to be disabled.
'proposals/bulk-memory-operations/imports': [FAIL], 'proposals/bulk-memory-operations/imports': [FAIL],
# TODO(v8:11331): Remove once spec tests are updated with v128.any_true.
'proposals/simd/simd_boolean': [FAIL],
'proposals/simd/simd_lane': [FAIL],
}], # ALWAYS }], # ALWAYS
['arch == arm and not simulator_run', { ['arch == arm and not simulator_run', {
......
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