2013-08-10 16:27:43 +02: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-11-10 02:02:27 +01:00
|
|
|
[
|
2014-03-31 14:38:28 +02:00
|
|
|
[ALWAYS, {
|
2014-09-29 13:20:04 +04:00
|
|
|
# Too slow in Debug mode.
|
2016-01-20 09:45:45 -08:00
|
|
|
'octane/mandreel': [PASS, SLOW, ['mode == debug', SKIP]],
|
2014-10-10 14:49:02 +04:00
|
|
|
# TODO(turbofan): Too slow in debug mode for now.
|
|
|
|
'octane/pdfjs': [PASS, ['mode == debug', SKIP]],
|
2016-01-20 09:45:45 -08:00
|
|
|
|
|
|
|
# Slow tests.
|
|
|
|
'kraken/imaging-gaussian-blur': [PASS, SLOW],
|
2019-11-08 15:39:11 +01:00
|
|
|
'octane/box2d': [PASS, SLOW],
|
2021-08-29 14:20:49 +02:00
|
|
|
'octane/regexp': [PASS, SLOW],
|
2023-03-30 12:11:08 +02:00
|
|
|
'octane/splay': [PASS, SLOW],
|
2021-08-29 14:20:49 +02:00
|
|
|
'octane/typescript': [PASS, SLOW],
|
2024-04-19 12:51:52 +02:00
|
|
|
'octane/zlib': [PASS, SLOW],
|
2021-08-29 14:20:49 +02:00
|
|
|
|
|
|
|
# https://crbug.com/v8/11905
|
2021-09-17 14:34:02 +02:00
|
|
|
'kraken/stanford-crypto-pbkdf2': [PASS, SLOW],
|
2021-02-24 14:47:06 +01:00
|
|
|
|
|
|
|
# https://crbug.com/v8/11222
|
|
|
|
'octane/raytrace': [PASS, SLOW],
|
2014-03-31 14:38:28 +02:00
|
|
|
}], # ALWAYS
|
2018-04-10 21:39:51 -04:00
|
|
|
|
2019-08-01 08:38:30 +02:00
|
|
|
# Slow variants.
|
|
|
|
['variant in [jitless, nooptimization, stress]', {
|
|
|
|
# Slow tests.
|
|
|
|
'kraken/ai-astar': [PASS, SLOW],
|
2022-04-12 11:10:15 +02:00
|
|
|
'kraken/audio-beat-detection': [SLOW],
|
2022-09-21 13:28:42 +02:00
|
|
|
'kraken/audio-dft': [PASS, SLOW],
|
2023-03-30 12:11:08 +02:00
|
|
|
'kraken/audio-fft': [PASS, SLOW],
|
|
|
|
'kraken/audio-oscillator': [PASS, SLOW],
|
2020-11-13 12:51:53 +01:00
|
|
|
'kraken/imaging-darkroom': [PASS, SLOW],
|
2019-08-01 08:38:30 +02:00
|
|
|
'kraken/imaging-desaturate': [PASS, SLOW],
|
|
|
|
'octane/code-load': [PASS, SLOW],
|
|
|
|
'octane/crypto': [PASS, SLOW],
|
2020-11-13 12:51:53 +01:00
|
|
|
'octane/earley-boyer': [PASS, SLOW],
|
2019-08-01 08:38:30 +02:00
|
|
|
'octane/gbemu-part1': [PASS, SLOW],
|
2020-11-13 12:51:53 +01:00
|
|
|
'octane/navier-stokes': [PASS, SLOW],
|
2019-08-01 08:38:30 +02:00
|
|
|
'octane/pdfjs': [PASS, SLOW],
|
2024-04-19 12:51:52 +02:00
|
|
|
'octane/zlib': [PASS, SLOW, ['mode == debug', SKIP]],
|
2019-08-01 08:38:30 +02:00
|
|
|
}],
|
|
|
|
|
2018-04-10 21:39:51 -04:00
|
|
|
['variant == stress', {
|
|
|
|
# Too slow for stress mode.
|
2020-11-13 12:51:53 +01:00
|
|
|
'kraken/imaging-desaturate' : [PASS, ['mode == debug', SKIP]],
|
|
|
|
'kraken/imaging-gaussian-blur' : [PASS, ['mode == debug', SKIP]],
|
2018-04-10 21:39:51 -04:00
|
|
|
'octane/mandreel': [SKIP],
|
|
|
|
'octane/typescript': [SKIP],
|
2021-02-24 14:47:06 +01:00
|
|
|
'octane/raytrace': [PASS, SLOW, ['tsan', SKIP]],
|
2019-08-01 08:38:30 +02: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-04-10 21:39:51 -04:00
|
|
|
}],
|
|
|
|
|
2019-03-15 18:35:06 +05:30
|
|
|
['variant == jitless', {
|
|
|
|
# Too slow for jitless mode.
|
2022-04-12 11:10:15 +02:00
|
|
|
'kraken/audio-fft': [PASS, ['mode == debug', SKIP]],
|
2020-11-13 12:51:53 +01:00
|
|
|
'kraken/imaging-desaturate' : [PASS, ['mode == debug', SKIP]],
|
|
|
|
'kraken/imaging-gaussian-blur' : [PASS, ['mode == debug', SKIP]],
|
2019-03-15 18:35:06 +05:30
|
|
|
'octane/zlib': [SKIP],
|
|
|
|
}],
|
|
|
|
|
2021-08-29 14:20:49 +02: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-11-13 12:51:53 +01:00
|
|
|
['variant == nooptimization and mode == debug', {
|
|
|
|
# Too slow for nooptimization mode and debug.
|
2023-10-05 08:46:07 +02:00
|
|
|
'kraken/imaging-desaturate': [SKIP],
|
2020-11-13 12:51:53 +01:00
|
|
|
'kraken/imaging-gaussian-blur': [SKIP],
|
|
|
|
}],
|
|
|
|
|
2019-11-08 15:39:11 +01:00
|
|
|
['variant == stress_incremental_marking', {
|
|
|
|
# Too slow for stress_incremental_marking.
|
|
|
|
'octane/box2d': [SKIP],
|
|
|
|
'octane/typescript': [SKIP],
|
2023-10-05 08:46:07 +02:00
|
|
|
'octane/earley-boyer' : [PASS, SLOW, ['mode == debug', FAIL]],
|
2019-11-08 15:39:11 +01:00
|
|
|
}],
|
|
|
|
|
2018-04-10 21:39:51 -04:00
|
|
|
['gc_fuzzer', {
|
|
|
|
# Too slow for gc fuzzing.
|
|
|
|
'octane/earley-boyer' : [PASS, SLOW, ['mode == debug', SKIP]],
|
|
|
|
'octane/splay': [SKIP],
|
|
|
|
'octane/typescript': [SKIP],
|
|
|
|
}], # 'gc_fuzzer'
|
2019-03-15 18:35:06 +05:30
|
|
|
|
2022-09-21 13:28:42 +02:00
|
|
|
##############################################################################
|
|
|
|
['gc_fuzzer or deopt_fuzzer', {
|
|
|
|
# BUG(v8:12901) Skipped until bug is fixed.
|
|
|
|
'octane/gbemu-part1': [SKIP],
|
|
|
|
}], # gc_fuzzer or deopt_fuzzer
|
|
|
|
|
2023-10-05 08:46:07 +02:00
|
|
|
['verify_predictable', {
|
2019-08-01 08:38:30 +02:00
|
|
|
# https://crbug.com/v8/8537
|
|
|
|
'octane/typescript': [SKIP],
|
2022-09-21 13:28:42 +02:00
|
|
|
|
2024-08-14 20:41:00 +02:00
|
|
|
# https://crbug.com/42203172
|
2025-01-30 16:35:04 +01:00
|
|
|
'kraken/ai-astar': [SKIP],
|
2024-08-14 20:41:00 +02:00
|
|
|
'kraken/stanford-crypto-aes': [SKIP],
|
|
|
|
'kraken/stanford-crypto-ccm': [SKIP],
|
2025-04-29 08:03:15 +02:00
|
|
|
'kraken/stanford-crypto-pbkdf2': [SKIP],
|
2022-09-21 13:28:42 +02:00
|
|
|
'octane/box2d': [SKIP],
|
2024-08-14 20:41:00 +02:00
|
|
|
'octane/crypto': [SKIP],
|
2022-09-21 13:28:42 +02:00
|
|
|
'octane/earley-boyer': [SKIP],
|
2023-10-05 08:46:07 +02:00
|
|
|
'octane/gbemu-part1': [SKIP],
|
2025-01-30 16:35:04 +01:00
|
|
|
'octane/mandreel': [SKIP],
|
2023-10-05 08:46:07 +02:00
|
|
|
'octane/pdfjs': [SKIP],
|
2024-08-14 20:41:00 +02:00
|
|
|
'octane/regexp': [SKIP],
|
2024-03-30 09:54:35 +01:00
|
|
|
|
|
|
|
# https://crbug.com/v8/14512
|
|
|
|
'octane/raytrace': [SKIP],
|
2023-10-05 08:46:07 +02:00
|
|
|
}], # 'verify_predictable'
|
2019-08-01 08:38:30 +02:00
|
|
|
|
2020-07-13 10:39:42 +02:00
|
|
|
['variant == stress_snapshot', {
|
|
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
|
|
}],
|
|
|
|
|
2021-08-29 14:20:49 +02:00
|
|
|
['tsan', {
|
|
|
|
# Slow tests.
|
|
|
|
'kraken/audio-beat-detection': [SLOW],
|
|
|
|
'kraken/audio-dft': [SLOW],
|
|
|
|
'kraken/audio-fft': [SLOW],
|
|
|
|
'kraken/audio-oscillator': [SLOW],
|
2021-09-17 14:34:02 +02:00
|
|
|
'octane/pdfjs': [SLOW],
|
2021-08-29 14:20:49 +02:00
|
|
|
}], # 'tsan'
|
|
|
|
|
2023-10-05 08:46:07 +02:00
|
|
|
##############################################################################
|
|
|
|
['gc_fuzzer or deopt_fuzzer or interrupt_fuzzer', {
|
|
|
|
# BUG(v8:13808) Skipped until bug is fixed.
|
|
|
|
'octane/pdfjs': [SKIP],
|
|
|
|
}], # gc_fuzzer or deopt_fuzzer or interrupt_fuzzer
|
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
['variant == jitless and mode == debug and tsan', {
|
|
|
|
# Too slow for jitless mode in tsan debug.
|
|
|
|
'kraken/ai-astar': [SKIP],
|
|
|
|
'kraken/audio-beat-detection': [SKIP],
|
|
|
|
'kraken/audio-dft': [SKIP],
|
|
|
|
'kraken/audio-oscillator': [SKIP],
|
|
|
|
'kraken/imaging-darkroom': [SKIP],
|
|
|
|
'octane/box2d': [SKIP],
|
|
|
|
'octane/crypto': [SKIP],
|
|
|
|
}], # 'variant == jitless and mode == debug and tsan'
|
|
|
|
|
2013-11-10 02:02:27 +01:00
|
|
|
]
|