[wasm] Update spec tests
R=thibaudm@chromium.org CC=ecmziegler@chromium.org Change-Id: I3f34dc69e5ec7e4a5872c740788812367ae56a5f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2019166 Reviewed-by: Thibaud Michaud <thibaudm@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#65981}
This commit is contained in:
parent
d422dc741c
commit
3fa30b25fd
@ -1 +1 @@
|
||||
f5f37994cf87612032658e0456f5213b752b3256
|
||||
998b2870df79bf5ae83eb80aa6adb4ec3110d197
|
@ -9,8 +9,7 @@ from testrunner.objects import testcase
|
||||
|
||||
proposal_flags = [{
|
||||
'name': 'reference-types',
|
||||
'flags': ['--experimental-wasm-anyref',
|
||||
'--no-experimental-wasm-bulk-memory']
|
||||
'flags': ['--experimental-wasm-anyref']
|
||||
},
|
||||
{
|
||||
'name': 'bulk-memory-operations',
|
||||
|
@ -1 +1 @@
|
||||
30a4f6aed5a27a33455d2af7dcfb90ffe0c189c7
|
||||
61d66d9a4019b8799d4be29b82424c5e5a4fb8b2
|
@ -24,6 +24,15 @@
|
||||
'proposals/multi-value/call': [FAIL],
|
||||
'proposals/multi-value/if': [FAIL],
|
||||
'proposals/multi-value/func': [FAIL],
|
||||
|
||||
# TODO(v8:10156): Spec tests are failing after rebasing the reference-types
|
||||
# proposal on the bulk-operations proposal.
|
||||
'proposals/reference-types/elem': [FAIL],
|
||||
'proposals/reference-types/ref_func': [FAIL],
|
||||
'proposals/reference-types/table_fill': [FAIL],
|
||||
'proposals/reference-types/table_grow': [FAIL],
|
||||
'proposals/reference-types/select': [FAIL],
|
||||
'proposals/reference-types/br_table': [FAIL],
|
||||
}], # ALWAYS
|
||||
|
||||
['arch == mipsel or arch == mips64el or arch == mips or arch == mips64', {
|
||||
|
Loading…
Reference in New Issue
Block a user