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

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

Issue 2982253002: Migrate test block 2 to Dart 2.0. (Closed)
Patch Set: Merge with head Created 3 years, 5 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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts.
7 7
8 [ $compiler == none && $runtime == drt ] 8 [ $compiler == none && $runtime == drt ]
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 81
82 [ $compiler == dart2js ] 82 [ $compiler == dart2js ]
83 error_stack_trace1_test: RuntimeError # Issue 12399 83 error_stack_trace1_test: RuntimeError # Issue 12399
84 hash_set_test/01: RuntimeError # Issue 11551 84 hash_set_test/01: RuntimeError # Issue 11551
85 integer_to_string_test/01: RuntimeError # Issue 1533 85 integer_to_string_test/01: RuntimeError # Issue 1533
86 iterable_return_type_test/01: RuntimeError # Issue 20085 86 iterable_return_type_test/01: RuntimeError # Issue 20085
87 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 87 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
88 iterable_to_list_test/01: RuntimeError # Issue 26501 88 iterable_to_list_test/01: RuntimeError # Issue 26501
89 89
90 big_integer_*: Skip # VM specific test. 90 big_integer_*: Skip # VM specific test.
91 compare_to2_test: RuntimeError, OK # Requires bigint support.
91 string_base_vm_test: RuntimeError, OK # VM specific test. 92 string_base_vm_test: RuntimeError, OK # VM specific test.
92 nan_infinity_test/01: Fail # Issue 11551 93 nan_infinity_test/01: Fail # Issue 11551
93 regexp/pcre_test: Pass, Slow # Issue 21593 94 regexp/pcre_test: Pass, Slow # Issue 21593
94 regress_r21715_test: RuntimeError # Requires bigint support. 95 regress_r21715_test: RuntimeError # Requires bigint support.
95 96
96 [ $compiler == dart2js && $runtime == none ] 97 [ $compiler == dart2js && $runtime == none ]
97 *: Fail, Pass # TODO(ahe): Triage these tests. 98 *: Fail, Pass # TODO(ahe): Triage these tests.
98 99
99 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 100 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
100 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 101 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 http_resource_test: Skip, OK # VM specific test, uses dart:io. 161 http_resource_test: Skip, OK # VM specific test, uses dart:io.
161 162
162 [ $compiler == dart2js && ! $browser ] 163 [ $compiler == dart2js && ! $browser ]
163 package_resource_test: RuntimeError # Issue 26842 164 package_resource_test: RuntimeError # Issue 26842
164 165
165 [ $mode == debug ] 166 [ $mode == debug ]
166 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 167 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
167 168
168 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] 169 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
169 int_parse_radix_test/*: Pass, Slow 170 int_parse_radix_test/*: Pass, Slow
170 big_integer_parsed_mul_div_vm_test: Pass, Slow
171 171
172 [ $compiler == precompiler ] 172 [ $compiler == precompiler ]
173 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 173 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
174 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify
175 int_parse_radix_test: Pass, Timeout # --no_intrinsify 174 int_parse_radix_test: Pass, Timeout # --no_intrinsify
176 175
177 [ $compiler == precompiler || $compiler == app_jit ] 176 [ $compiler == precompiler || $compiler == app_jit ]
178 data_resource_test: Skip # Resolve URI not supported yet in product mode. 177 data_resource_test: Skip # Resolve URI not supported yet in product mode.
179 package_resource_test: Skip # Resolve URI not supported yet in product mode. 178 package_resource_test: Skip # Resolve URI not supported yet in product mode.
180 file_resource_test: Skip # Resolve URI not supported yet in product mode. 179 file_resource_test: Skip # Resolve URI not supported yet in product mode.
181 http_resource_test: Skip # Resolve URI not supported yet in product mode. 180 http_resource_test: Skip # Resolve URI not supported yet in product mode.
182 181
183 [ $arch == simdbc || $arch == simdbc64 ] 182 [ $arch == simdbc || $arch == simdbc64 ]
184 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 183 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
185 184
186 [ $hot_reload || $hot_reload_rollback ]
187 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
188
189 [ $compiler == dart2js && $dart2js_with_kernel ] 185 [ $compiler == dart2js && $dart2js_with_kernel ]
190 error_stack_trace1_test: Pass # Issue 27394 186 error_stack_trace1_test: Pass # Issue 27394
191 symbol_reserved_word_test/03: Pass # Issue 27394 187 symbol_reserved_word_test/03: Pass # Issue 27394
192 map_test: Crash # Issue 27394 188 map_test: Crash # Issue 27394
193 regexp/pcre_test: RuntimeError # Issue 27394 189 regexp/pcre_test: RuntimeError # Issue 27394
194 symbol_operator_test/03: RuntimeError # Issue 27394 190 symbol_operator_test/03: RuntimeError # Issue 27394
195 symbol_reserved_word_test/06: RuntimeError # Issue 27394 191 symbol_reserved_word_test/06: RuntimeError # Issue 27394
196 symbol_reserved_word_test/09: RuntimeError # Issue 27394 192 symbol_reserved_word_test/09: RuntimeError # Issue 27394
197 symbol_reserved_word_test/12: RuntimeError # Issue 27394 193 symbol_reserved_word_test/12: RuntimeError # Issue 27394
198 symbol_test/none: RuntimeError # Issue 27394 194 symbol_test/none: RuntimeError # Issue 27394
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 264 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
269 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 265 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
270 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 266 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
271 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 267 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
272 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 268 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
273 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 269 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
274 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 270 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
275 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 271 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
276 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 272 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
277 main_test: RuntimeError # Flutter Issue 9111 273 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « tests/corelib/big_integer_parsed_mul_div_vm_test.dart ('k') | tests/corelib_2/big_integer_parsed_div_rem_vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698