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

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

Issue 2977403002: Migrate test block 3 to Dart 2.0. (Closed)
Patch Set: Addressed Bob's nits 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
« no previous file with comments | « tests/corelib/compare_to2_test.dart ('k') | tests/corelib_2/bit_twiddling_bigint_test.dart » ('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 [ $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 || $runtime == dartium) ] 8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
9 bool_from_environment2_test: Skip
10 bool_from_environment_test: Skip
11 from_environment_const_type_test: Skip 9 from_environment_const_type_test: Skip
12 from_environment_const_type_undefined_test: Skip 10 from_environment_const_type_undefined_test: Skip
13 int_from_environment2_test: Skip 11 int_from_environment2_test: Skip
14 int_from_environment3_test: Skip 12 int_from_environment3_test: Skip
15 int_from_environment_test: Skip 13 int_from_environment_test: Skip
16 string_from_environment2_test: Skip 14 string_from_environment2_test: Skip
17 string_from_environment3_test: Skip 15 string_from_environment3_test: Skip
18 string_from_environment_test: Skip 16 string_from_environment_test: Skip
19 17
20 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 18 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
21 unicode_test: Fail # Bug 6706 19 unicode_test: Fail # Bug 6706
22 compare_to2_test: Fail # Bug 4018
23 symbol_test/01: Fail, Pass # bug 11669 20 symbol_test/01: Fail, Pass # bug 11669
24 21
25 # With the exception of 'void', new Symbol() should not accept reserved words. 22 # With the exception of 'void', new Symbol() should not accept reserved words.
26 symbol_reserved_word_test/05: CompileTimeError # bug 20191 23 symbol_reserved_word_test/05: CompileTimeError # bug 20191
27 symbol_reserved_word_test/06: RuntimeError # bug 11669 24 symbol_reserved_word_test/06: RuntimeError # bug 11669
28 symbol_reserved_word_test/09: RuntimeError # bug 11669 25 symbol_reserved_word_test/09: RuntimeError # bug 11669
29 symbol_reserved_word_test/12: RuntimeError # bug 11669 26 symbol_reserved_word_test/12: RuntimeError # bug 11669
30 27
31 symbol_test/none: Fail # bug 11669 28 symbol_test/none: Fail # bug 11669
32 symbol_operator_test/03: Fail # bug 11669 29 symbol_operator_test/03: Fail # bug 11669
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 95
99 [ $compiler == dart2js ] 96 [ $compiler == dart2js ]
100 error_stack_trace1_test: RuntimeError # Issue 12399 97 error_stack_trace1_test: RuntimeError # Issue 12399
101 hash_set_test/01: RuntimeError # Issue 11551 98 hash_set_test/01: RuntimeError # Issue 11551
102 integer_to_string_test/01: RuntimeError # Issue 1533 99 integer_to_string_test/01: RuntimeError # Issue 1533
103 iterable_return_type_test/01: RuntimeError # Issue 20085 100 iterable_return_type_test/01: RuntimeError # Issue 20085
104 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 101 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
105 iterable_to_list_test/01: RuntimeError # Issue 26501 102 iterable_to_list_test/01: RuntimeError # Issue 26501
106 103
107 big_integer_*: Skip # VM specific test. 104 big_integer_*: Skip # VM specific test.
108 bit_twiddling_bigint_test: RuntimeError # Requires bigint support.
109 compare_to2_test: RuntimeError, OK # Requires bigint support.
110 string_base_vm_test: RuntimeError, OK # VM specific test. 105 string_base_vm_test: RuntimeError, OK # VM specific test.
111 nan_infinity_test/01: Fail # Issue 11551 106 nan_infinity_test/01: Fail # Issue 11551
112 regexp/pcre_test: Pass, Slow # Issue 21593 107 regexp/pcre_test: Pass, Slow # Issue 21593
113 regress_r21715_test: RuntimeError # Requires bigint support. 108 regress_r21715_test: RuntimeError # Requires bigint support.
114 109
115 [ $compiler == dart2js && $runtime == none ] 110 [ $compiler == dart2js && $runtime == none ]
116 *: Fail, Pass # TODO(ahe): Triage these tests. 111 *: Fail, Pass # TODO(ahe): Triage these tests.
117 112
118 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 113 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
119 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. 114 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 symbol_operator_test/03: RuntimeError # Issue 27394 215 symbol_operator_test/03: RuntimeError # Issue 27394
221 symbol_reserved_word_test/06: RuntimeError # Issue 27394 216 symbol_reserved_word_test/06: RuntimeError # Issue 27394
222 symbol_reserved_word_test/09: RuntimeError # Issue 27394 217 symbol_reserved_word_test/09: RuntimeError # Issue 27394
223 symbol_reserved_word_test/12: RuntimeError # Issue 27394 218 symbol_reserved_word_test/12: RuntimeError # Issue 27394
224 symbol_test/none: RuntimeError # Issue 27394 219 symbol_test/none: RuntimeError # Issue 27394
225 220
226 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 221 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
227 regress/4562_test/01: Crash # Issue 27394 222 regress/4562_test/01: Crash # Issue 27394
228 223
229 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 224 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
230 bool_from_environment2_test/01: MissingCompileTimeError
231 bool_from_environment2_test/02: MissingCompileTimeError
232 bool_from_environment2_test/03: MissingCompileTimeError
233 bool_from_environment2_test/04: MissingCompileTimeError
234 bool_from_environment2_test/05: MissingCompileTimeError
235 compare_to2_test: RuntimeError
236 int_from_environment3_test/01: MissingCompileTimeError 225 int_from_environment3_test/01: MissingCompileTimeError
237 int_from_environment3_test/02: MissingCompileTimeError 226 int_from_environment3_test/02: MissingCompileTimeError
238 int_from_environment3_test/03: MissingCompileTimeError 227 int_from_environment3_test/03: MissingCompileTimeError
239 int_from_environment3_test/04: MissingCompileTimeError 228 int_from_environment3_test/04: MissingCompileTimeError
240 int_from_environment3_test/05: MissingCompileTimeError 229 int_from_environment3_test/05: MissingCompileTimeError
241 string_case_test/01: RuntimeError 230 string_case_test/01: RuntimeError
242 string_from_environment3_test/01: MissingCompileTimeError 231 string_from_environment3_test/01: MissingCompileTimeError
243 string_from_environment3_test/02: MissingCompileTimeError 232 string_from_environment3_test/02: MissingCompileTimeError
244 string_from_environment3_test/03: MissingCompileTimeError 233 string_from_environment3_test/03: MissingCompileTimeError
245 string_from_environment3_test/04: MissingCompileTimeError 234 string_from_environment3_test/04: MissingCompileTimeError
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 272
284 [ $runtime == flutter ] 273 [ $runtime == flutter ]
285 274
286 # No support for mirrors 275 # No support for mirrors
287 apply3_test: CompileTimeError 276 apply3_test: CompileTimeError
288 277
289 # Possible bugs 278 # Possible bugs
290 format_exception_test: RuntimeError # Flutter Issue 9111 279 format_exception_test: RuntimeError # Flutter Issue 9111
291 string_from_environment_test: Fail # Flutter Issue 9111 280 string_from_environment_test: Fail # Flutter Issue 9111
292 string_from_environment2_test: Fail # Flutter Issue 9111 281 string_from_environment2_test: Fail # Flutter Issue 9111
293 bool_from_environment_test: Fail # Flutter Issue 9111
294 int_from_environment_test: Fail # Flutter Issue 9111 282 int_from_environment_test: Fail # Flutter Issue 9111
295 int_from_environment2_test: Fail # Flutter Issue 9111 283 int_from_environment2_test: Fail # Flutter Issue 9111
296 from_environment_const_type_test/none: Fail # Flutter Issue 9111 284 from_environment_const_type_test/none: Fail # Flutter Issue 9111
297 from_environment_const_type_test/01: Fail # Flutter Issue 9111 285 from_environment_const_type_test/01: Fail # Flutter Issue 9111
298 from_environment_const_type_test/05: Fail # Flutter Issue 9111 286 from_environment_const_type_test/05: Fail # Flutter Issue 9111
299 from_environment_const_type_test/10: Fail # Flutter Issue 9111 287 from_environment_const_type_test/10: Fail # Flutter Issue 9111
300 from_environment_const_type_test/15: Fail # Flutter Issue 9111 288 from_environment_const_type_test/15: Fail # Flutter Issue 9111
301 from_environment_const_type_test/02: MissingCompileTimeError # Flutter Issue 911 1 289 from_environment_const_type_test/02: MissingCompileTimeError # Flutter Issue 911 1
302 from_environment_const_type_test/03: MissingCompileTimeError # Flutter Issue 911 1 290 from_environment_const_type_test/03: MissingCompileTimeError # Flutter Issue 911 1
303 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911 1 291 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911 1
304 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1 292 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
305 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 293 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
306 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 294 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
307 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 295 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
308 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 296 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
309 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 297 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
310 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 298 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
311 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 299 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
312 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 300 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
313 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 301 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
314 main_test: RuntimeError # Flutter Issue 9111 302 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « tests/corelib/compare_to2_test.dart ('k') | tests/corelib_2/bit_twiddling_bigint_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698