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