2017-04-27 12:28:05 +00:00
|
|
|
# Copyright 2016 the V8 project authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
[
|
|
|
|
[ALWAYS, {
|
2020-07-14 09:49:12 +00:00
|
|
|
'skip-stack-guard-page': [PASS, ['((arch == ppc or arch == ppc64 or arch == s390 or arch == s390x) and simulator_run)', SKIP]],
|
2020-08-20 11:49:02 +00:00
|
|
|
# TODO(wasm) Investigate failing spec tests after update.
|
|
|
|
'binary': [FAIL],
|
Reland "[wasm-simd] Stage SIMD"
This reverts commit e8976cf93a65b97b10d0bdd41cb07577bdb6f959.
Reason for revert: Mark f32x4_cmp as fail, lowering is not fully implemented yet.
Original change's description:
> Revert "[wasm-simd] Stage SIMD"
>
> This reverts commit 1d2726dd0b4ae2d063ca01fbab71fbaeab2e02e5.
>
> Reason for revert: ODROID failure: https://ci.chromium.org/p/v8/builders/ci/V8%20Arm%20-%20debug/15814?
>
> Original change's description:
> > [wasm-simd] Stage SIMD
> >
> > SIMD has been pretty stable for a while now, we are not expecting big
> > changes (like opcode renumbers), there might be new instructions added,
> > and they will all be backwards-compatible.
> >
> > The reference interpreter in the SIMD proposal is now capable of
> > generating JS files for all test cases, so we can now run them.
> >
> > There is a bit of tweaking necessary, since SIMD tests are in
> > tests/core/simd subfolder in the spec, so we need to change the glob
> > into a find that will traverse into subdirectory.
> >
> > Bug: v8:10835
> > Change-Id: I1f7e3cf37f21b2aa2537d1e34242da2373bbf626
> > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2378587
> > Commit-Queue: Zhi An Ng <zhin@chromium.org>
> > Reviewed-by: Andreas Haas <ahaas@chromium.org>
> > Cr-Commit-Position: refs/heads/master@{#69793}
>
> TBR=bbudge@chromium.org,ahaas@chromium.org,zhin@chromium.org
>
> Change-Id: I3a90c616109ca048691d97ab45698bc15a678e18
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: v8:10835
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2402379
> Reviewed-by: Shu-yu Guo <syg@chromium.org>
> Commit-Queue: Shu-yu Guo <syg@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#69794}
TBR=bbudge@chromium.org,ahaas@chromium.org,zhin@chromium.org,syg@chromium.org
# Not skipping CQ checks because this is a reland.
Bug: v8:10835
Change-Id: I3d87dd2adba6ada2ec3ebf5e13bff378a74b03e8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2402386
Reviewed-by: Zhi An Ng <zhin@chromium.org>
Reviewed-by: Andreas Haas <ahaas@chromium.org>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69817}
2020-09-10 00:16:53 +00:00
|
|
|
'proposals/bulk-memory-operations/binary': [FAIL],
|
2020-10-07 07:13:51 +00:00
|
|
|
# TODO(v8:10994): Failing spec test after update.
|
|
|
|
'proposals/reference-types/br_table': [FAIL],
|
2020-11-12 11:54:58 +00:00
|
|
|
'proposals/simd/binary': [FAIL],
|
|
|
|
'proposals/simd/data': [FAIL],
|
|
|
|
'proposals/js-types/data': [FAIL],
|
|
|
|
'proposals/reference-types/binary': [FAIL],
|
2019-12-02 17:47:12 +00:00
|
|
|
|
2019-04-16 22:14:05 +00:00
|
|
|
# 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
|
|
|
|
# need to update to use its testsuite.
|
2019-08-27 14:14:34 +00:00
|
|
|
'linking': [FAIL],
|
|
|
|
'elem': [FAIL],
|
|
|
|
'data': [FAIL],
|
2019-12-02 17:47:12 +00:00
|
|
|
|
2019-12-11 12:02:45 +00:00
|
|
|
# TODO(wasm): Roll newest tests into "js-types" repository.
|
2019-08-28 11:26:02 +00:00
|
|
|
'proposals/js-types/exports': [FAIL],
|
|
|
|
'proposals/js-types/globals': [FAIL],
|
|
|
|
'proposals/js-types/linking': [FAIL],
|
2019-12-02 17:47:12 +00:00
|
|
|
|
2020-07-02 13:13:23 +00:00
|
|
|
# TODO(wasm): Roll newest tests into "tail-call" repository.
|
|
|
|
'proposals/tail-call/data': [FAIL],
|
|
|
|
'proposals/tail-call/elem': [FAIL],
|
|
|
|
'proposals/tail-call/exports': [FAIL],
|
|
|
|
'proposals/tail-call/func': [FAIL],
|
|
|
|
'proposals/tail-call/globals': [FAIL],
|
|
|
|
'proposals/tail-call/imports': [FAIL],
|
|
|
|
'proposals/tail-call/linking': [FAIL],
|
|
|
|
'proposals/tail-call/type': [FAIL],
|
|
|
|
|
2020-06-09 15:54:14 +00:00
|
|
|
# This test requires the reftypes flag to be disabled.
|
2020-05-25 06:06:14 +00:00
|
|
|
'proposals/bulk-memory-operations/imports': [FAIL],
|
2017-04-27 12:28:05 +00:00
|
|
|
}], # ALWAYS
|
|
|
|
|
2020-09-22 22:00:36 +00:00
|
|
|
['arch == arm and not simulator_run', {
|
|
|
|
# See https://crbug.com/v8/10938 denormals not handled correctly on ARM.
|
|
|
|
'proposals/simd/simd_f32x4': [PASS, FAIL],
|
|
|
|
'proposals/simd/simd_f32x4_arith': [PASS, FAIL],
|
|
|
|
'proposals/simd/simd_f32x4_cmp': [PASS, FAIL],
|
2020-09-24 22:51:21 +00:00
|
|
|
# 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],
|
2020-10-07 07:13:51 +00:00
|
|
|
'proposals/simd/simd_f32x4_pmin_pmax' : [PASS, FAIL],
|
2020-09-22 22:00:36 +00:00
|
|
|
}], # arch == arm and not simulator_run
|
|
|
|
|
2017-05-22 10:41:53 +00:00
|
|
|
['arch == mipsel or arch == mips64el or arch == mips or arch == mips64', {
|
|
|
|
# These tests fail because mips does not support the correct NaN bit patterns.
|
2019-08-27 14:14:34 +00:00
|
|
|
'float_misc': [SKIP],
|
|
|
|
'float_exprs': [SKIP],
|
|
|
|
'f32': [SKIP],
|
|
|
|
'f64': [SKIP],
|
|
|
|
'f32_bitwise': [SKIP],
|
|
|
|
'f64_bitwise': [SKIP],
|
|
|
|
'proposals/reference-types/conversions': [SKIP],
|
|
|
|
'proposals/bulk-memory-operations/conversions': [SKIP],
|
2019-09-04 11:53:50 +00:00
|
|
|
'proposals/js-types/f32': [SKIP],
|
|
|
|
'proposals/js-types/f64': [SKIP],
|
|
|
|
'proposals/js-types/f32_bitwise': [SKIP],
|
|
|
|
'proposals/js-types/f64_bitwise': [SKIP],
|
|
|
|
'proposals/js-types/float_exprs': [SKIP],
|
|
|
|
'proposals/js-types/float_misc': [SKIP],
|
|
|
|
'proposals/js-types/conversions': [SKIP],
|
2019-12-17 07:31:56 +00:00
|
|
|
'proposals/bulk-memory-operations/f32': [SKIP],
|
|
|
|
'proposals/bulk-memory-operations/f64': [SKIP],
|
|
|
|
'proposals/reference-types/f32': [SKIP],
|
|
|
|
'proposals/reference-types/f64': [SKIP],
|
|
|
|
'proposals/bulk-memory-operations/float_misc': [SKIP],
|
|
|
|
'proposals/reference-types/float_misc': [SKIP],
|
2020-07-02 13:13:23 +00:00
|
|
|
'proposals/tail-call/f32': [SKIP],
|
|
|
|
'proposals/tail-call/f32_bitwise': [SKIP],
|
|
|
|
'proposals/tail-call/f64': [SKIP],
|
|
|
|
'proposals/tail-call/f64_bitwise': [SKIP],
|
|
|
|
'proposals/tail-call/float_exprs': [SKIP],
|
2020-07-06 07:39:41 +00:00
|
|
|
'proposals/tail-call/float_misc': [SKIP],
|
2020-07-02 13:13:23 +00:00
|
|
|
'proposals/tail-call/conversions': [SKIP],
|
2017-05-22 10:41:53 +00:00
|
|
|
}], # 'arch == mipsel or arch == mips64el or arch == mips or arch == mips64'
|
|
|
|
|
|
|
|
['(arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simulator_run', {
|
|
|
|
# This test fail because mips does not support the correct NaN bit patterns.
|
|
|
|
# But it doesn't fail in simulator.
|
2019-08-27 14:14:34 +00:00
|
|
|
'conversions': [SKIP],
|
2017-05-22 10:41:53 +00:00
|
|
|
}], # '(arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simulator_run'
|
|
|
|
|
2020-07-14 09:49:12 +00:00
|
|
|
['(arch == mipsel or arch == mips64el) and simulator_run', {
|
|
|
|
# These tests need larger stack size on simulator.
|
|
|
|
'skip-stack-guard-page': '--sim-stack-size=8192',
|
|
|
|
'proposals/tail-call/skip-stack-guard-page': '--sim-stack-size=8192',
|
|
|
|
}], # '(arch == mipsel or arch == mips64el) and simulator_run'
|
|
|
|
|
2017-06-06 19:54:56 +00:00
|
|
|
['arch == ppc or arch == ppc64', {
|
|
|
|
# These tests fail because ppc float min and max doesn't convert sNaN to qNaN.
|
2019-08-27 14:14:34 +00:00
|
|
|
'f32': [SKIP],
|
|
|
|
'f64': [SKIP],
|
2019-08-28 18:31:48 +00:00
|
|
|
'proposals/js-types/f32': [SKIP],
|
|
|
|
'proposals/js-types/f64': [SKIP],
|
2019-12-16 17:54:01 +00:00
|
|
|
'proposals/bulk-memory-operations/f32': [SKIP],
|
|
|
|
'proposals/bulk-memory-operations/f64': [SKIP],
|
|
|
|
'proposals/reference-types/f32': [SKIP],
|
|
|
|
'proposals/reference-types/f64': [SKIP],
|
2020-07-02 13:13:23 +00:00
|
|
|
'proposals/tail-call/f32': [SKIP],
|
|
|
|
'proposals/tail-call/f64': [SKIP],
|
2017-06-06 19:54:56 +00:00
|
|
|
# This test fails because ppc float to double doesn't convert sNaN to qNaN.
|
2019-08-27 14:14:34 +00:00
|
|
|
'conversions': [SKIP],
|
2019-08-28 18:31:48 +00:00
|
|
|
'proposals/js-types/conversions': [SKIP],
|
2019-12-16 17:54:01 +00:00
|
|
|
'proposals/bulk-memory-operations/conversions': [SKIP],
|
|
|
|
'proposals/reference-types/conversions': [SKIP],
|
2020-07-02 13:13:23 +00:00
|
|
|
'proposals/tail-call/conversions': [SKIP],
|
2017-06-06 19:54:56 +00:00
|
|
|
}], # 'arch == ppc or arch == ppc64'
|
|
|
|
|
|
|
|
['arch == s390 or arch == s390x', {
|
|
|
|
# These tests fail because s390 float min and max doesn't convert sNaN to qNaN.
|
2019-08-27 14:14:34 +00:00
|
|
|
'f32': [SKIP],
|
|
|
|
'f64': [SKIP],
|
2019-08-28 18:31:48 +00:00
|
|
|
'proposals/js-types/f32': [SKIP],
|
|
|
|
'proposals/js-types/f64': [SKIP],
|
2019-12-16 17:54:01 +00:00
|
|
|
'proposals/bulk-memory-operations/f32': [SKIP],
|
|
|
|
'proposals/bulk-memory-operations/f64': [SKIP],
|
|
|
|
'proposals/reference-types/f32': [SKIP],
|
|
|
|
'proposals/reference-types/f64': [SKIP],
|
2020-07-02 13:13:23 +00:00
|
|
|
'proposals/tail-call/f32': [SKIP],
|
|
|
|
'proposals/tail-call/f64': [SKIP],
|
2017-06-06 19:54:56 +00:00
|
|
|
}], # 'arch == s390 or arch == s390x'
|
|
|
|
|
2019-01-10 10:04:51 +00:00
|
|
|
##############################################################################
|
2019-02-04 10:24:00 +00:00
|
|
|
['lite_mode or variant == jitless', {
|
2019-01-10 10:04:51 +00:00
|
|
|
# TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
|
|
|
|
'*': [SKIP],
|
2019-02-04 10:24:00 +00:00
|
|
|
}], # lite_mode or variant == jitless
|
2019-01-10 10:04:51 +00:00
|
|
|
|
2020-05-05 07:52:48 +00:00
|
|
|
################################################################################
|
|
|
|
['variant == stress_snapshot', {
|
|
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
|
|
}],
|
2019-01-10 10:04:51 +00:00
|
|
|
|
2017-04-27 12:28:05 +00:00
|
|
|
]
|