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

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

Issue 2642713006: Fix kernel bots (TBR) (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
« no previous file with comments | « no previous file | 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 24 matching lines...) Expand all
35 multiline_newline_test/05: MissingCompileTimeError 35 multiline_newline_test/05: MissingCompileTimeError
36 multiline_newline_test/06: MissingCompileTimeError 36 multiline_newline_test/06: MissingCompileTimeError
37 not_enough_positional_arguments_test/01: DartkCompileTimeError 37 not_enough_positional_arguments_test/01: DartkCompileTimeError
38 regress_27617_test/1: MissingCompileTimeError 38 regress_27617_test/1: MissingCompileTimeError
39 type_variable_conflict2_test/02: MissingCompileTimeError 39 type_variable_conflict2_test/02: MissingCompileTimeError
40 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError 40 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError
41 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError 41 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError
42 vm/reflect_core_vm_test: DartkCompileTimeError 42 vm/reflect_core_vm_test: DartkCompileTimeError
43 vm/regress_27201_test: DartkCompileTimeError 43 vm/regress_27201_test: DartkCompileTimeError
44 vm/regress_28325_test: RuntimeError # Issue 28055. 44 vm/regress_28325_test: RuntimeError # Issue 28055.
45 covariant_test/00c: DartkCompileTimeError # Issue 28166
46 covariant_test/20c: DartkCompileTimeError # Issue 28166
47 covariant_test/40: DartkCompileTimeError # Issue 28166
48 covariant_test/40b: DartkCompileTimeError # Issue 28166
49 covariant_test/40c: DartkCompileTimeError # Issue 28166
50 covariant_test/42: DartkCompileTimeError # Issue 28166
51 covariant_test/48: DartkCompileTimeError # Issue 28166
52 covariant_test/52: DartkCompileTimeError # Issue 28166
53 covariant_test/54: DartkCompileTimeError # Issue 28166
54 covariant_test/56: DartkCompileTimeError # Issue 28166
55 covariant_test/none: DartkCompileTimeError # Issue 28166
56 45
57 # dartk: temporary failure 46 # dartk: temporary failure
58 mixin_illegal_syntax_test/00: DartkCrash 47 mixin_illegal_syntax_test/00: DartkCrash
59 48
60 # Passing for the wrong reason 49 # Passing for the wrong reason
61 language/main_not_a_function_test/01: Pass # Fails if tree shaking is disabled 50 language/main_not_a_function_test/01: Pass # Fails if tree shaking is disabled
62 51
63 # dartk: JIT failures 52 # dartk: JIT failures
64 [ $compiler == dartk && $runtime == vm ] 53 [ $compiler == dartk && $runtime == vm ]
65 config_import_corelib_test: RuntimeError 54 config_import_corelib_test: RuntimeError
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 [ $compiler == dartkp && $runtime == dart_precompiled ] 252 [ $compiler == dartkp && $runtime == dart_precompiled ]
264 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti ons. 253 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti ons.
265 named_parameters_type_test/01: Crash 254 named_parameters_type_test/01: Crash
266 named_parameters_type_test/02: Crash 255 named_parameters_type_test/02: Crash
267 named_parameters_type_test/03: Crash 256 named_parameters_type_test/03: Crash
268 positional_parameters_type_test/01: Crash 257 positional_parameters_type_test/01: Crash
269 positional_parameters_type_test/02: Crash 258 positional_parameters_type_test/02: Crash
270 type_checks_in_factory_method_test: Crash 259 type_checks_in_factory_method_test: Crash
271 vm/regress_27671_test: Crash 260 vm/regress_27671_test: Crash
272 vm/type_vm_test: Crash 261 vm/type_vm_test: Crash
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698