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

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

Issue 2990973002: Migrate block 39 language/async_backwards ... /async_star_take. (Closed)
Patch Set: 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. 5 # The VM and dart2js do not implement the Dart 2.0 static type errors yet.
6 # Analyzer does, but only when "--strong" is used. 6 # Analyzer does, but only when "--strong" is used.
7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co mpiler == dart2analyzer && ! $strong) ] 7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co mpiler == dart2analyzer && ! $strong && ! $checked) ]
8 abstract_beats_arguments_test: MissingCompileTimeError 8 abstract_beats_arguments_test: MissingCompileTimeError
9 abstract_exact_selector_test/01: MissingCompileTimeError 9 abstract_exact_selector_test/01: MissingCompileTimeError
10 abstract_factory_constructor_test/00: MissingCompileTimeError 10 abstract_factory_constructor_test/00: MissingCompileTimeError
11 abstract_getter_test/01: MissingCompileTimeError 11 abstract_getter_test/01: MissingCompileTimeError
12 abstract_syntax_test/00: MissingCompileTimeError 12 abstract_syntax_test/00: MissingCompileTimeError
13 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
14 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
15 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
16 async_return_types_test/wrongTypeParameter: MissingCompileTimeError
17 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
18 async_return_types_test/wrongReturnType: MissingCompileTimeError
19 async_return_types_test/nestedFuture: MissingCompileTimeError
20
21 [ $compiler == dart2analyzer && ! $strong && $checked ]
22 abstract_beats_arguments_test: MissingCompileTimeError
23 abstract_exact_selector_test/01: MissingCompileTimeError
24 abstract_factory_constructor_test/00: MissingCompileTimeError
25 abstract_getter_test/01: MissingCompileTimeError
26 abstract_syntax_test/00: MissingCompileTimeError
27 assign_top_method_test: MissingCompileTimeError
28 assign_static_type_test/01: MissingCompileTimeError
29 assign_static_type_test/03: MissingCompileTimeError
30 assign_static_type_test/04: MissingCompileTimeError
31 assign_static_type_test/05: MissingCompileTimeError
32 assign_static_type_test/06: MissingCompileTimeError
33 assign_to_type_test/01: MissingCompileTimeError
34 assign_to_type_test/02: MissingCompileTimeError
35 assign_to_type_test/03: MissingCompileTimeError
36 assign_to_type_test/04: MissingCompileTimeError
37 async_await_syntax_test/a10a: MissingCompileTimeError
38 async_await_syntax_test/b10a: MissingCompileTimeError
39 async_await_syntax_test/c10a: MissingCompileTimeError
40 async_await_syntax_test/d08b: MissingCompileTimeError
41 async_await_syntax_test/d10a: MissingCompileTimeError
42 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
43 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
44 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
45 async_return_types_test/wrongTypeParameter: MissingCompileTimeError
46 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
47 async_return_types_test/wrongReturnType: MissingCompileTimeError
48 async_return_types_test/nestedFuture: MissingCompileTimeError
49
50 [ $compiler == dartdevc ]
51 async_return_types_test/nestedFuture: MissingCompileTimeError
13 52
14 [ $compiler == dart2js && ! $dart2js_with_kernel ] 53 [ $compiler == dart2js && ! $dart2js_with_kernel ]
15 accessor_conflict_export2_test: Crash # Issue 25626 54 accessor_conflict_export2_test: Crash # Issue 25626
16 accessor_conflict_export_test: Crash # Issue 25626 55 accessor_conflict_export_test: Crash # Issue 25626
17 56
18 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] 57 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
19 accessor_conflict_import2_test: RuntimeError # Issue 25626 58 accessor_conflict_import2_test: RuntimeError # Issue 25626
20 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 59 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
21 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 60 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
22 accessor_conflict_import_test: RuntimeError # Issue 25626 61 accessor_conflict_import_test: RuntimeError # Issue 25626
(...skipping 11 matching lines...) Expand all
34 accessor_conflict_export_test: StaticWarning # Issue 25626 73 accessor_conflict_export_test: StaticWarning # Issue 25626
35 accessor_conflict_import2_test: StaticWarning # Issue 25626 74 accessor_conflict_import2_test: StaticWarning # Issue 25626
36 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 75 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626
37 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 76 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626
38 accessor_conflict_import_test: StaticWarning # Issue 25626 77 accessor_conflict_import_test: StaticWarning # Issue 25626
39 78
40 [ $compiler == dart2analyzer && ! $strong ] 79 [ $compiler == dart2analyzer && ! $strong ]
41 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207 80 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
42 81
43 [ $compiler == dart2analyzer && $strong ] 82 [ $compiler == dart2analyzer && $strong ]
83 async_return_types_test/nestedFuture: MissingCompileTimeError
44 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07 84 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07
45 85
46 [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ] 86 [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ]
47 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 87 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
48 88
49 [ $compiler == dart2js && $dart2js_with_kernel ] 89 [ $compiler == dart2js && $dart2js_with_kernel ]
50 aborting_switch_case_test: Crash 90 aborting_switch_case_test: Crash
51 abstract_exact_selector_test/none: Crash 91 abstract_exact_selector_test/none: Crash
52 abstract_getter_test/01: Crash 92 abstract_getter_test/01: Crash
53 abstract_method_test: Crash 93 abstract_method_test: Crash
(...skipping 18 matching lines...) Expand all
72 accessor_conflict_import_test: Crash 112 accessor_conflict_import_test: Crash
73 ackermann_test: Crash 113 ackermann_test: Crash
74 adjacent_const_string_literals_test: Crash 114 adjacent_const_string_literals_test: Crash
75 adjacent_string_literals_test: Crash 115 adjacent_string_literals_test: Crash
76 allocate_large_object_test: Crash 116 allocate_large_object_test: Crash
77 allocate_test: Crash 117 allocate_test: Crash
78 allocation_sinking_inlining_test: Crash 118 allocation_sinking_inlining_test: Crash
79 and_operation_on_non_integer_operand_test: Crash 119 and_operation_on_non_integer_operand_test: Crash
80 arithmetic_canonicalization_test: Crash 120 arithmetic_canonicalization_test: Crash
81 arithmetic_smi_overflow_test: Crash 121 arithmetic_smi_overflow_test: Crash
122
123 [ $compiler == dartdevc && $runtime != none ]
124 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
125 async_star_pause_test: RuntimeError
126
127 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
128 *: Skip # Issue 29626
129
130 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
131 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
132
133 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
134 async_star_no_cancel_test: RuntimeError # Need triage
135 async_star_no_cancel2_test: RuntimeError # Need triage
136
137 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
138 async_return_types_test/nestedFuture: Fail # Issue 26429
139 async_return_types_test/wrongTypeParameter: Fail # Issue 26429
140
141 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
142 async_star_pause_test: RuntimeError # Issue 27394
143 async_star_regression_fisk_test: RuntimeError # Issue 27394
144 async_star_stream_take_test: RuntimeError # Issue 27394
145 async_star_take_reyield_test: RuntimeError # Issue 27394
146
147 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
148 async_break_in_finally_test: Crash
149 async_continue_label_test/await_in_body: Crash
150 async_continue_label_test/await_in_condition: Crash
151 async_continue_label_test/await_in_init: Crash
152 async_continue_label_test/await_in_update: Crash
153 async_continue_label_test/none: Crash
154 async_control_structures_test: Crash
155 async_finally_rethrow_test: Crash
156 async_or_generator_return_type_stacktrace_test/01: Crash
157 async_or_generator_return_type_stacktrace_test/02: Crash
158 async_or_generator_return_type_stacktrace_test/03: Crash
159 async_or_generator_return_type_stacktrace_test/none: Crash
160 async_regression_23058_test: Crash
161 async_rethrow_test: Crash
162 async_return_types_test/nestedFuture: Crash
163 async_return_types_test/none: Crash
164 async_return_types_test/tooManyTypeParameters: Crash
165 async_return_types_test/wrongReturnType: Crash
166 async_return_types_test/wrongTypeParameter: Crash
167 async_star_cancel_and_throw_in_finally_test: Crash
168 async_star_cancel_while_paused_test: Crash
169 async_star_no_cancel2_test: Crash
170 async_star_no_cancel_test: Crash
171 async_star_pause_test: Crash
172 async_star_regression_2238_test: Crash
173 async_star_regression_23116_test: Crash
174 async_star_regression_fisk_test: Crash
175 async_star_stream_take_test: Crash
176 async_star_take_reyield_test: Crash
177
178 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
179 async_return_types_test/nestedFuture: Fail
180 async_return_types_test/wrongTypeParameter: Fail
181
182 # These test entries will be valid for vm (with and without kernel).
183 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
184 async_star_cancel_while_paused_test: RuntimeError
185 # This is OK for now, but we may want to change the semantics to match the test.
186 async_star_pause_test: Fail, OK
187
188 [ $compiler == dartk && $runtime == vm ]
189 async_star_cancel_and_throw_in_finally_test: RuntimeError
190 async_star_cancel_while_paused_test: RuntimeError
191 async_star_regression_fisk_test: Timeout
192 async_star_stream_take_test: Timeout
193 async_star_take_reyield_test: Timeout
194
195 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
196 async_star_regression_2238_test: CompileTimeError, RuntimeError
197
198 [ $runtime == flutter ]
199
200 # flutter uses --error_on_bad_type, --error_on_bad_override
201 # and --await_is_keyword so # the following tests fail with
202 # a Compilation Error
203 async_return_types_test/tooManyTypeParameters: CompileTimeError
204
205 # Look like bugs.
206 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
207 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
208 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
209 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
210 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
211 async_star_no_cancel_test: Skip # Flutter Issue 9110
OLDNEW
« no previous file with comments | « tests/language_2/async_star_take_reyield_test.dart ('k') | tests/language_strong/async_backwards_compatibility_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698