2016-12-23 16:30:57 +01: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.
[
2018-12-04 08:20:37 +01:00
##############################################################################
[ALWAYS, {
# https://crbug.com/v8/7932
'runtime/command-line-api-without-side-effects': [SKIP],
2019-03-12 09:01:49 +01:00
2023-10-05 08:46:07 +02:00
# https://crbug.com/v8/13851
'debugger/pause-on-oom': [SKIP],
2019-03-12 09:01:49 +01:00
# Require optimization, so can't be run on Lite mode.
'cpu-profiler/coverage-block': [PASS, ['lite_mode == True', SKIP]],
'cpu-profiler/coverage': [PASS, ['lite_mode == True', SKIP]],
2019-08-01 08:38:30 +02:00
# https://crbug.com/v8/9029
'debugger/script-on-after-compile-snapshot': [SKIP],
2018-12-04 08:20:37 +01:00
2021-03-12 08:24:20 +01:00
# https://crbug.com/1080638
# The initial CL only fixed the crash. The test still causes an endless
# loop instead of properly reporting a RangeError for a stack overflow.
'regress/regress-crbug-1080638': [SKIP],
2021-08-29 14:20:49 +02:00
# Tests that need to run sequentially (e.g. due to memory consumption).
2024-03-30 09:54:35 +01:00
'runtime/console-messages-limits': [PASS, SLOW, HEAVY],
2021-08-29 14:20:49 +02:00
'runtime/regression-732717': [PASS, HEAVY],
2020-07-13 10:39:42 +02:00
}], # ALWAYS
2020-05-05 09:19:02 +02:00
2020-11-13 12:51:53 +01:00
##############################################################################
2021-10-10 11:10:43 +02:00
['arch == x64 and mode == debug', {
# Flaky tests: https://crbug.com/v8/10876
'debugger/pause-on-oom-extrawide': [PASS, FAIL],
'debugger/pause-on-oom-wide': [PASS, FAIL],
}], # 'arch == x64 and mode == debug'
2020-11-13 12:51:53 +01:00
2018-12-04 08:20:37 +01:00
##############################################################################
['system == android', {
# https://crbug.com/v8/8197
'debugger/get-possible-breakpoints-class-fields': [SKIP],
}], # 'system == android'
2016-12-23 16:30:57 +01:00
2017-03-21 10:16:54 +01:00
##############################################################################
2017-06-06 10:28:14 +02:00
['variant != default', {
# Issue 6167.
'debugger/eval-scopes': [PASS, FAIL],
'debugger/scope-skip-variables-with-empty-name': [PASS, FAIL],
'debugger/update-call-frame-scopes': [PASS, FAIL],
2020-09-29 16:07:20 +02:00
'debugger/side-effect-free-coverage-enabled': [PASS, FAIL],
2017-06-06 10:28:14 +02:00
'debugger/side-effect-free-debug-evaluate': [PASS, FAIL],
2017-09-12 11:34:59 +02:00
'debugger/evaluate-on-call-frame-in-module': [PASS, FAIL],
2017-06-06 10:28:14 +02:00
}], # variant != default
2017-03-21 10:16:54 +01:00
2021-03-12 08:24:20 +01:00
##############################################################################
# TODO(v8:7777): Change this once wasm is supported in jitless mode.
['not has_webassembly or variant == jitless', {
'debugger/asm-js-stack': [SKIP],
'debugger/asm-js-breakpoint-before-exec': [SKIP],
'debugger/asm-js-breakpoint-during-exec': [SKIP],
'debugger/wasm-*': [SKIP],
'cpu-profiler/console-profile-wasm': [SKIP],
'runtime/get-properties': [SKIP],
2024-08-14 20:41:00 +02:00
'regress/regress-crbug-349248170': [SKIP],
2021-03-12 08:24:20 +01:00
}], # not has_webassembly or variant == jitless
2019-03-15 18:35:06 +05:30
##############################################################################
['variant == jitless', {
# https://crbug.com/v8/7777
'cpu-profiler/coverage': [SKIP],
'cpu-profiler/coverage-block': [SKIP],
2021-08-29 14:20:49 +02:00
'regress/regress-crbug-1233401': [SKIP],
2019-03-15 18:35:06 +05:30
}], # variant == jitless
2019-03-12 09:01:49 +01:00
##############################################################################
2025-04-29 08:03:15 +02:00
['(arch == arm or arch == arm64 or arch == loong64 or arch == mips64el) and simulator_run', {
2019-03-12 09:01:49 +01:00
# Slow tests: https://crbug.com/v8/7783
'runtime/console-messages-limits': [PASS, NO_VARIANTS, ['mode == debug', SKIP]],
}], # (arch == arm or arch == arm64) and simulator_run
2021-02-11 19:03:35 +01:00
##############################################################################
['(arch == ppc64) and simulator_run', {
2024-03-30 09:54:35 +01:00
# Slow tests:
2021-02-24 14:47:06 +01:00
'debugger/regress-1125934': [PASS, SLOW],
2021-02-11 19:03:35 +01:00
}], # (arch == ppc64) and simulator_run
2017-03-21 10:16:54 +01:00
##############################################################################
2018-07-25 19:30:07 +02:00
['variant == no_wasm_traps', {
2017-03-21 10:16:54 +01:00
'*': [SKIP],
2018-07-25 19:30:07 +02:00
}], # variant == no_wasm_traps
2017-03-21 10:16:54 +01:00
2020-03-05 10:49:19 -08:00
##############################################################################
2022-01-29 08:33:07 +01:00
['arch == s390x or arch == ppc64', {
2023-10-05 08:46:07 +02:00
# Need to fix loading of DebugBreak registers
2022-01-29 08:33:07 +01:00
'debugger/wasm-inspect-many-registers': [SKIP],
# endian related issue
2023-10-05 08:46:07 +02:00
'debugger/wasm-scope-info': [SKIP],
2022-01-29 08:33:07 +01:00
'debugger/wasm-conditional-breakpoints': [SKIP],
'debugger/wasm-evaluate-on-call-frame': [SKIP],
'debugger/wasm-set-breakpoint': [SKIP],
'debugger/wasm-stack-check': [SKIP],
'debugger/wasm-step-after-trap': [SKIP],
'debugger/wasm-stepping-no-opcode-merging': [SKIP],
'debugger/wasm-stepping-with-source-map': [SKIP],
2024-03-30 09:54:35 +01:00
# Generic wasm-to-js wrapper must be enabled.
'cpu-profiler/console-profile-wasm': [SKIP],
2022-01-29 08:33:07 +01:00
}], # 'arch == s390x or arch == ppc64'
2019-03-12 09:01:49 +01:00
2024-08-14 20:41:00 +02:00
##############################################################################
['system == zos', {
# Currently no cpu profiler support on z/OS:
'cpu-profiler/console-profile-wasm': [SKIP],
'cpu-profiler/record-cpu-profile': [SKIP],
'cpu-profiler/console-profile-asm-js': [SKIP],
}], # 'system == zos'
2021-02-11 19:03:35 +01:00
##############################################################################
2021-07-14 11:30:07 +02:00
['no_simd_hardware', {
# Test contains SIMD value.
'debugger/wasm-scope-info': [SKIP],
}], # no_simd_hardware
2021-02-11 19:03:35 +01:00
2021-03-12 08:24:20 +01:00
##############################################################################
2024-03-30 09:54:35 +01:00
['arch == loong64', {
2021-03-12 08:24:20 +01:00
# SIMD support is still in progress.
'debugger/wasm-scope-info*': [SKIP],
2021-06-08 14:04:59 +02:00
'debugger/wasm-step-after-trap': [SKIP],
2024-03-30 09:54:35 +01:00
}], # 'arch == loong64'
2021-07-14 11:30:07 +02:00
2024-03-30 09:54:35 +01:00
##############################################################################
['arch == riscv64 or arch == riscv32', {
# SIMD support is still in progress.
'debugger/wasm-scope-info*': [SKIP],
'debugger/wasm-step-after-trap': [SKIP],
}], # 'arch == riscv64 or arch == riscv32'
2022-09-21 13:28:42 +02:00
##############################################################################
['arch == riscv32', {
# Skip case on riscv32
'debugger/wasm-inspect-many-registers':[SKIP],
'debugger/wasm-gc-breakpoints':['variant == stress_incremental_marking', SKIP],
}], # 'arch == riscv32'
2021-07-14 11:30:07 +02:00
2020-07-13 10:39:42 +02:00
################################################################################
['variant == stress_snapshot', {
'*': [SKIP], # only relevant for mjsunit tests.
}],
2019-03-15 18:35:06 +05:30
2020-11-13 12:51:53 +01:00
################################################################################
['variant == stress', {
'*': [SKIP], # only relevant for mjsunit tests.
}],
2020-10-15 20:17:08 +02:00
##############################################################################
['tsan == True', {
# TSan handles SIGPROF incorrectly (https://crbug.com/v8/9869).
'cpu-profiler/console-profile-wasm': [SKIP],
2021-03-12 08:24:20 +01:00
# This test is just slow on TSan, and TSan coverage is not needed to test
# that we do not run OOM. Thus skip it on TSan.
'debugger/wasm-step-a-lot': [SKIP],
2021-06-08 14:04:59 +02:00
# Another slow test that does not need to run on TSan.
'debugger/wasm-inspect-many-registers': [SKIP],
2020-10-15 20:17:08 +02:00
}], # 'tsan == True'
##############################################################################
['gc_stress or gc_fuzzer or variant == stress_incremental_marking', {
# Skip tests that fail with GC stress: https://crbug.com/v8/10748
'cpu-profiler/coverage': [SKIP],
'cpu-profiler/coverage-block': [SKIP],
'debugger/get-possible-breakpoints': [SKIP],
'debugger/get-possible-breakpoints-array-literal': [SKIP],
2021-08-29 14:20:49 +02:00
'debugger/get-possible-breakpoints-main': [SKIP],
2020-10-15 20:17:08 +02:00
'debugger/limit-size-of-collected-scripts': [SKIP],
'debugger/not-hold-promises': [SKIP],
'debugger/regression-424142': [SKIP],
'debugger/return-break-locations': [SKIP],
'debugger/script-on-after-compile': [SKIP],
'debugger/set-breakpoint-at-last-line': [SKIP],
'debugger/set-breakpoint-breaks-on-first-breakable-location': [SKIP],
'heap-profiler/collect-garbage' : [SKIP],
'runtime/context-destroyed-on-context-collected': [SKIP],
'runtime/evaluate-async': [SKIP],
'runtime/internal-properties-entries': [SKIP],
}], # gc_stress
##############################################################################
['variant == stress_js_bg_compile_wasm_code_gc', {
# Skip tests that fail with GC stress: https://crbug.com/v8/10748
'debugger/wasm-debug-command': [SKIP],
'debugger/wasm-global-names': [SKIP],
2021-02-24 14:47:06 +01:00
'debugger/wasm-set-breakpoint': [SKIP],
2020-10-15 20:17:08 +02:00
'debugger/wasm-source': [SKIP],
'debugger/wasm-stepping-with-skiplist': [SKIP],
}], # stress_js_bg_compile_wasm_code_gc
2021-02-11 19:03:35 +01:00
##############################################################################
['variant == stress_concurrent_allocation', {
# TODO(dinfuehr): Fix tests such that we can remove these lines.
'cpu-profiler/coverage': [SKIP],
'cpu-profiler/coverage-block': [SKIP],
'runtime/internal-properties-entries': [SKIP],
2021-02-24 14:47:06 +01:00
2022-04-12 11:10:15 +02:00
# TODO(v8:12590): the test became too slow with external code space enabled.
# Skip it for now.
'debugger/wasm-step-a-lot': [SKIP],
2021-02-24 14:47:06 +01:00
# Skip tests that might fail with concurrent allocation
'debugger/pause-on-oom-wide': [SKIP],
2023-10-05 08:46:07 +02:00
# TODO(v8:12612): This test may fail on builds with MinorMS because incremental marking prevents getting any minor GCs.
'heap-profiler/sampling-heap-profiler-flags': [PASS, ['mode == debug or tsan', SKIP]],
2021-02-11 19:03:35 +01:00
}], # stress_concurrent_allocation
##############################################################################
['asan == True', {
# There are still memory leaks in some inspector tests
# (https://crbug.com/v8/11107).
'runtime/evaluate-async': [SKIP],
}], # asan == True
2023-10-05 08:46:07 +02:00
##############################################################################
['full_debug', {
# Tests too slow in non-optimized debug mode.
'runtime/console-messages-limits': [SKIP],
}], # 'full_debug'
2021-09-17 14:34:02 +02:00
##############################################################################
2022-04-12 11:10:15 +02:00
['tsan and not concurrent_marking', {
2021-09-17 14:34:02 +02:00
'cpu-profiler/coverage-block': [SKIP],
2022-04-12 11:10:15 +02:00
}], # tsan and not concurrent_marking
2021-09-17 14:34:02 +02:00
2021-11-21 15:58:15 +01:00
##############################################################################
2023-10-05 08:46:07 +02:00
['not i18n', {
2021-11-21 15:58:15 +01:00
'runtime/evaluate-without-side-effects-i18n': [SKIP],
2023-10-05 08:46:07 +02:00
}], # not i18n
2021-11-21 15:58:15 +01:00
2022-09-21 13:28:42 +02:00
##############################################################################
['lite_mode or variant in (nooptimization, jitless, assert_types)', {
# Test relies on TurboFan being enabled.
'debugger/restart-frame/restart-inlined-frame': [SKIP],
'debugger/value-unavailable-scopes': [SKIP],
}], # lite_mode or variant in (nooptimization, jitless, assert_types)
2022-11-18 09:50:46 +00:00
##############################################################################
['single_generation', {
'heap-profiler/sampling-heap-profiler-flags': [SKIP],
}], # single_generation
2024-04-18 07:06:43 +02:00
##############################################################################
['clang_coverage and mode == debug', {
# Too slow tests.
'runtime/console-messages-limits': [SKIP],
}], # 'clang_coverage and mode == debug'
2024-08-14 20:41:00 +02:00
##############################################################################
2025-04-29 08:03:15 +02:00
['((arch != x64 and arch != arm64 and arch != ia32 and arch != arm and arch != ppc64 and arch != s390x) or (simulator_run and conservative_stack_scanning))', {
2024-08-14 20:41:00 +02:00
# Stack switching is only supported on x64/arm64/ia32/arm.
'debugger/wasm-jspi-async-stack': [SKIP],
2025-04-29 08:03:15 +02:00
}], # (arch != x64 and arch != arm64 and arch != ia32 and arch != arm and arch != ppc64 and arch != s390x)
2024-08-14 20:41:00 +02:00
2016-12-23 16:30:57 +01:00
]