mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.6 KiB
44 lines
1.6 KiB
# 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
|
|
|
|
]
|
|
|