[wasm][tests] Remove BigInt proposal tests
The BigInt proposal got to stage 4 and integrated into the main spec. Therefore the proposal tests are unnecessary and will be outdated soon. R=thibaudm@chromium.org Change-Id: I149de015f098a89333dd907bf5a4d18a36086c2b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2264095 Reviewed-by: Thibaud Michaud <thibaudm@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#68542}
This commit is contained in:
parent
c8b8475424
commit
0895c903ce
@ -30,11 +30,6 @@ proposal_flags = [{
|
|||||||
'--no-experimental-wasm-bulk-memory',
|
'--no-experimental-wasm-bulk-memory',
|
||||||
'--wasm-staging']
|
'--wasm-staging']
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'name': 'JS-BigInt-integration',
|
|
||||||
'flags': ['--experimental-wasm-bigint',
|
|
||||||
'--wasm-staging']
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
566ae44179cb075c1503332f9aa790d33544ac23
|
7882aa5f67e480311e4cd054c3b0a443a933e1fb
|
@ -25,11 +25,7 @@
|
|||||||
# These are slow, and not useful to run for the proposals:
|
# These are slow, and not useful to run for the proposals:
|
||||||
'proposals/reference-types/limits': [SKIP],
|
'proposals/reference-types/limits': [SKIP],
|
||||||
'proposals/bulk-memory-operations/limits': [SKIP],
|
'proposals/bulk-memory-operations/limits': [SKIP],
|
||||||
'proposals/JS-BigInt-integration/limits': [SKIP],
|
|
||||||
'proposals/js-types/limits': [SKIP],
|
'proposals/js-types/limits': [SKIP],
|
||||||
# TODO(v8:9673): Enable these spec tests once they exist, and the out-dated
|
|
||||||
# tests have been removed.
|
|
||||||
'proposals/JS-BigInt-integration/module/params-long': [FAIL],
|
|
||||||
# TODO(wasm): Update memory limit.
|
# TODO(wasm): Update memory limit.
|
||||||
'limits': [FAIL],
|
'limits': [FAIL],
|
||||||
}], # ALWAYS
|
}], # ALWAYS
|
||||||
|
@ -22,10 +22,6 @@ proposal_flags = [{
|
|||||||
'flags': ['--experimental-wasm-type-reflection',
|
'flags': ['--experimental-wasm-type-reflection',
|
||||||
'--no-experimental-wasm-bulk-memory']
|
'--no-experimental-wasm-bulk-memory']
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'name': 'JS-BigInt-integration',
|
|
||||||
'flags': ['--experimental-wasm-bigint']
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
class TestLoader(testsuite.JSTestLoader):
|
class TestLoader(testsuite.JSTestLoader):
|
||||||
|
@ -1 +1 @@
|
|||||||
dfa60cced515409de132dc3355a834bb8dc689b8
|
da3b226e92b5ef783350faa7bd893091709aaf08
|
@ -45,13 +45,10 @@
|
|||||||
'proposals/js-types/float_exprs': [SKIP],
|
'proposals/js-types/float_exprs': [SKIP],
|
||||||
'proposals/js-types/float_misc': [SKIP],
|
'proposals/js-types/float_misc': [SKIP],
|
||||||
'proposals/js-types/conversions': [SKIP],
|
'proposals/js-types/conversions': [SKIP],
|
||||||
'proposals/JS-BigInt-integration/f32': [SKIP],
|
|
||||||
'proposals/JS-BigInt-integration/f64': [SKIP],
|
|
||||||
'proposals/bulk-memory-operations/f32': [SKIP],
|
'proposals/bulk-memory-operations/f32': [SKIP],
|
||||||
'proposals/bulk-memory-operations/f64': [SKIP],
|
'proposals/bulk-memory-operations/f64': [SKIP],
|
||||||
'proposals/reference-types/f32': [SKIP],
|
'proposals/reference-types/f32': [SKIP],
|
||||||
'proposals/reference-types/f64': [SKIP],
|
'proposals/reference-types/f64': [SKIP],
|
||||||
'proposals/JS-BigInt-integration/float_misc': [SKIP],
|
|
||||||
'proposals/bulk-memory-operations/float_misc': [SKIP],
|
'proposals/bulk-memory-operations/float_misc': [SKIP],
|
||||||
'proposals/reference-types/float_misc': [SKIP],
|
'proposals/reference-types/float_misc': [SKIP],
|
||||||
}], # 'arch == mipsel or arch == mips64el or arch == mips or arch == mips64'
|
}], # 'arch == mipsel or arch == mips64el or arch == mips or arch == mips64'
|
||||||
@ -68,8 +65,6 @@
|
|||||||
'f64': [SKIP],
|
'f64': [SKIP],
|
||||||
'proposals/js-types/f32': [SKIP],
|
'proposals/js-types/f32': [SKIP],
|
||||||
'proposals/js-types/f64': [SKIP],
|
'proposals/js-types/f64': [SKIP],
|
||||||
'proposals/JS-BigInt-integration/f32': [SKIP],
|
|
||||||
'proposals/JS-BigInt-integration/f64': [SKIP],
|
|
||||||
'proposals/bulk-memory-operations/f32': [SKIP],
|
'proposals/bulk-memory-operations/f32': [SKIP],
|
||||||
'proposals/bulk-memory-operations/f64': [SKIP],
|
'proposals/bulk-memory-operations/f64': [SKIP],
|
||||||
'proposals/reference-types/f32': [SKIP],
|
'proposals/reference-types/f32': [SKIP],
|
||||||
@ -77,7 +72,6 @@
|
|||||||
# This test fails because ppc float to double doesn't convert sNaN to qNaN.
|
# This test fails because ppc float to double doesn't convert sNaN to qNaN.
|
||||||
'conversions': [SKIP],
|
'conversions': [SKIP],
|
||||||
'proposals/js-types/conversions': [SKIP],
|
'proposals/js-types/conversions': [SKIP],
|
||||||
'proposals/JS-BigInt-integration/conversions': [SKIP],
|
|
||||||
'proposals/bulk-memory-operations/conversions': [SKIP],
|
'proposals/bulk-memory-operations/conversions': [SKIP],
|
||||||
'proposals/reference-types/conversions': [SKIP],
|
'proposals/reference-types/conversions': [SKIP],
|
||||||
}], # 'arch == ppc or arch == ppc64'
|
}], # 'arch == ppc or arch == ppc64'
|
||||||
@ -88,8 +82,6 @@
|
|||||||
'f64': [SKIP],
|
'f64': [SKIP],
|
||||||
'proposals/js-types/f32': [SKIP],
|
'proposals/js-types/f32': [SKIP],
|
||||||
'proposals/js-types/f64': [SKIP],
|
'proposals/js-types/f64': [SKIP],
|
||||||
'proposals/JS-BigInt-integration/f32': [SKIP],
|
|
||||||
'proposals/JS-BigInt-integration/f64': [SKIP],
|
|
||||||
'proposals/bulk-memory-operations/f32': [SKIP],
|
'proposals/bulk-memory-operations/f32': [SKIP],
|
||||||
'proposals/bulk-memory-operations/f64': [SKIP],
|
'proposals/bulk-memory-operations/f64': [SKIP],
|
||||||
'proposals/reference-types/f32': [SKIP],
|
'proposals/reference-types/f32': [SKIP],
|
||||||
|
@ -71,7 +71,7 @@ log_and_run cp -r ${TMP_DIR}/spec/test/js-api/* ${JS_API_TEST_DIR}/tests
|
|||||||
# Generate the proposal tests.
|
# Generate the proposal tests.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
repos='bulk-memory-operations reference-types js-types JS-BigInt-integration'
|
repos='bulk-memory-operations reference-types js-types'
|
||||||
|
|
||||||
for repo in ${repos}; do
|
for repo in ${repos}; do
|
||||||
echo "Process ${repo}"
|
echo "Process ${repo}"
|
||||||
|
Loading…
Reference in New Issue
Block a user