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

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

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Rebase 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
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 130
131 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] 131 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ]
132 issue_22780_test/01: Pass, Timeout # Issue 24473 132 issue_22780_test/01: Pass, Timeout # Issue 24473
133 133
134 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] 134 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ]
135 async_await_test: Skip # Issue 26198 135 async_await_test: Skip # Issue 26198
136 136
137 [ $compiler == none && $runtime == drt ] 137 [ $compiler == none && $runtime == drt ]
138 disassemble_test: Pass, Fail # Issue 18122 138 disassemble_test: Pass, Fail # Issue 18122
139 139
140 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ]
141 large_class_declaration_test: SkipSlow # Times out. Issue 20352
142
143 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ] 140 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ]
144 large_class_declaration_test: SkipSlow # Uses too much memory. 141 large_class_declaration_test: SkipSlow # Uses too much memory.
145 142
146 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu g ] 143 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu g ]
147 large_class_declaration_test: SkipSlow # Times out. Issue 20352 144 large_class_declaration_test: SkipSlow # Times out. Issue 20352
148 145
149 [ ($runtime == vm || $runtime == dart_precompiled) && ( $arch == simarm || $arch == arm || $arch == simarmv6 || $arch == armv6 || $arch == simarmv5te || $arch = = armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] 146 [ ($runtime == vm || $runtime == dart_precompiled) && ( $arch == simarm || $arch == arm || $arch == simarmv6 || $arch == armv6 || $arch == simarmv5te || $arch = = armv5te || $arch == simarm64 || $arch == arm64) ]
150 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 147 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
151 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 148 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
152 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 149 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
153 150
154 151
155 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 152 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
156 issue23244_test: Fail # Issue 23244 153 issue23244_test: Fail # Issue 23244
157 154
158 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) && $arch == ia32 ] 155 [ ($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. 156 vm/regress_24517_test: Pass, Fail # Issue 24517.
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 565 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
569 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 566 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
570 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 567 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
571 asyncstar_yield_test: Skip # Flutter Issue 9110 568 asyncstar_yield_test: Skip # Flutter Issue 9110
572 async_star_no_cancel_test: Skip # Flutter Issue 9110 569 async_star_no_cancel_test: Skip # Flutter Issue 9110
573 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 570 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
574 await_for_test: Skip # Flutter Issue 9110 571 await_for_test: Skip # Flutter Issue 9110
575 await_for_cancel_test: Skip # Flutter Issue 9110 572 await_for_cancel_test: Skip # Flutter Issue 9110
576 573
577 574
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698