inspector.status 5.7 KB
Newer Older
1 2 3 4 5
# 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.

[
6 7
##############################################################################
[ALWAYS, {
8 9
  # https://crbug.com/v8/7932
  'runtime/command-line-api-without-side-effects': [SKIP],
10 11 12 13

  # 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]],
14

15 16
  # https://crbug.com/v8/9029
  'debugger/script-on-after-compile-snapshot': [SKIP],
17

18 19 20
  # https://crbug.com/v8/10356
  # This test worked in the wasm interpreter, but fails when using Liftoff for
  # debugging.
21
  'debugger/wasm-externref-global': [FAIL],
22
}],  # ALWAYS
23

24 25
##############################################################################
['arch == x64 and mode == debug', {
26 27 28
  # Flaky tests: https://crbug.com/v8/10876
  'debugger/pause-on-oom-extrawide': [PASS, FAIL],
  'debugger/pause-on-oom-wide': [PASS, FAIL],
29 30
}],  # 'arch == x64 and mode == debug'

31 32
##############################################################################
['system == android', {
33
  # https://crbug.com/v8/8197
34
  'debugger/get-possible-breakpoints-class-fields': [SKIP],
35
}],  # 'system == android'
36 37 38 39 40 41 42

##############################################################################
['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],
43
  'debugger/side-effect-free-coverage-enabled': [PASS, FAIL],
44
  'debugger/side-effect-free-debug-evaluate': [PASS, FAIL],
45
  'debugger/evaluate-on-call-frame-in-module': [PASS, FAIL],
46
}],  # variant != default
47

48
##############################################################################
49
['lite_mode or variant == jitless', {
50 51 52 53 54
  # 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],
55
  'type-profiler/type-profile-disable': [SKIP],
56

57
  # TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
58 59 60
  'debugger/asm-js-stack': [SKIP],
  'debugger/asm-js-breakpoint-before-exec': [SKIP],
  'debugger/asm-js-breakpoint-during-exec': [SKIP],
61
  'debugger/wasm-*': [SKIP],
62
  'cpu-profiler/console-profile-wasm': [SKIP],
63 64 65 66 67 68 69 70
}],  # 'lite_mode or variant == jitless'

##############################################################################
['variant == jitless', {
  # https://crbug.com/v8/7777
  'cpu-profiler/coverage': [SKIP],
  'cpu-profiler/coverage-block': [SKIP],
}], # variant == jitless
71

72
##############################################################################
73
['(arch == arm or arch == arm64) and simulator_run', {
74
  # Slow tests: https://crbug.com/v8/7783
75
  'runtime/console-messages-limits': [PASS, NO_VARIANTS, ['mode == debug', SKIP]],
76
}],  # (arch == arm or arch == arm64) and simulator_run
77

78
##############################################################################
79
['variant == no_wasm_traps', {
80
  '*': [SKIP],
81
}],  # variant == no_wasm_traps
82

83 84 85
##############################################################################
['arch == ppc or arch == ppc64', {
  # Liftoff needs to be enabled before running these tests.
86
  'debugger/wasm-*': [SKIP],
87 88
}],  # 'arch == ppc or arch == ppc64'

89 90 91 92
##############################################################################
['arch == s390 or arch == s390x', {
  # Stack manipulations in LiveEdit is not implemented for this arch.
  'debugger/set-script-source-stack-padding': [SKIP],
93
  # Liftoff needs to be enabled before running these tests.
94
  'debugger/wasm-*': [SKIP],
95
}],  # 'arch == s390 or arch == s390x'
96

97 98 99 100 101
################################################################################
['variant == stress_snapshot', {
  '*': [SKIP],  # only relevant for mjsunit tests.
}],

102 103 104 105 106 107
##############################################################################
['tsan == True', {
  # TSan handles SIGPROF incorrectly (https://crbug.com/v8/9869).
  'cpu-profiler/console-profile-wasm': [SKIP],
}],  # 'tsan == True'

108 109 110
##############################################################################
['gc_stress or gc_fuzzer or variant == stress_incremental_marking', {
  # Skip tests that fail with GC stress: https://crbug.com/v8/10748
111 112
  'cpu-profiler/coverage': [SKIP],
  'cpu-profiler/coverage-block': [SKIP],
113 114 115
  'debugger/get-possible-breakpoints': [SKIP],
  'debugger/get-possible-breakpoints-array-literal': [SKIP],
  'debugger/get-possible-breakpoints-master': [SKIP],
116 117
  'debugger/limit-size-of-collected-scripts': [SKIP],
  'debugger/not-hold-promises': [SKIP],
118 119
  'debugger/regression-424142': [SKIP],
  'debugger/return-break-locations': [SKIP],
120
  'debugger/script-on-after-compile': [SKIP],
121 122
  'debugger/set-breakpoint-at-last-line': [SKIP],
  'debugger/set-breakpoint-breaks-on-first-breakable-location': [SKIP],
123
  'heap-profiler/collect-garbage' : [SKIP],
124
  'runtime-call-stats/collection': [SKIP],
125 126
  'runtime/context-destroyed-on-context-collected': [SKIP],
  'runtime/evaluate-async': [SKIP],
127 128 129 130 131 132 133 134 135 136 137 138 139 140
  '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

141
]