Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Side by Side Diff: test/inspector/inspector.status

Issue 2814773005: [js] Avoid %_ClassOf for collection builtins. (Closed)
Patch Set: Disable the failing test for CS again. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 ]
OLDNEW
« src/compiler/js-intrinsic-lowering.cc ('K') | « src/runtime/runtime-collections.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698