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

Side by Side Diff: tests/language/language_kernel.status

Issue 2640353002: VM: [Kernel] Ensure we don't capture :stack_trace variable in yielding functions (Closed)
Patch Set: Created 3 years, 11 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
« runtime/vm/kernel_to_il.cc ('K') | « runtime/vm/kernel_to_il.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
8 8
9 ############################################################################### 9 ###############################################################################
10 # Dartk Entries 10 # Dartk Entries
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 [ $compiler == dartkp && $runtime == dart_precompiled ] 277 [ $compiler == dartkp && $runtime == dart_precompiled ]
278 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti ons. 278 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti ons.
279 named_parameters_type_test/01: Crash 279 named_parameters_type_test/01: Crash
280 named_parameters_type_test/02: Crash 280 named_parameters_type_test/02: Crash
281 named_parameters_type_test/03: Crash 281 named_parameters_type_test/03: Crash
282 positional_parameters_type_test/01: Crash 282 positional_parameters_type_test/01: Crash
283 positional_parameters_type_test/02: Crash 283 positional_parameters_type_test/02: Crash
284 type_checks_in_factory_method_test: Crash 284 type_checks_in_factory_method_test: Crash
285 vm/regress_27671_test: Crash 285 vm/regress_27671_test: Crash
286 vm/type_vm_test: Crash 286 vm/type_vm_test: Crash
287
288 [ $compiler == dartk || $compiler == dartkp ]
289 vm/async_await_catch_stacktrace_test: RuntimeError # Issue 28446
OLDNEW
« runtime/vm/kernel_to_il.cc ('K') | « runtime/vm/kernel_to_il.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698