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

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

Issue 754763003: Version 1.8.3 (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.8/
Patch Set: Created 6 years 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
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 from_environment_const_type_test: Skip 9 from_environment_const_type_test: Skip
10 from_environment_const_type_undefined_test: Skip 10 from_environment_const_type_undefined_test: Skip
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 hash_set_test/01: RuntimeError # Issue 11551 114 hash_set_test/01: RuntimeError # Issue 11551
115 integer_to_string_test/01: RuntimeError # Issue 1533 115 integer_to_string_test/01: RuntimeError # Issue 1533
116 iterable_return_type_test/01: RuntimeError # Issue 20085 116 iterable_return_type_test/01: RuntimeError # Issue 20085
117 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 117 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
118 118
119 big_integer_*: Skip # VM specific test. 119 big_integer_*: Skip # VM specific test.
120 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. 120 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
121 compare_to2_test: RuntimeError, OK # Requires bigint support. 121 compare_to2_test: RuntimeError, OK # Requires bigint support.
122 string_base_vm_test: RuntimeError, OK # VM specific test. 122 string_base_vm_test: RuntimeError, OK # VM specific test.
123 nan_infinity_test/01: Fail # Issue 11551 123 nan_infinity_test/01: Fail # Issue 11551
124 regress_r21715_test: RuntimeError # Requires bigint support.
124 125
125 [ $compiler == dart2js && $runtime == none ] 126 [ $compiler == dart2js && $runtime == none ]
126 *: Fail, Pass # TODO(ahe): Triage these tests. 127 *: Fail, Pass # TODO(ahe): Triage these tests.
127 128
128 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 129 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
129 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 130 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
130 131
131 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] 132 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ]
132 133
133 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] 134 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ]
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 from_environment_const_type_undefined_test/12: CompileTimeError 195 from_environment_const_type_undefined_test/12: CompileTimeError
195 from_environment_const_type_undefined_test/13: CompileTimeError 196 from_environment_const_type_undefined_test/13: CompileTimeError
196 from_environment_const_type_undefined_test/14: CompileTimeError 197 from_environment_const_type_undefined_test/14: CompileTimeError
197 from_environment_const_type_undefined_test/16: CompileTimeError 198 from_environment_const_type_undefined_test/16: CompileTimeError
198 199
199 [ $compiler == dart2analyzer ] 200 [ $compiler == dart2analyzer ]
200 int_parse_radix_test: fail 201 int_parse_radix_test: fail
201 list_insert_test: fail 202 list_insert_test: fail
202 list_removeat_test: fail 203 list_removeat_test: fail
203 204
204 [ $arch == simarm || $arch == simarm64 ]
205 big_integer_parsed_*: Pass, Slow
206
207 [ $arch == simmips ]
208 int_parse_radix_test: Skip # Timeout
209
210 [ $arch == simmips || $arch == mips ] 205 [ $arch == simmips || $arch == mips ]
211 big_integer_parsed_*: Skip # Timeout. Issue 20879 206 big_integer_parsed_mul_div_vm_test: Skip # Timeout. Issue 20879.
212 big_integer_huge_mul_vm_test: Skip # Timeout 207 big_integer_huge_mul_vm_test: Skip # Timeout. Issue 20879.
213
214 [ $arch == simarm && $checked ]
215 num_parse_test: Skip # Pass, Timeout
216 208
217 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 209 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
218 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 210 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
219 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. 211 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
220 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. 212 num_clamp_test: StaticWarning, OK # Test generates errors on purpose.
221 string_test: StaticWarning, OK # Test generates error on purpose. 213 string_test: StaticWarning, OK # Test generates error on purpose.
222 214
223 [ $runtime == ie10 ] 215 [ $runtime == ie10 ]
224 num_parse_test: RuntimeError # Issue 15316 216 num_parse_test: RuntimeError # Issue 15316
225 num_parse_test/01: RuntimeError # Issue 15316 217 num_parse_test/01: RuntimeError # Issue 15316
226 218
227 [ $system == windows && $arch == x64 ] 219 [ $system == windows && $arch == x64 ]
228 stopwatch_test: Skip # Flaky test due to expected performance behaviour. 220 stopwatch_test: Skip # Flaky test due to expected performance behaviour.
229 221
230 [ $runtime != d8 ] 222 [ $runtime != d8 ]
231 # JSCRE does not pass all of the tests ported for irregexp. 223 # JSCRE does not pass all of the tests ported for irregexp.
232 # Ignore all of the tests until irregexp is fully ported. 224 # Ignore all of the tests until irregexp is fully ported.
233 regexp/*: Skip 225 regexp/*: Skip
OLDNEW
« no previous file with comments | « dart/tests/corelib/big_integer_parsed_div_rem_vm_test.dart ('k') | dart/tests/corelib/regress_r21715_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698