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

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

Issue 1774693002: More MIPS status cleanup. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « tests/co19/co19-runtime.status ('k') | tests/standalone/standalone.status » ('j') | 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 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 10
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 main_test/42: Fail # Issue 20028 84 main_test/42: Fail # Issue 20028
85 mirror_in_static_init_test: Fail # Issue 22071 85 mirror_in_static_init_test: Fail # Issue 22071
86 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. 86 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651.
87 87
88 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ] 88 [ $compiler == none && $runtime == dartium && $system == linux && $arch != x64 ]
89 issue_22780_test/01 : Pass, Timeout # Issue 24473 89 issue_22780_test/01 : Pass, Timeout # Issue 24473
90 90
91 [ $compiler == none && $runtime == drt ] 91 [ $compiler == none && $runtime == drt ]
92 disassemble_test: Pass, Fail # Issue 18122 92 disassemble_test: Pass, Fail # Issue 18122
93 93
94 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == mips && $checked ]
95 generic_instanceof3_test: Pass, Crash # Issue 17440.
96
97 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == mips && $mode == debug ] 94 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == mips && $mode == debug ]
98 stack_overflow_test: Skip # Crashes. Issue 17440.
99 stack_overflow_stacktrace_test: Skip # Crashes. Issue 17440.
100 large_class_declaration_test: SkipSlow # Times out. Issue 20352 95 large_class_declaration_test: SkipSlow # Times out. Issue 20352
101 96
102 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == arm64 ] 97 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $arch == arm64 ]
103 large_class_declaration_test: SkipSlow # Uses too much memory. 98 large_class_declaration_test: SkipSlow # Uses too much memory.
104 99
105 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu g ] 100 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu g ]
106 large_class_declaration_test: SkipSlow # Times out. Issue 20352 101 large_class_declaration_test: SkipSlow # Times out. Issue 20352
107 102
108 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & ( $arch == simarm || $arch == arm || $arch == simarmv6 || $arch == armv6 || $a rch == simarmv5te || $arch == armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] 103 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & ( $arch == simarm || $arch == arm || $arch == simarmv6 || $arch == armv6 || $a rch == simarmv5te || $arch == armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ]
109 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 104 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 library_env_test/has_html_support: RuntimeError, OK 181 library_env_test/has_html_support: RuntimeError, OK
187 library_env_test/has_no_io_support: RuntimeError, OK 182 library_env_test/has_no_io_support: RuntimeError, OK
188 183
189 [ $compiler == none && $noopt == false && $mode != product ] 184 [ $compiler == none && $noopt == false && $mode != product ]
190 # The following tests are supposed to fail. 185 # The following tests are supposed to fail.
191 library_env_test/has_no_mirror_support: RuntimeError, OK 186 library_env_test/has_no_mirror_support: RuntimeError, OK
192 187
193 [ $noopt || $compiler == precompiler || $mode == product ] 188 [ $noopt || $compiler == precompiler || $mode == product ]
194 # The following tests are supposed to fail. 189 # The following tests are supposed to fail.
195 library_env_test/has_mirror_support: RuntimeError, OK 190 library_env_test/has_mirror_support: RuntimeError, OK
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698