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

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

Issue 2945913002: Mark language/closure_cycles_test as slow on the arm64 bot. (Closed)
Patch Set: Created 3 years, 6 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 async_await_test: Skip # Issue 26198 139 async_await_test: Skip # Issue 26198
140 140
141 [ $compiler == none && $runtime == drt ] 141 [ $compiler == none && $runtime == drt ]
142 disassemble_test: Pass, Fail # Issue 18122 142 disassemble_test: Pass, Fail # Issue 18122
143 143
144 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ] 144 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ]
145 large_class_declaration_test: SkipSlow # Times out. Issue 20352 145 large_class_declaration_test: SkipSlow # Times out. Issue 20352
146 146
147 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ] 147 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ]
148 large_class_declaration_test: SkipSlow # Uses too much memory. 148 large_class_declaration_test: SkipSlow # Uses too much memory.
149 closure_cycles_test: Pass, Slow
149 150
150 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu g ] 151 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu g ]
151 large_class_declaration_test: SkipSlow # Times out. Issue 20352 152 large_class_declaration_test: SkipSlow # Times out. Issue 20352
152 153
153 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simmips || $arch == mips) ] 154 [ ($runtime == vm || $runtime == dart_precompiled) && ($arch == simmips || $arch == mips) ]
154 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 155 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
155 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 156 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
156 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 157 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
157 158
158 159
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 571 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
571 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 572 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
572 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 573 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
573 asyncstar_yield_test: Skip # Flutter Issue 9110 574 asyncstar_yield_test: Skip # Flutter Issue 9110
574 async_star_no_cancel_test: Skip # Flutter Issue 9110 575 async_star_no_cancel_test: Skip # Flutter Issue 9110
575 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 576 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
576 await_for_test: Skip # Flutter Issue 9110 577 await_for_test: Skip # Flutter Issue 9110
577 await_for_cancel_test: Skip # Flutter Issue 9110 578 await_for_cancel_test: Skip # Flutter Issue 9110
578 579
579 580
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