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

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

Issue 557263003: Update status for mips big_integer_vm test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
« 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 [ $compiler == dart2dart] 5 [ $compiler == dart2dart]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_default_value_test: Skip 7 bool_from_environment_default_value_test: Skip
8 bool_from_environment_test: Skip 8 bool_from_environment_test: Skip
9 int_from_environment2_test: Skip 9 int_from_environment2_test: Skip
10 int_from_environment3_test: Skip 10 int_from_environment3_test: Skip
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e xpected 152 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e xpected
153 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec ted 153 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec ted
154 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp ected 154 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp ected
155 155
156 [ $compiler == dart2analyzer ] 156 [ $compiler == dart2analyzer ]
157 int_parse_radix_test: fail 157 int_parse_radix_test: fail
158 list_insert_test: fail 158 list_insert_test: fail
159 list_removeat_test: fail 159 list_removeat_test: fail
160 160
161 [ $arch == simarm || $arch == simarm64 ] 161 [ $arch == simarm || $arch == simarm64 ]
162 big_integer_vm_test: Skip # Timeout 162 big_integer_vm_test: Skip # Timeout. Issue 20879
163 163
164 [ $arch == simmips ] 164 [ $arch == simmips ]
165 int_parse_radix_test: Skip # Timeout 165 int_parse_radix_test: Skip # Timeout
166 big_integer_vm_test: Skip # Timeout 166
167 [ $arch == simmips || $arch == mips ]
168 big_integer_vm_test: Skip # Timeout. Issue 20879
167 169
168 [ $arch == simarm && $checked ] 170 [ $arch == simarm && $checked ]
169 num_parse_test: Skip # Pass, Timeout 171 num_parse_test: Skip # Pass, Timeout
170 172
171 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 173 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
172 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 174 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
173 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 175 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
174 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 176 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
175 string_test: StaticWarning, OK # Test generates error on purpose. 177 string_test: StaticWarning, OK # Test generates error on purpose.
176 178
177 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 179 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
178 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 180 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
179 181
180 [ $runtime == ie9 || $runtime == ie10 ] 182 [ $runtime == ie9 || $runtime == ie10 ]
181 num_parse_test: RuntimeError # Issue 15316 183 num_parse_test: RuntimeError # Issue 15316
182 num_parse_test/01: RuntimeError # Issue 15316 184 num_parse_test/01: RuntimeError # Issue 15316
183 185
184 [ $system == windows && $arch == x64 ] 186 [ $system == windows && $arch == x64 ]
185 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 187 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
186 188
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