Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: test/inspector/inspector.status

Issue 2782783003: [inspector] deoptimize function in Debug::PrepareStepIn
Patch Set: rebased Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2016 the V8 project authors. All rights reserved. 1 # Copyright 2016 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 [ 5 [
6 ['mode == debug', { 6 ['mode == debug', {
7 # Issue 6168. Crash. 7 # Issue 6168. Crash.
8 'runtime/await-promise': [SKIP], 8 'runtime/await-promise': [SKIP],
9 }], 9 }],
10 10
11 ############################################################################## 11 ##############################################################################
12 ['variant != default', { 12 ['variant != default', {
13 # Issue 6165. 13 # Issue 6165.
14 'cpu-profiler/coverage': [PASS, FAIL], 14 'cpu-profiler/coverage': [PASS, FAIL],
15 # Issue 6166. 15 # Issue 6166.
16 'debugger/asm-js-breakpoint-during-exec': [PASS, FAIL], 16 'debugger/asm-js-breakpoint-during-exec': [PASS, FAIL],
17 'debugger/asm-js-stack': [PASS, FAIL], 17 'debugger/asm-js-stack': [PASS, FAIL],
18 # Issue 6167. 18 # Issue 6167.
19 'debugger/eval-scopes': [PASS, FAIL], 19 'debugger/eval-scopes': [PASS, FAIL],
20 'debugger/scope-skip-variables-with-empty-name': [PASS, FAIL], 20 'debugger/scope-skip-variables-with-empty-name': [PASS, FAIL],
21 'debugger/update-call-frame-scopes': [PASS, FAIL], 21 'debugger/update-call-frame-scopes': [PASS, FAIL],
22 'debugger/side-effect-free-debug-evaluate': [PASS, FAIL], 22 'debugger/side-effect-free-debug-evaluate': [PASS, FAIL],
23 # Issue 6170. Crash. 23 # Issue 6170. Crash.
24 'cpu-profiler/console-profile': [SKIP], 24 'cpu-profiler/console-profile': [SKIP],
25 'cpu-profiler/console-profile-end-parameterless-crash': [SKIP], 25 'cpu-profiler/console-profile-end-parameterless-crash': [SKIP],
26 # Issue 6171. Timeout.
27 'debugger/set-blackbox-patterns': [SKIP],
28 }], # variant != default 26 }], # variant != default
29 27
30 ############################################################################## 28 ##############################################################################
31 ['variant == wasm_traps', { 29 ['variant == wasm_traps', {
32 '*': [SKIP], 30 '*': [SKIP],
33 }], # variant == wasm_traps 31 }], # variant == wasm_traps
34 32
35 ] 33 ]
OLDNEW
« src/debug/debug.cc ('K') | « test/inspector/debugger/set-blackbox-patterns-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698