OLD | NEW |
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 ] |
OLD | NEW |