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

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

Issue 2785523004: [inspector] fixed suspended-generator-scopes.js with --aways-opt (Closed)
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
« no previous file with comments | « test/inspector/debugger/suspended-generator-scopes.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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. 26 # Issue 6171. Timeout.
27 'debugger/set-blackbox-patterns': [SKIP], 27 'debugger/set-blackbox-patterns': [SKIP],
28 'debugger/suspended-generator-scopes': [SKIP],
29 }], # variant != default 28 }], # variant != default
30 29
31 ############################################################################## 30 ##############################################################################
32 ['variant == wasm_traps', { 31 ['variant == wasm_traps', {
33 '*': [SKIP], 32 '*': [SKIP],
34 }], # variant == wasm_traps 33 }], # variant == wasm_traps
35 34
36 ] 35 ]
OLDNEW
« no previous file with comments | « test/inspector/debugger/suspended-generator-scopes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698