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

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

Issue 2626303002: Move status to fix the 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 covariant_test/46: MissingCompileTimeError # 28166 66 covariant_test/46: MissingCompileTimeError # 28166
67 covariant_test/46b: MissingCompileTimeError # 28166 67 covariant_test/46b: MissingCompileTimeError # 28166
68 covariant_test/47: MissingCompileTimeError # 28166 68 covariant_test/47: MissingCompileTimeError # 28166
69 covariant_test/51: MissingCompileTimeError # 28166 69 covariant_test/51: MissingCompileTimeError # 28166
70 covariant_test/52: DartkCompileTimeError # 28166 70 covariant_test/52: DartkCompileTimeError # 28166
71 covariant_test/54: DartkCompileTimeError # 28166 71 covariant_test/54: DartkCompileTimeError # 28166
72 covariant_test/55: MissingCompileTimeError # 28166 72 covariant_test/55: MissingCompileTimeError # 28166
73 covariant_test/56: DartkCompileTimeError # 28166 73 covariant_test/56: DartkCompileTimeError # 28166
74 covariant_override_test: DartkCrash # Issue 28166 74 covariant_override_test: DartkCrash # Issue 28166
75 75
76 # dartk: temporary failure
77 mixin_illegal_syntax_test/00: DartkCrash
78
76 # dartk: JIT failures 79 # dartk: JIT failures
77 [ $compiler == dartk && $runtime == vm ] 80 [ $compiler == dartk && $runtime == vm ]
78 config_import_corelib_test: RuntimeError 81 config_import_corelib_test: RuntimeError
79 enum_syntax_test/05: MissingCompileTimeError 82 enum_syntax_test/05: MissingCompileTimeError
80 reify_typevar_static_test/00: MissingCompileTimeError 83 reify_typevar_static_test/00: MissingCompileTimeError
81 type_variable_conflict2_test/06: MissingCompileTimeError 84 type_variable_conflict2_test/06: MissingCompileTimeError
82 type_variable_conflict2_test/08: MissingCompileTimeError 85 type_variable_conflict2_test/08: MissingCompileTimeError
83 type_variable_conflict2_test/10: MissingCompileTimeError 86 type_variable_conflict2_test/10: MissingCompileTimeError
84 87
85 # dartk: precompilation failures 88 # dartk: precompilation failures
86 [ $compiler == dartkp && $runtime == dart_precompiled ] 89 [ $compiler == dartkp && $runtime == dart_precompiled ]
87 config_import_corelib_test: RuntimeError 90 config_import_corelib_test: RuntimeError
88 91
89 # dartk: temporary failure
90 mixin_illegal_syntax_test/00: Crash
91
92 ############################################################################### 92 ###############################################################################
93 # VM Entries 93 # VM Entries
94 ############################################################################### 94 ###############################################################################
95 95
96 # dartk: Shared JIT & Precompilation failures 96 # dartk: Shared JIT & Precompilation failures
97 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ] 97 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ]
98 accessor_conflict_export2_test: RuntimeError 98 accessor_conflict_export2_test: RuntimeError
99 accessor_conflict_export_test: RuntimeError 99 accessor_conflict_export_test: RuntimeError
100 accessor_conflict_import2_test: RuntimeError 100 accessor_conflict_import2_test: RuntimeError
101 accessor_conflict_import_prefixed2_test: RuntimeError 101 accessor_conflict_import_prefixed2_test: RuntimeError
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 256
257 # dartk: precompilation failures 257 # dartk: precompilation failures
258 [ $compiler == dartkp && $runtime == dart_precompiled ] 258 [ $compiler == dartkp && $runtime == dart_precompiled ]
259 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 259 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
260 string_interpolation7_test: RuntimeError # Dartk Issue 28306 260 string_interpolation7_test: RuntimeError # Dartk Issue 28306
261 261
262 # dartk: precompilation failures (debug) 262 # dartk: precompilation failures (debug)
263 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 263 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
264 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 264 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
265 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 265 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
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