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

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

Issue 2538713002: VM: [Kernel] Update status file for precompiled (debug) builders (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « tests/co19/co19-kernel.status ('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 == rasta ] 6 [ $compiler == dartk || $compiler == rasta ]
7 large_class_declaration_test: Skip 7 large_class_declaration_test: Skip
8 large_implicit_getter_test: Skip 8 large_implicit_getter_test: Skip
9 larger_implicit_getter_test: Skip 9 larger_implicit_getter_test: Skip
10 10
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 try_finally_regress_25654_test: RuntimeError 670 try_finally_regress_25654_test: RuntimeError
671 type_checks_in_factory_method_test: RuntimeError 671 type_checks_in_factory_method_test: RuntimeError
672 type_parameter_literal_test: RuntimeError 672 type_parameter_literal_test: RuntimeError
673 type_variable_conflict2_test/02: MissingCompileTimeError 673 type_variable_conflict2_test/02: MissingCompileTimeError
674 type_variable_function_type_test: RuntimeError 674 type_variable_function_type_test: RuntimeError
675 vm/debug_break_enabled_vm_test/01: CompileTimeError 675 vm/debug_break_enabled_vm_test/01: CompileTimeError
676 vm/debug_break_enabled_vm_test/none: CompileTimeError 676 vm/debug_break_enabled_vm_test/none: CompileTimeError
677 vm/reflect_core_vm_test: CompileTimeError 677 vm/reflect_core_vm_test: CompileTimeError
678 vm/type_cast_vm_test: RuntimeError 678 vm/type_cast_vm_test: RuntimeError
679 vm/type_vm_test: RuntimeError 679 vm/type_vm_test: RuntimeError
680
681 # dartk: precompilation failures (debug)
682 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
683 constructor_named_arguments_test/01: Crash
684 enum_syntax_test/05: Crash
685 generic_sends_test: Crash
686 not_enough_positional_arguments_test/05: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698