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