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