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', { | |
7 # Issue 6168. Crash. | |
8 'runtime/await-promise': [SKIP], | |
gsathya
2017/03/29 21:04:53
do you know why this didn't fail when the change w
| |
9 }], | |
10 | 6 |
11 ############################################################################## | 7 ############################################################################## |
12 ['variant != default', { | 8 ['variant != default', { |
13 # Issue 6165. | 9 # Issue 6165. |
14 'cpu-profiler/coverage': [PASS, FAIL], | 10 'cpu-profiler/coverage': [PASS, FAIL], |
15 # Issue 6166. | 11 # Issue 6166. |
16 'debugger/asm-js-breakpoint-during-exec': [PASS, FAIL], | 12 'debugger/asm-js-breakpoint-during-exec': [PASS, FAIL], |
17 'debugger/asm-js-stack': [PASS, FAIL], | 13 'debugger/asm-js-stack': [PASS, FAIL], |
18 # Issue 6167. | 14 # Issue 6167. |
19 'debugger/eval-scopes': [PASS, FAIL], | 15 'debugger/eval-scopes': [PASS, FAIL], |
20 'debugger/scope-skip-variables-with-empty-name': [PASS, FAIL], | 16 'debugger/scope-skip-variables-with-empty-name': [PASS, FAIL], |
21 'debugger/update-call-frame-scopes': [PASS, FAIL], | 17 'debugger/update-call-frame-scopes': [PASS, FAIL], |
22 'debugger/side-effect-free-debug-evaluate': [PASS, FAIL], | 18 'debugger/side-effect-free-debug-evaluate': [PASS, FAIL], |
23 # Issue 6170. Crash. | 19 # Issue 6170. Crash. |
24 'cpu-profiler/console-profile': [SKIP], | 20 'cpu-profiler/console-profile': [SKIP], |
25 'cpu-profiler/console-profile-end-parameterless-crash': [SKIP], | 21 'cpu-profiler/console-profile-end-parameterless-crash': [SKIP], |
26 # Issue 6171. Timeout. | 22 # Issue 6171. Timeout. |
27 'debugger/set-blackbox-patterns': [SKIP], | 23 'debugger/set-blackbox-patterns': [SKIP], |
28 }], # variant != default | 24 }], # variant != default |
29 | 25 |
30 ############################################################################## | 26 ############################################################################## |
31 ['variant == wasm_traps', { | 27 ['variant == wasm_traps', { |
32 '*': [SKIP], | 28 '*': [SKIP], |
33 }], # variant == wasm_traps | 29 }], # variant == wasm_traps |
34 | 30 |
35 ] | 31 ] |
OLD | NEW |