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

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

Issue 2978303002: [gardening] Skip vm/optimized_stacktrace_test (Closed)
Patch Set: Created 3 years, 5 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 [ $strong ] 8 [ $strong ]
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts. 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts.
10 10
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError 154 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
155 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError 155 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
156 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError 156 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError
157 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError 157 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError
158 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError 158 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError
159 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError 159 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError
160 160
161 vm/regress_27671_test: Skip # Unsupported 161 vm/regress_27671_test: Skip # Unsupported
162 export_double_same_main_test: Skip # Issue 29895 162 export_double_same_main_test: Skip # Issue 29895
163 export_ambiguous_main_negative_test: Skip # Issue 29895 163 export_ambiguous_main_negative_test: Skip # Issue 29895
164 vm/optimized_stacktrace_test: Skip # Issue 30198
164 165
165 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked] 166 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked]
166 assertion_initializer_const_error_test/01: MissingCompileTimeError 167 assertion_initializer_const_error_test/01: MissingCompileTimeError
167 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 168 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
168 169
169 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] 170 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ]
170 regress_29025_test: Crash # Issue dartbug.com/29331 171 regress_29025_test: Crash # Issue dartbug.com/29331
171 172
172 [ $runtime == dart_precompiled ] 173 [ $runtime == dart_precompiled ]
173 # Imports dart:mirrors 174 # Imports dart:mirrors
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 574 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
574 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 575 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
575 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 576 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
576 asyncstar_yield_test: Skip # Flutter Issue 9110 577 asyncstar_yield_test: Skip # Flutter Issue 9110
577 async_star_no_cancel_test: Skip # Flutter Issue 9110 578 async_star_no_cancel_test: Skip # Flutter Issue 9110
578 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 579 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
579 await_for_test: Skip # Flutter Issue 9110 580 await_for_test: Skip # Flutter Issue 9110
580 await_for_cancel_test: Skip # Flutter Issue 9110 581 await_for_cancel_test: Skip # Flutter Issue 9110
581 582
582 583
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