2016-10-02 19:41:17 +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.
|
|
|
|
|
|
|
|
[
|
2018-09-11 09:43:12 +00:00
|
|
|
##############################################################################
|
|
|
|
[ALWAYS, {
|
2018-10-04 13:38:23 +00:00
|
|
|
# https://crbug.com/v8/7932
|
|
|
|
'runtime/command-line-api-without-side-effects': [SKIP],
|
2018-10-22 11:45:45 +00: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]],
|
2018-11-26 12:56:41 +00:00
|
|
|
|
2019-04-24 12:31:12 +00:00
|
|
|
# https://crbug.com/v8/9029
|
|
|
|
'debugger/script-on-after-compile-snapshot': [SKIP],
|
2018-09-11 09:43:12 +00:00
|
|
|
|
2020-03-27 17:50:31 +00:00
|
|
|
# https://crbug.com/v8/10356
|
|
|
|
# This test worked in the wasm interpreter, but fails when using Liftoff for
|
|
|
|
# debugging.
|
2020-06-09 15:54:14 +00:00
|
|
|
'debugger/wasm-externref-global': [FAIL],
|
2020-04-08 06:22:29 +00:00
|
|
|
}], # ALWAYS
|
2020-03-26 17:44:50 +00:00
|
|
|
|
2020-09-08 10:48:08 +00:00
|
|
|
##############################################################################
|
|
|
|
['arch == x64 and mode == debug', {
|
2020-09-09 15:28:29 +00:00
|
|
|
# Flaky tests: https://crbug.com/v8/10876
|
|
|
|
'debugger/pause-on-oom-extrawide': [PASS, FAIL],
|
|
|
|
'debugger/pause-on-oom-wide': [PASS, FAIL],
|
2020-09-08 10:48:08 +00:00
|
|
|
}], # 'arch == x64 and mode == debug'
|
|
|
|
|
2018-09-11 09:43:12 +00:00
|
|
|
##############################################################################
|
|
|
|
['system == android', {
|
2018-09-19 11:55:24 +00:00
|
|
|
# https://crbug.com/v8/8197
|
2018-09-18 13:17:42 +00:00
|
|
|
'debugger/get-possible-breakpoints-class-fields': [SKIP],
|
2018-09-11 09:43:12 +00:00
|
|
|
}], # 'system == android'
|
2017-03-29 18:08:51 +00: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-08-31 18:36:06 +00:00
|
|
|
'debugger/side-effect-free-coverage-enabled': [PASS, FAIL],
|
2017-03-29 18:08:51 +00:00
|
|
|
'debugger/side-effect-free-debug-evaluate': [PASS, FAIL],
|
2017-06-14 14:18:16 +00:00
|
|
|
'debugger/evaluate-on-call-frame-in-module': [PASS, FAIL],
|
2017-03-29 18:08:51 +00:00
|
|
|
}], # variant != default
|
2016-10-02 19:41:17 +00:00
|
|
|
|
2019-01-10 10:04:51 +00:00
|
|
|
##############################################################################
|
2019-02-04 10:24:00 +00:00
|
|
|
['lite_mode or variant == jitless', {
|
2018-12-19 13:17:05 +00:00
|
|
|
# Lite mode does not allocate feedback vector.
|
|
|
|
'type-profiler/type-profile-start-stop': [SKIP],
|
|
|
|
'type-profiler/type-profile': [SKIP],
|
|
|
|
'type-profiler/type-profile-with-to-string-tag': [SKIP],
|
|
|
|
'type-profiler/type-profile-with-classes': [SKIP],
|
2019-01-10 10:04:51 +00:00
|
|
|
'type-profiler/type-profile-disable': [SKIP],
|
2018-12-19 13:17:05 +00:00
|
|
|
|
2019-01-10 10:04:51 +00:00
|
|
|
# TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
|
2019-01-14 15:41:03 +00:00
|
|
|
'debugger/asm-js-stack': [SKIP],
|
|
|
|
'debugger/asm-js-breakpoint-before-exec': [SKIP],
|
|
|
|
'debugger/asm-js-breakpoint-during-exec': [SKIP],
|
2019-01-10 10:04:51 +00:00
|
|
|
'debugger/wasm-*': [SKIP],
|
2019-02-20 12:04:27 +00:00
|
|
|
'cpu-profiler/console-profile-wasm': [SKIP],
|
2019-02-04 10:24:00 +00:00
|
|
|
}], # 'lite_mode or variant == jitless'
|
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
['variant == jitless', {
|
|
|
|
# https://crbug.com/v8/7777
|
|
|
|
'cpu-profiler/coverage': [SKIP],
|
|
|
|
'cpu-profiler/coverage-block': [SKIP],
|
|
|
|
}], # variant == jitless
|
2018-12-19 13:17:05 +00:00
|
|
|
|
2018-10-17 08:48:56 +00:00
|
|
|
##############################################################################
|
2018-11-06 07:51:28 +00:00
|
|
|
['(arch == arm or arch == arm64) and simulator_run', {
|
2018-10-17 08:48:56 +00:00
|
|
|
# Slow tests: https://crbug.com/v8/7783
|
2018-12-14 13:52:21 +00:00
|
|
|
'runtime/console-messages-limits': [PASS, NO_VARIANTS, ['mode == debug', SKIP]],
|
2018-11-06 07:51:28 +00:00
|
|
|
}], # (arch == arm or arch == arm64) and simulator_run
|
2018-10-17 08:48:56 +00:00
|
|
|
|
2016-11-17 18:48:08 +00:00
|
|
|
##############################################################################
|
2018-05-07 23:38:47 +00:00
|
|
|
['variant == no_wasm_traps', {
|
2016-11-17 18:48:08 +00:00
|
|
|
'*': [SKIP],
|
2018-05-07 23:38:47 +00:00
|
|
|
}], # variant == no_wasm_traps
|
2016-11-17 18:48:08 +00:00
|
|
|
|
2020-01-10 18:24:08 +00:00
|
|
|
##############################################################################
|
|
|
|
['arch == ppc or arch == ppc64', {
|
|
|
|
# Liftoff needs to be enabled before running these tests.
|
2020-04-08 15:17:47 +00:00
|
|
|
'debugger/wasm-*': [SKIP],
|
2020-01-10 18:24:08 +00:00
|
|
|
}], # 'arch == ppc or arch == ppc64'
|
|
|
|
|
2018-07-05 20:34:14 +00:00
|
|
|
##############################################################################
|
|
|
|
['arch == s390 or arch == s390x', {
|
|
|
|
# Stack manipulations in LiveEdit is not implemented for this arch.
|
|
|
|
'debugger/set-script-source-stack-padding': [SKIP],
|
2020-01-10 18:24:08 +00:00
|
|
|
# Liftoff needs to be enabled before running these tests.
|
2020-04-08 15:17:47 +00:00
|
|
|
'debugger/wasm-*': [SKIP],
|
2018-07-05 20:34:14 +00:00
|
|
|
}], # 'arch == s390 or arch == s390x'
|
2018-11-28 15:40:01 +00:00
|
|
|
|
2020-05-05 07:52:48 +00:00
|
|
|
################################################################################
|
|
|
|
['variant == stress_snapshot', {
|
|
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
|
|
}],
|
|
|
|
|
2020-09-18 14:40:24 +00:00
|
|
|
################################################################################
|
|
|
|
['variant == stress', {
|
|
|
|
'*': [SKIP], # only relevant for mjsunit tests.
|
|
|
|
}],
|
|
|
|
|
2020-05-19 11:00:57 +00:00
|
|
|
##############################################################################
|
|
|
|
['tsan == True', {
|
|
|
|
# TSan handles SIGPROF incorrectly (https://crbug.com/v8/9869).
|
|
|
|
'cpu-profiler/console-profile-wasm': [SKIP],
|
|
|
|
}], # 'tsan == True'
|
|
|
|
|
2020-08-14 10:10:38 +00:00
|
|
|
##############################################################################
|
|
|
|
['gc_stress or gc_fuzzer or variant == stress_incremental_marking', {
|
|
|
|
# Skip tests that fail with GC stress: https://crbug.com/v8/10748
|
2020-08-17 17:07:05 +00:00
|
|
|
'cpu-profiler/coverage': [SKIP],
|
|
|
|
'cpu-profiler/coverage-block': [SKIP],
|
2020-08-14 10:10:38 +00:00
|
|
|
'debugger/get-possible-breakpoints': [SKIP],
|
|
|
|
'debugger/get-possible-breakpoints-array-literal': [SKIP],
|
|
|
|
'debugger/get-possible-breakpoints-master': [SKIP],
|
2020-08-17 17:07:05 +00:00
|
|
|
'debugger/limit-size-of-collected-scripts': [SKIP],
|
|
|
|
'debugger/not-hold-promises': [SKIP],
|
2020-08-14 10:10:38 +00:00
|
|
|
'debugger/regression-424142': [SKIP],
|
|
|
|
'debugger/return-break-locations': [SKIP],
|
2020-08-17 17:07:05 +00:00
|
|
|
'debugger/script-on-after-compile': [SKIP],
|
2020-08-14 10:10:38 +00:00
|
|
|
'debugger/set-breakpoint-at-last-line': [SKIP],
|
|
|
|
'debugger/set-breakpoint-breaks-on-first-breakable-location': [SKIP],
|
2020-08-17 17:07:05 +00:00
|
|
|
'heap-profiler/collect-garbage' : [SKIP],
|
2020-08-14 10:10:38 +00:00
|
|
|
'runtime-call-stats/collection': [SKIP],
|
2020-08-17 17:07:05 +00:00
|
|
|
'runtime/context-destroyed-on-context-collected': [SKIP],
|
|
|
|
'runtime/evaluate-async': [SKIP],
|
2020-08-14 10:10:38 +00:00
|
|
|
'runtime/internal-properties-entries': [SKIP],
|
|
|
|
'type-profiler/type-profile-start-stop': [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],
|
|
|
|
'debugger/wasm-set-breakpoint-liftoff': [SKIP],
|
|
|
|
'debugger/wasm-source': [SKIP],
|
|
|
|
'debugger/wasm-stepping-with-skiplist': [SKIP],
|
|
|
|
}], # stress_js_bg_compile_wasm_code_gc
|
|
|
|
|
2016-10-02 19:41:17 +00:00
|
|
|
]
|