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

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

Issue 2794443002: [debug] fix coverage for non-default test variants. (Closed)
Patch Set: fix 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/cpu-profiler/coverage.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 6
7 ############################################################################## 7 ##############################################################################
8 ['variant != default', { 8 ['variant != default', {
9 # Issue 6165.
10 'cpu-profiler/coverage': [PASS, FAIL],
11 # Issue 6166. 9 # Issue 6166.
12 'debugger/asm-js-breakpoint-during-exec': [PASS, FAIL], 10 'debugger/asm-js-breakpoint-during-exec': [PASS, FAIL],
13 'debugger/asm-js-stack': [PASS, FAIL], 11 'debugger/asm-js-stack': [PASS, FAIL],
14 # Issue 6167. 12 # Issue 6167.
15 'debugger/eval-scopes': [PASS, FAIL], 13 'debugger/eval-scopes': [PASS, FAIL],
16 'debugger/scope-skip-variables-with-empty-name': [PASS, FAIL], 14 'debugger/scope-skip-variables-with-empty-name': [PASS, FAIL],
17 'debugger/update-call-frame-scopes': [PASS, FAIL], 15 'debugger/update-call-frame-scopes': [PASS, FAIL],
18 'debugger/side-effect-free-debug-evaluate': [PASS, FAIL], 16 'debugger/side-effect-free-debug-evaluate': [PASS, FAIL],
19 # Issue 6170. Crash. 17 # Issue 6170. Crash.
20 'cpu-profiler/console-profile': [SKIP], 18 'cpu-profiler/console-profile': [SKIP],
21 'cpu-profiler/console-profile-end-parameterless-crash': [SKIP], 19 'cpu-profiler/console-profile-end-parameterless-crash': [SKIP],
22 # Issue 6171. Timeout. 20 # Issue 6171. Timeout.
23 'debugger/set-blackbox-patterns': [SKIP], 21 'debugger/set-blackbox-patterns': [SKIP],
24 }], # variant != default 22 }], # variant != default
25 23
26 ############################################################################## 24 ##############################################################################
27 ['variant == wasm_traps', { 25 ['variant == wasm_traps', {
28 '*': [SKIP], 26 '*': [SKIP],
29 }], # variant == wasm_traps 27 }], # variant == wasm_traps
30 28
31 ] 29 ]
OLDNEW
« no previous file with comments | « test/inspector/cpu-profiler/coverage.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698