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

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

Issue 2817683002: [Gardening] Mark regress_29025_test as crashing in precompiled-debug (Closed)
Patch Set: Edit correct status file Created 3 years, 8 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 8 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
9 abstract_beats_arguments2_test/01: Crash # Issue 29171 9 abstract_beats_arguments2_test/01: Crash # Issue 29171
10 10
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 154
155 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 155 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
156 issue23244_test: Fail # Issue 23244 156 issue23244_test: Fail # Issue 23244
157 157
158 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ] 158 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ]
159 vm/regress_24517_test: Pass, Fail # Issue 24517. 159 vm/regress_24517_test: Pass, Fail # Issue 24517.
160 160
161 [ $compiler == precompiler && $runtime == dart_precompiled ] 161 [ $compiler == precompiler && $runtime == dart_precompiled ]
162 vm/regress_27671_test: Skip # Unsupported 162 vm/regress_27671_test: Skip # Unsupported
163 163
164 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ]
165 regress_29025_test: Crash # Issue dartbug.com/29331
166
164 [ $runtime == dart_precompiled || $mode == product ] 167 [ $runtime == dart_precompiled || $mode == product ]
165 # Imports dart:mirrors 168 # Imports dart:mirrors
166 const_evaluation_test: SkipByDesign 169 const_evaluation_test: SkipByDesign
167 deferred_constraints_constants_test: SkipByDesign 170 deferred_constraints_constants_test: SkipByDesign
168 enum_mirror_test: SkipByDesign 171 enum_mirror_test: SkipByDesign
169 field_increment_bailout_test: SkipByDesign 172 field_increment_bailout_test: SkipByDesign
170 instance_creation_in_function_annotation_test: SkipByDesign 173 instance_creation_in_function_annotation_test: SkipByDesign
171 invocation_mirror2_test: SkipByDesign 174 invocation_mirror2_test: SkipByDesign
172 invocation_mirror_invoke_on2_test: SkipByDesign 175 invocation_mirror_invoke_on2_test: SkipByDesign
173 invocation_mirror_invoke_on_test: SkipByDesign 176 invocation_mirror_invoke_on_test: SkipByDesign
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 570 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
568 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 571 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
569 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 572 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
570 asyncstar_yield_test: Skip # Flutter Issue 9110 573 asyncstar_yield_test: Skip # Flutter Issue 9110
571 async_star_no_cancel_test: Skip # Flutter Issue 9110 574 async_star_no_cancel_test: Skip # Flutter Issue 9110
572 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 575 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
573 await_for_test: Skip # Flutter Issue 9110 576 await_for_test: Skip # Flutter Issue 9110
574 await_for_cancel_test: Skip # Flutter Issue 9110 577 await_for_cancel_test: Skip # Flutter Issue 9110
575 578
576 579
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