aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/inspector.status
blob: 78343f7dcc1b8bae449bee804db117bf1c0f1a9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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.

[

##############################################################################
['variant != default', {
  # Issue 6166.
  'debugger/asm-js-breakpoint-during-exec': [PASS, FAIL],
  # Issue 6167.
  'debugger/eval-scopes': [PASS, FAIL],
  'debugger/scope-skip-variables-with-empty-name': [PASS, FAIL],
  'debugger/update-call-frame-scopes': [PASS, FAIL],
  'debugger/side-effect-free-debug-evaluate': [PASS, FAIL],
  'debugger/evaluate-on-call-frame-in-module': [PASS, FAIL],
  # Issue 6170. Crash.
  'cpu-profiler/console-profile': [SKIP],
  'cpu-profiler/console-profile-end-parameterless-crash': [SKIP],
  # Issue 6171. Timeout.
  'debugger/set-blackbox-patterns': [SKIP],
}],  # variant != default

##############################################################################
['variant == wasm_traps', {
  '*': [SKIP],
}],  # variant == wasm_traps

##############################################################################
['variant == fullcode', {
  # fullcode doesn't generate precise return positions
  'debugger/return-break-locations': [SKIP],
  'debugger/for-of-loops': [SKIP],
  'debugger/break-locations-var-init': [SKIP],
  'debugger/framework-precise-ranges': [SKIP],
  'debugger/step-snapshot': [SKIP],
  'debugger/step-into-next-script': [SKIP],
  'debugger/asm-js-breakpoint-before-exec': [SKIP],
  'debugger/break-locations-await': [SKIP],
  'debugger/get-possible-breakpoints': [SKIP],
  'debugger/stepping-with-blackboxed-ranges': [SKIP],
}],  # variant == fullcode

]