2013-08-05 14:54:09 +00:00
|
|
|
# Copyright 2013 the V8 project authors. All rights reserved.
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modification, are permitted provided that the following conditions are
|
|
|
|
# met:
|
|
|
|
#
|
|
|
|
# * Redistributions of source code must retain the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
# * Redistributions in binary form must reproduce the above
|
|
|
|
# copyright notice, this list of conditions and the following
|
|
|
|
# disclaimer in the documentation and/or other materials provided
|
|
|
|
# with the distribution.
|
|
|
|
# * Neither the name of Google Inc. nor the names of its
|
|
|
|
# contributors may be used to endorse or promote products derived
|
|
|
|
# from this software without specific prior written permission.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
[
|
2014-02-12 09:19:30 +00:00
|
|
|
[ALWAYS, {
|
2014-08-12 12:30:22 +00:00
|
|
|
# Too slow in Debug mode.
|
2015-10-01 19:18:51 +00:00
|
|
|
'octane/mandreel': [PASS, SLOW, ['mode == debug', SKIP]],
|
2014-09-15 14:28:06 +00:00
|
|
|
# TODO(turbofan): Too slow in debug mode for now.
|
|
|
|
'octane/pdfjs': [PASS, ['mode == debug', SKIP]],
|
2015-10-01 19:18:51 +00:00
|
|
|
|
|
|
|
# Slow tests.
|
2021-06-24 13:29:27 +00:00
|
|
|
'kraken/imaging-gaussian-blur': [PASS, SLOW],
|
2019-10-01 10:35:38 +00:00
|
|
|
'octane/box2d': [PASS, SLOW],
|
2021-06-16 13:47:26 +00:00
|
|
|
'octane/regexp': [PASS, SLOW],
|
|
|
|
'octane/typescript': [PASS, SLOW],
|
2020-12-03 14:50:57 +00:00
|
|
|
|
2021-06-18 07:57:09 +00:00
|
|
|
# https://crbug.com/v8/11905
|
2021-07-28 09:14:12 +00:00
|
|
|
'kraken/stanford-crypto-pbkdf2': [PASS, SLOW],
|
2021-06-18 07:57:09 +00:00
|
|
|
|
2020-12-03 14:50:57 +00:00
|
|
|
# https://crbug.com/v8/11222
|
|
|
|
'octane/raytrace': [PASS, SLOW],
|
2014-02-12 09:19:30 +00:00
|
|
|
}], # ALWAYS
|
2018-01-19 13:46:37 +00:00
|
|
|
|
2019-04-26 11:47:10 +00:00
|
|
|
# Slow variants.
|
|
|
|
['variant in [jitless, nooptimization, stress]', {
|
2019-04-26 08:25:54 +00:00
|
|
|
# Slow tests.
|
2019-04-26 11:47:10 +00:00
|
|
|
'kraken/ai-astar': [PASS, SLOW],
|
2022-01-10 08:55:30 +00:00
|
|
|
'kraken/audio-beat-detection': [SLOW],
|
2020-09-13 15:48:55 +00:00
|
|
|
'kraken/imaging-darkroom': [PASS, SLOW],
|
2019-04-26 11:47:10 +00:00
|
|
|
'kraken/imaging-desaturate': [PASS, SLOW],
|
2019-04-26 08:25:54 +00:00
|
|
|
'octane/code-load': [PASS, SLOW],
|
|
|
|
'octane/crypto': [PASS, SLOW],
|
2020-09-13 15:48:55 +00:00
|
|
|
'octane/earley-boyer': [PASS, SLOW],
|
2019-04-26 08:25:54 +00:00
|
|
|
'octane/gbemu-part1': [PASS, SLOW],
|
2020-09-13 15:48:55 +00:00
|
|
|
'octane/navier-stokes': [PASS, SLOW],
|
2019-04-26 08:25:54 +00:00
|
|
|
'octane/pdfjs': [PASS, SLOW],
|
2019-04-26 11:47:10 +00:00
|
|
|
}],
|
2019-04-26 08:25:54 +00:00
|
|
|
|
2019-04-26 11:47:10 +00:00
|
|
|
['variant == stress', {
|
2018-01-22 08:03:02 +00:00
|
|
|
# Too slow for stress mode.
|
2020-09-13 15:48:55 +00:00
|
|
|
'kraken/imaging-desaturate' : [PASS, ['mode == debug', SKIP]],
|
|
|
|
'kraken/imaging-gaussian-blur' : [PASS, ['mode == debug', SKIP]],
|
2018-01-22 08:03:02 +00:00
|
|
|
'octane/mandreel': [SKIP],
|
|
|
|
'octane/typescript': [SKIP],
|
2020-12-03 15:12:52 +00:00
|
|
|
'octane/raytrace': [PASS, SLOW, ['tsan', SKIP]],
|
2019-04-23 07:55:13 +00:00
|
|
|
|
|
|
|
# Too memory hungry on Odroid devices: https://crbug.com/v8/8963
|
|
|
|
'kraken/stanford-crypto-ccm': [PASS, ['arch == arm and not simulator_run', SKIP]],
|
2018-01-22 08:03:02 +00:00
|
|
|
}],
|
|
|
|
|
2019-02-06 07:50:07 +00:00
|
|
|
['variant == jitless', {
|
|
|
|
# Too slow for jitless mode.
|
2022-01-31 12:39:51 +00:00
|
|
|
'kraken/audio-fft': [PASS, ['mode == debug', SKIP]],
|
2020-09-13 15:48:55 +00:00
|
|
|
'kraken/imaging-desaturate' : [PASS, ['mode == debug', SKIP]],
|
|
|
|
'kraken/imaging-gaussian-blur' : [PASS, ['mode == debug', SKIP]],
|
2019-02-06 07:50:07 +00:00
|
|
|
'octane/zlib': [SKIP],
|
|
|
|
}],
|
|
|
|
|
2021-06-16 13:47:26 +00:00
|
|
|
['variant in [jitless, stress] and tsan', {
|
|
|
|
# Very slow tests.
|
|
|
|
'kraken/imaging-gaussian-blur': [SKIP],
|
|
|
|
'octane/mandreel': [SKIP],
|
|
|
|
}], # 'variant in [jitless, stress] and tsan'
|
|
|
|
|
2020-09-13 15:48:55 +00:00
|
|
|
['variant == nooptimization and mode == debug', {
|
|
|
|
# Too slow for nooptimization mode and debug.
|
|
|
|
'kraken/imaging-gaussian-blur': [SKIP],
|
|
|
|
}],
|
|
|
|
|
2019-10-14 06:51:19 +00:00
|
|
|
['variant == stress_incremental_marking', {
|
|
|
|
# Too slow for stress_incremental_marking.
|
|
|
|
'octane/box2d': [SKIP],
|
|
|
|
'octane/typescript': [SKIP],
|
|
|
|
}],
|
|
|
|
|
2018-01-19 13:46:37 +00:00
|
|
|
['gc_fuzzer', {
|
|
|
|
# Too slow for gc fuzzing.
|
2018-01-19 18:30:41 +00:00
|
|
|
'octane/earley-boyer' : [PASS, SLOW, ['mode == debug', SKIP]],
|
|
|
|
'octane/splay': [SKIP],
|
2018-01-19 13:46:37 +00:00
|
|
|
'octane/typescript': [SKIP],
|
|
|
|
}], # 'gc_fuzzer'
|
2019-02-26 13:39:41 +00:00
|
|
|
|
2022-05-13 09:41:20 +00:00
|
|
|
##############################################################################
|
|
|
|
['gc_fuzzer or deopt_fuzzer', {
|
|
|
|
# BUG(v8:12445) Flaky
|
|
|
|
'octane/typescript': [SKIP],
|
|
|
|
}], # gc_fuzzer or deopt_fuzzer
|
|
|
|
|
2019-05-07 13:54:54 +00:00
|
|
|
['predictable', {
|
|
|
|
# https://crbug.com/v8/8537
|
|
|
|
'octane/typescript': [SKIP],
|
|
|
|
}], # 'predictable'
|
|
|
|
|
2021-06-24 13:29:27 +00:00
|
|
|
['variant == stress_snapshot', {
|
|
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
|
|
}],
|
|
|
|
|
2021-06-24 13:13:08 +00:00
|
|
|
['tsan', {
|
|
|
|
# Slow tests.
|
|
|
|
'kraken/audio-beat-detection': [SLOW],
|
2021-06-29 08:57:12 +00:00
|
|
|
'kraken/audio-dft': [SLOW],
|
|
|
|
'kraken/audio-fft': [SLOW],
|
|
|
|
'kraken/audio-oscillator': [SLOW],
|
2021-07-28 13:29:07 +00:00
|
|
|
'octane/pdfjs': [SLOW],
|
2021-06-24 13:13:08 +00:00
|
|
|
}], # 'tsan'
|
|
|
|
|
2013-09-24 12:08:33 +00:00
|
|
|
]
|