debugger.status 6.24 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
[ALWAYS, {
7 8 9
  # All tests in the bug directory are expected to fail.
  'bugs/*': [FAIL],

10 11 12
  # Issue 3660: Replacing activated TurboFan frames by unoptimized code does
  # not work, but we expect it to not crash.
  'debug/debug-step-turbofan': [PASS, FAIL],
13 14 15 16 17 18 19 20

  # Issue 3641: The new 'then' semantics suppress some exceptions.
  # These tests may be changed or removed when 'chain' is deprecated.
  'debug/es6/debug-promises/reject-with-throw-in-reject': [FAIL],
  'debug/es6/debug-promises/reject-with-undefined-reject': [FAIL],
  'debug/es6/debug-promises/reject-with-invalid-reject': [FAIL],

  # Issue 5651: Context mismatch in ScopeIterator::Type() for eval default
21 22 23
  # parameter value (the test causes indexing a FixedArray out of bounds ->
  # CRASH is also a reasonable outcome).
  'debug/es6/debug-scope-default-param-with-eval': [FAIL, CRASH],
24

25
  # Slow tests
26
  'debug/debug-scopes': [PASS, SLOW],
27
  'debug/debug-stepout-scope-part*': [PASS, SLOW],
28
  'debug/ignition/debug-step-prefix-bytecodes': [PASS, SLOW, ['mode == debug', SKIP]],
29 30

  # Too slow in debug mode and on slow platforms.
31
  'regress/regress-2318': [PASS, SLOW, ['mode == debug or (arch != ia32 and arch != x64) or asan == True or msan == True', SKIP]],
32 33 34

  # forcing weak callback in asan build change break order
  'debug/debug-stepin-builtin-callback': [['asan == True or msan == True', SKIP]],
35 36
}],  # ALWAYS

37
##############################################################################
38
['variant == stress', {
39
  # TODO(turbofan): Functions with eval or debugger now get optimized
40 41
  # with Turbofan, which has issues with the debugger issues.
  'debug/debug-evaluate-locals': [FAIL],
42 43 44

  # Very slow in stress mode.
  'regress/regress-2318': [SKIP],
45 46 47 48

  # Currently fails because breakpoint information is inconsistent after
  # disabling and re-enabling the debugger (https://crbug.com/v8/10403).
  'debug/wasm/debug-step-into-wasm': [SKIP],
49
}],  # variant == stress
50

51 52 53 54 55 56
##############################################################################
['variant == stress and (arch == arm or arch == arm64) and simulator_run', {
  # Slow tests: https://crbug.com/v8/7783
  'debug/debug-stepout-scope-part*': [SKIP],
}],  # variant == stress and (arch == arm or arch == arm64) and simulator_run

57 58 59 60
##############################################################################
['gc_stress == True', {
  # Skip tests not suitable for GC stress.
  # Tests taking too long
61
  'debug/debug-stepout-scope-part*': [SKIP],
62 63 64

  # Async function tests taking too long
  # https://bugs.chromium.org/p/v8/issues/detail?id=5411
65 66 67 68 69
  'debug/es8/async-debug-caught-exception-cases0': [SKIP],
  'debug/es8/async-debug-caught-exception-cases1': [SKIP],
  'debug/es8/async-debug-caught-exception-cases2': [SKIP],
  'debug/es8/async-debug-caught-exception-cases3': [SKIP],
  'debug/es8/async-function-debug-scopes': [SKIP],
70 71 72 73 74 75

  # https://crbug.com/v8/8141
  'debug/debug-liveedit-1': [SKIP],
  'debug/debug-liveedit-double-call': [SKIP],
  'debug/es6/debug-liveedit-new-target-3': [SKIP],
  'debug/side-effect/debug-evaluate-no-side-effect-control': [SKIP],
76
}],  # 'gc_stress == True'
77

78 79 80 81 82 83
##############################################################################
['gc_fuzzer', {
  # Slow tests.
  'regress/regress-2318': [SKIP],
}],  # 'gc_fuzzer'

84 85 86
##############################################################################
['predictable == True', {
  # https://crbug.com/v8/8147
87
  'debug/debug-liveedit-*': [SKIP],
88
  'debug/debug-set-variable-value': [SKIP],
89 90 91 92 93

  # Rely on (blocking) concurrent compilation.
  'debug/regress/regress-opt-after-debug-deopt': [SKIP],
  'debug/regress/regress-prepare-break-while-recompile': [SKIP],
  'regress/regress-7421': [SKIP],
94 95
}],  # 'predictable == True'

96
##############################################################################
97
['variant == no_wasm_traps', {
98
  '*': [SKIP],
99
}],  # variant == no_wasm_traps
100

101 102 103 104 105 106
##############################################################################
['arch == arm and not simulator_run', {
  # Too slow on chromebooks.
  'debug/ignition/debug-step-prefix-bytecodes': [SKIP],
}],  # 'arch == arm and not simulator_run'

107 108 109 110 111 112 113 114 115 116 117 118 119
##############################################################################
['arch == arm and mode == debug', {
  # Tests taking too long
  'debug/debug-stepout-scope-part1': [SKIP],
  'debug/debug-stepout-scope-part2': [SKIP],
  'debug/debug-stepout-scope-part3': [SKIP],
  'debug/debug-stepout-scope-part4': [SKIP],
  'debug/debug-stepout-scope-part5': [SKIP],
  'debug/debug-stepout-scope-part6': [SKIP],
  'debug/debug-stepout-scope-part7': [SKIP],
  'debug/debug-stepout-scope-part8': [SKIP],
}],  # 'arch == arm and mode == debug'

120
##############################################################################
121 122 123 124
['arch == s390 or arch == s390x', {

  # Stack manipulations in LiveEdit is not implemented for this arch.
  'debug/debug-liveedit-check-stack': [SKIP],
125
  'debug/debug-liveedit-double-call': [SKIP],
126 127
  'debug/debug-liveedit-restart-frame': [SKIP],
}],  # 'arch == s390 or arch == s390x'
128

129
##############################################################################
130
['lite_mode or variant == jitless', {
131 132
  # TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
  'debug/wasm/*': [SKIP],
133
  'regress/regress-crbug-840288': [SKIP],
134
  'regress/regress-crbug-1032042': [SKIP],
135
  'wasm-*': [SKIP],
136 137
}], # lite_mode or variant == jitless

138
##############################################################################
139
['variant == turboprop or variant == nci or variant == nci_as_midtier', {
140 141
  # Deopts differently than TurboFan.
  'debug/debug-optimize': [SKIP],
142
  'debug/debug-compile-optimized': [SKIP],
143
}],  # variant == turboprop or variant == nci or variant == nci_as_midtier
144

145 146 147 148
##############################################################################
# Liftoff needs to be enabled before running these tests.
['arch in (s390, s390x, ppc, ppc64)', {
  'regress/regress-crbug-1032042': [SKIP],
149
  'regress/regress-crbug-840288': [SKIP],
150
  'debug/wasm/*': [SKIP],
151 152
}],

153 154 155 156 157
################################################################################
['variant == stress_snapshot', {
  '*': [SKIP],  # only relevant for mjsunit tests.
}],

158
]