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

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

Issue 2997533002: Migrate test block 10 to Dart 2.0. (Closed)
Patch Set: Fix remaining cases Created 3 years, 4 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 || $compiler == precompiler || $compiler == app_jit ] 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
9 string_case_test/01: Fail # Bug 18061 9 string_case_test/01: Fail # Bug 18061
10 10
11 [ $compiler == dart2js && ! $dart2js_with_kernel ] 11 [ $compiler == dart2js && ! $dart2js_with_kernel ]
12 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
13 int_parse_radix_test/02: Fail # No bigints.
14 integer_to_radix_string_test: RuntimeError # issue 22045
15 12
16 [ $runtime == safari || $runtime == safarimobilesim ] 13 [ $runtime == safari || $runtime == safarimobilesim ]
17 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. 14 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier.
18 15
19 [ $compiler == dart2js && ! $dart2js_with_kernel ] 16 [ $compiler == dart2js && ! $dart2js_with_kernel ]
20 error_stack_trace1_test: RuntimeError # Issue 12399 17 error_stack_trace1_test: RuntimeError # Issue 12399
21 integer_to_string_test/01: RuntimeError # Issue 1533
22 iterable_return_type_test/01: RuntimeError # Issue 20085 18 iterable_return_type_test/01: RuntimeError # Issue 20085
23 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. 19 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
24 20
25 big_integer_*: Skip # VM specific test. 21 big_integer_*: Skip # VM specific test.
26 compare_to2_test: RuntimeError, OK # Requires bigint support. 22 compare_to2_test: RuntimeError, OK # Requires bigint support.
27 regress_r21715_test: RuntimeError # Requires bigint support. 23 regress_r21715_test: RuntimeError # Requires bigint support.
28 24
29 [ $compiler == dart2js && $runtime == none ] 25 [ $compiler == dart2js && $runtime == none ]
30 *: Fail, Pass # TODO(ahe): Triage these tests. 26 *: Fail, Pass # TODO(ahe): Triage these tests.
31 27
32 [ $compiler == dart2analyzer ] 28 [ $compiler == dart2analyzer ]
33 int_parse_radix_bad_handler_test: fail
34 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. 29 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose.
35 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose.
36 string_test: StaticWarning, OK # Test generates error on purpose. 30 string_test: StaticWarning, OK # Test generates error on purpose.
37 duration2_test: StaticWarning, OK # Test generates error on purpose. 31 duration2_test: StaticWarning, OK # Test generates error on purpose.
38 32
39 [ $compiler == dart2analyzer && $builder_tag == strong ] 33 [ $compiler == dart2analyzer && $builder_tag == strong ]
40 *: Skip # Issue 28649 34 *: Skip # Issue 28649
41 35
42 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] 36 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
43 # The regexp tests are not verified to work on non d8/vm platforms yet. 37 # The regexp tests are not verified to work on non d8/vm platforms yet.
44 regexp/*: Skip 38 regexp/*: Skip
45 39
46 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] 40 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter]
47 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008 41 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008
48 42
49 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] 43 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer]
50 file_resource_test: Skip, OK # VM specific test, uses dart:io. 44 file_resource_test: Skip, OK # VM specific test, uses dart:io.
51 http_resource_test: Skip, OK # VM specific test, uses dart:io. 45 http_resource_test: Skip, OK # VM specific test, uses dart:io.
52 46
53 [ $compiler == dart2js && ! $browser ] 47 [ $compiler == dart2js && ! $browser ]
54 48
55 [ $mode == debug ] 49 [ $mode == debug ]
56 50
57 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] 51 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ]
58 int_parse_radix_test/*: Pass, Slow
59 52
60 [ $compiler == precompiler ] 53 [ $compiler == precompiler ]
61 int_parse_radix_test: Pass, Timeout # --no_intrinsify
62 54
63 [ $compiler == precompiler || $compiler == app_jit ] 55 [ $compiler == precompiler || $compiler == app_jit ]
64 file_resource_test: Skip # Resolve URI not supported yet in product mode. 56 file_resource_test: Skip # Resolve URI not supported yet in product mode.
65 http_resource_test: Skip # Resolve URI not supported yet in product mode. 57 http_resource_test: Skip # Resolve URI not supported yet in product mode.
66 58
67 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 59 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
68 string_case_test/01: RuntimeError 60 string_case_test/01: RuntimeError
69 string_from_environment3_test/01: MissingCompileTimeError 61 string_from_environment3_test/01: MissingCompileTimeError
70 string_from_environment3_test/02: MissingCompileTimeError 62 string_from_environment3_test/02: MissingCompileTimeError
71 string_from_environment3_test/03: MissingCompileTimeError 63 string_from_environment3_test/03: MissingCompileTimeError
(...skipping 29 matching lines...) Expand all
101 duration_test: Crash 93 duration_test: Crash
102 error_stack_trace1_test: Pass # Issue 27394 94 error_stack_trace1_test: Pass # Issue 27394
103 error_stack_trace2_test: Crash 95 error_stack_trace2_test: Crash
104 error_stack_trace_test: Crash 96 error_stack_trace_test: Crash
105 exception_implementation_test: Crash 97 exception_implementation_test: Crash
106 expando_test: Crash 98 expando_test: Crash
107 for_in_test: Crash 99 for_in_test: Crash
108 growable_list_test: Crash 100 growable_list_test: Crash
109 has_next_iterator_test: Crash 101 has_next_iterator_test: Crash
110 hash_map2_test: Crash 102 hash_map2_test: Crash
111 int_parse_radix_bad_handler_test: Crash
112 int_parse_radix_test/01: Crash
113 int_parse_radix_test/02: Crash
114 int_parse_radix_test/none: Crash
115 integer_to_radix_string_test: Crash
116 integer_to_string_test/01: RuntimeError
117 is_operator_basic_types_test: Crash
118 iterable_contains2_test: Crash
119 iterable_contains_test: Crash
120 iterable_element_at_test: Crash
121 iterable_empty_test: Crash
122 iterable_expand_test: Crash
123 iterable_first_test: Crash
124 iterable_first_where_test: Crash
125 iterable_fold_test: Crash
126 iterable_generate_test/01: Crash 103 iterable_generate_test/01: Crash
127 iterable_generate_test/none: Crash 104 iterable_generate_test/none: Crash
128 iterable_join_test: Crash 105 iterable_join_test: Crash
129 iterable_last_test: Crash 106 iterable_last_test: Crash
130 iterable_last_where_test: Crash 107 iterable_last_where_test: Crash
131 iterable_length_test: Crash 108 iterable_length_test: Crash
132 iterable_mapping_test: Crash 109 iterable_mapping_test: Crash
133 iterable_reduce_test: Crash 110 iterable_reduce_test: Crash
134 iterable_return_type_test/01: Crash 111 iterable_return_type_test/01: Crash
135 iterable_return_type_test/02: Crash 112 iterable_return_type_test/02: Crash
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 symbol_operator_test/03: Crash 342 symbol_operator_test/03: Crash
366 symbol_operator_test/none: Crash 343 symbol_operator_test/none: Crash
367 symbol_reserved_word_test/04: MissingCompileTimeError 344 symbol_reserved_word_test/04: MissingCompileTimeError
368 symbol_reserved_word_test/05: Crash 345 symbol_reserved_word_test/05: Crash
369 symbol_reserved_word_test/06: Crash 346 symbol_reserved_word_test/06: Crash
370 symbol_reserved_word_test/07: MissingCompileTimeError 347 symbol_reserved_word_test/07: MissingCompileTimeError
371 symbol_reserved_word_test/09: Crash 348 symbol_reserved_word_test/09: Crash
372 symbol_reserved_word_test/10: MissingCompileTimeError 349 symbol_reserved_word_test/10: MissingCompileTimeError
373 symbol_reserved_word_test/12: Crash 350 symbol_reserved_word_test/12: Crash
374 351
OLDNEW
« no previous file with comments | « no previous file | tests/corelib/int_parse_radix_bad_handler_test.dart » ('j') | tests/corelib_2/int_parse_radix_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698