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

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

Issue 3008963002: [gardening] Mark language/reexport_core_test as no longer crashing (Closed)
Patch Set: Created 3 years, 3 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 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] 5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ]
6 6
7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335. 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335.
8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 10
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 184
185 # dartk: JIT failures 185 # dartk: JIT failures
186 [ $compiler == dartk ] 186 [ $compiler == dartk ]
187 const_locals_test: RuntimeError 187 const_locals_test: RuntimeError
188 const_string_test: RuntimeError 188 const_string_test: RuntimeError
189 const_syntax_test/08: MissingCompileTimeError 189 const_syntax_test/08: MissingCompileTimeError
190 ct_const2_test: Pass, Crash # Flaky 190 ct_const2_test: Pass, Crash # Flaky
191 library_env_test/has_no_mirror_support: RuntimeError 191 library_env_test/has_no_mirror_support: RuntimeError
192 redirecting_factory_reflection_test: Crash 192 redirecting_factory_reflection_test: Crash
193 redirecting_factory_reflection_test: RuntimeError 193 redirecting_factory_reflection_test: RuntimeError
194 reexport_core_test: DartkCrash
195 setter_declaration2_negative_test: DartkCrash 194 setter_declaration2_negative_test: DartkCrash
196 setter_declaration_negative_test: Fail 195 setter_declaration_negative_test: Fail
197 196
198 # dartk: JIT failures (debug) 197 # dartk: JIT failures (debug)
199 [ $compiler == dartk && $mode == debug ] 198 [ $compiler == dartk && $mode == debug ]
200 deopt_inlined_function_lazy_test: Skip 199 deopt_inlined_function_lazy_test: Skip
201 200
202 # dartk: precompilation failures 201 # dartk: precompilation failures
203 [ $compiler == dartkp ] 202 [ $compiler == dartkp ]
204 const_conditional_test/08: Crash 203 const_conditional_test/08: Crash
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 mixin_super_bound2_test/01: RuntimeError 268 mixin_super_bound2_test/01: RuntimeError
270 mixin_super_bound_test: RuntimeError 269 mixin_super_bound_test: RuntimeError
271 msk_bound_test: RuntimeError 270 msk_bound_test: RuntimeError
272 redirecting_factory_infinite_steps_test/01: Fail 271 redirecting_factory_infinite_steps_test/01: Fail
273 redirecting_factory_malbounded_test/01: Fail 272 redirecting_factory_malbounded_test/01: Fail
274 regress_22728_test: RuntimeError 273 regress_22728_test: RuntimeError
275 regress_26133_test: RuntimeError 274 regress_26133_test: RuntimeError
276 type_parameter_test/05: MissingCompileTimeError 275 type_parameter_test/05: MissingCompileTimeError
277 type_parameter_test/none: RuntimeError 276 type_parameter_test/none: RuntimeError
278 type_variable_bounds4_test/01: RuntimeError 277 type_variable_bounds4_test/01: RuntimeError
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