Commit 58547c2a authored by Andreas Haas's avatar Andreas Haas Committed by Commit Bot

[wasm] Update spec tests

A previous update got reverted due to a SIMD test,see
https://logs.chromium.org/logs/v8/buildbucket/cr-buildbucket.appspot.com/8867662180901819968/+/steps/Check_-_ODROID/0/logs/simd_f32x4_pmin_pmax/0.

R=zhin@chromium.org

Bug: v8:10938
Change-Id: Id1e7e35112f127ccd8d5420b96f247d4fa2b52fb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2454711Reviewed-by: 's avatarZhi An Ng <zhin@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70432}
parent e4878aab
a7c9db6002250f90f4b316649b2915791ff389a8
\ No newline at end of file
331d0b45c9b1fe5872b5b27a7eff2c889cecb495
\ No newline at end of file
d4b9b276a7d0608e3a9bb2d62e6d2b877d05da0c
\ No newline at end of file
a58223f93f7c7489abd950f322f970caac3c2cad
\ No newline at end of file
......@@ -10,6 +10,8 @@
'proposals/js-types/binary-leb128': [FAIL],
'proposals/bulk-memory-operations/binary': [FAIL],
'proposals/bulk-memory-operations/binary-leb128': [FAIL],
# TODO(v8:10994): Failing spec test after update.
'proposals/reference-types/br_table': [FAIL],
# TODO(v8:9144): The MVP behavior when bounds-checking segments changed in
# the bulk-memory proposal. Since we've enabled bulk-memory by default, we
......@@ -46,6 +48,7 @@
# This test only has 1 problematic use of f32x4.min and f32x4.div, consider
# removing it from upstream, then we can run this test.
'proposals/simd/simd_splat' : [PASS, FAIL],
'proposals/simd/simd_f32x4_pmin_pmax' : [PASS, FAIL],
}], # arch == arm and not simulator_run
['arch == mipsel or arch == mips64el or arch == mips or arch == mips64', {
......
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