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

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

Issue 557123002: Temporarily disable test timing out on simulators until new bigint gets (Closed) Base URL: http://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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 [ $compiler == dartanalyzer ] 151 [ $compiler == dartanalyzer ]
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 ]
162 big_integer_vm_test: Skip # Timeout
163
161 [ $arch == simmips ] 164 [ $arch == simmips ]
162 int_parse_radix_test: Skip # Timeout 165 int_parse_radix_test: Skip # Timeout
166 big_integer_vm_test: Skip # Timeout
163 167
164 [ $arch == simarm && $checked ] 168 [ $arch == simarm && $checked ]
165 num_parse_test: Skip # Pass, Timeout 169 num_parse_test: Skip # Pass, Timeout
166 170
167 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 171 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
168 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 172 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
169 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 173 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
170 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 174 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
171 string_test: StaticWarning, OK # Test generates error on purpose. 175 string_test: StaticWarning, OK # Test generates error on purpose.
172 176
173 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 177 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
174 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. 178 list_test/01: Fail # Safari bug: Array(-2) seen as dead code.
175 179
176 [ $runtime == ie9 || $runtime == ie10 ] 180 [ $runtime == ie9 || $runtime == ie10 ]
177 num_parse_test: RuntimeError # Issue 15316 181 num_parse_test: RuntimeError # Issue 15316
178 num_parse_test/01: RuntimeError # Issue 15316 182 num_parse_test/01: RuntimeError # Issue 15316
179 183
180 [ $system == windows && $arch == x64 ] 184 [ $system == windows && $arch == x64 ]
181 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 185 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
182 186
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