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.
|
|
|
|
|
|
|
|
[
|
2017-03-29 18:08:51 +00:00
|
|
|
|
|
|
|
##############################################################################
|
|
|
|
['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],
|
|
|
|
# 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
|
2016-10-02 19:41:17 +00:00
|
|
|
|
2016-11-17 18:48:08 +00:00
|
|
|
##############################################################################
|
|
|
|
['variant == wasm_traps', {
|
|
|
|
'*': [SKIP],
|
|
|
|
}], # variant == wasm_traps
|
|
|
|
|
2016-10-02 19:41:17 +00:00
|
|
|
]
|