Commit 1f74ce7d authored by Andreas Haas's avatar Andreas Haas Committed by Commit Bot

[wasm] Update wasm spec tests

R=ecmziegler@chromium.org

Bug: v8:10556
Change-Id: Id105f2e5fa605e31ae6841062192edde10a94767
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2247650Reviewed-by: 's avatarEmanuel Ziegler <ecmziegler@chromium.org>
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68376}
parent 9749bcc0
4ed8451098f61230e9675a3e92568f29419cc11d
\ No newline at end of file
566ae44179cb075c1503332f9aa790d33544ac23
\ No newline at end of file
......@@ -7,16 +7,21 @@
[ALWAYS, {
# TODO(v8:10556): Remove sub-typing in the reference-types implementation
'constructor/instantiate': [FAIL],
'global/constructor': [FAIL],
'global/value-get-set': [FAIL],
'instance/constructor-caching': [FAIL],
'instance/constructor': [FAIL],
'proposals/js-types/constructor/instantiate': [FAIL],
'proposals/js-types/global/constructor': [FAIL],
'proposals/js-types/global/value-get-set': [FAIL],
'proposals/js-types/instance/constructor': [FAIL],
'prototypes': [FAIL],
# Outdated proposals, will work after rebasing.
'proposals/reference-types/global/value-get-set': [FAIL],
'proposals/reference-types/global/constructor': [FAIL],
'proposals/bulk-memory-operations/global/value-get-set': [FAIL],
'proposals/bulk-memory-operations/global/constructor': [FAIL],
# These are slow, and not useful to run for the proposals:
'proposals/reference-types/limits': [SKIP],
'proposals/bulk-memory-operations/limits': [SKIP],
......
427b76df2465c910c3f849291bb3b449b3aac30b
\ No newline at end of file
dfa60cced515409de132dc3355a834bb8dc689b8
\ No newline at end of file
......@@ -4,6 +4,13 @@
[
[ALWAYS, {
# TODO(v8:10556): Remove sub-typing in the reference-types implementation
'proposals/reference-types/table_grow': [FAIL],
'proposals/reference-types/table_set': [FAIL],
'proposals/reference-types/table_get': [FAIL],
'proposals/reference-types/ref_is_null': [FAIL],
'proposals/reference-types/ref_func': [FAIL],
#TODO(ahaas): Add additional stack checks on mips.
'skip-stack-guard-page': [PASS, ['arch == mipsel or arch == mips64el or ((arch == ppc or arch == ppc64 or arch == s390 or arch == s390x) and simulator_run)', SKIP]],
......
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