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

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

Issue 2990933002: Migrate block 43. (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 && ! $checked) ] 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
(...skipping 15 matching lines...) Expand all
26 async_await_syntax_test/c10a: MissingCompileTimeError 26 async_await_syntax_test/c10a: MissingCompileTimeError
27 async_await_syntax_test/d08b: MissingCompileTimeError 27 async_await_syntax_test/d08b: MissingCompileTimeError
28 async_await_syntax_test/d10a: MissingCompileTimeError 28 async_await_syntax_test/d10a: MissingCompileTimeError
29 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError 29 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
30 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError 30 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
31 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError 31 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
32 async_return_types_test/wrongTypeParameter: MissingCompileTimeError 32 async_return_types_test/wrongTypeParameter: MissingCompileTimeError
33 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError 33 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
34 async_return_types_test/wrongReturnType: MissingCompileTimeError 34 async_return_types_test/wrongReturnType: MissingCompileTimeError
35 async_return_types_test/nestedFuture: MissingCompileTimeError 35 async_return_types_test/nestedFuture: MissingCompileTimeError
36 bit_operations_test/01: MissingCompileTimeError
37 bit_operations_test/02: MissingCompileTimeError
38 bit_operations_test/03: MissingCompileTimeError
39 bit_operations_test/04: MissingCompileTimeError
36 40
37 [ $compiler == dart2analyzer && ! $strong && $checked ] 41 [ $compiler == dart2analyzer && ! $strong && $checked ]
38 abstract_beats_arguments_test: MissingCompileTimeError 42 abstract_beats_arguments_test: MissingCompileTimeError
39 abstract_exact_selector_test/01: MissingCompileTimeError 43 abstract_exact_selector_test/01: MissingCompileTimeError
40 abstract_factory_constructor_test/00: MissingCompileTimeError 44 abstract_factory_constructor_test/00: MissingCompileTimeError
41 abstract_getter_test/01: MissingCompileTimeError 45 abstract_getter_test/01: MissingCompileTimeError
42 abstract_syntax_test/00: MissingCompileTimeError 46 abstract_syntax_test/00: MissingCompileTimeError
43 assign_top_method_test: MissingCompileTimeError 47 assign_top_method_test: MissingCompileTimeError
44 assign_static_type_test/01: MissingCompileTimeError 48 assign_static_type_test/01: MissingCompileTimeError
45 assign_static_type_test/03: MissingCompileTimeError 49 assign_static_type_test/03: MissingCompileTimeError
(...skipping 12 matching lines...) Expand all
58 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError 62 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
59 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError 63 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
60 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError 64 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
61 async_return_types_test/wrongTypeParameter: MissingCompileTimeError 65 async_return_types_test/wrongTypeParameter: MissingCompileTimeError
62 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError 66 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
63 async_return_types_test/wrongReturnType: MissingCompileTimeError 67 async_return_types_test/wrongReturnType: MissingCompileTimeError
64 async_return_types_test/nestedFuture: MissingCompileTimeError 68 async_return_types_test/nestedFuture: MissingCompileTimeError
65 69
66 [ $compiler == dartdevc || $compiler == dart2analyzer ] 70 [ $compiler == dartdevc || $compiler == dart2analyzer ]
67 async_return_types_test/nestedFuture: MissingCompileTimeError 71 async_return_types_test/nestedFuture: MissingCompileTimeError
72 bit_operations_test/01: MissingCompileTimeError
73 bit_operations_test/02: MissingCompileTimeError
74 bit_operations_test/03: MissingCompileTimeError
75 bit_operations_test/04: MissingCompileTimeError
68 76
69 [ $compiler == dart2js && ! $dart2js_with_kernel ] 77 [ $compiler == dart2js && ! $dart2js_with_kernel ]
70 accessor_conflict_export2_test: Crash # Issue 25626 78 accessor_conflict_export2_test: Crash # Issue 25626
71 accessor_conflict_export_test: Crash # Issue 25626 79 accessor_conflict_export_test: Crash # Issue 25626
72 assertion_initializer_const_error2_test/cc01: Crash 80 assertion_initializer_const_error2_test/cc01: Crash
73 assertion_initializer_const_error2_test/cc02: Crash 81 assertion_initializer_const_error2_test/cc02: Crash
74 assertion_initializer_const_error2_test/cc03: Crash 82 assertion_initializer_const_error2_test/cc03: Crash
75 assertion_initializer_const_error2_test/cc04: Crash 83 assertion_initializer_const_error2_test/cc04: Crash
76 assertion_initializer_const_error2_test/cc05: Crash 84 assertion_initializer_const_error2_test/cc05: Crash
77 assertion_initializer_const_error2_test/cc06: Crash 85 assertion_initializer_const_error2_test/cc06: Crash
78 assertion_initializer_const_error2_test/cc07: Crash 86 assertion_initializer_const_error2_test/cc07: Crash
79 assertion_initializer_const_error2_test/cc08: Crash 87 assertion_initializer_const_error2_test/cc08: Crash
80 assertion_initializer_const_error2_test/cc09: Crash 88 assertion_initializer_const_error2_test/cc09: Crash
81 assertion_initializer_const_function_error_test/01: Crash 89 assertion_initializer_const_function_error_test/01: Crash
82 assertion_initializer_const_function_test/01: CompileTimeError 90 assertion_initializer_const_function_test/01: CompileTimeError
83 assertion_initializer_test: Crash 91 assertion_initializer_test: Crash
84 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 92 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
93 bad_typedef_test/00: Crash # Issue 28214
94 bad_constructor_test/05: CompileTimeError # Issue 13639
85 95
86 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ] 96 [ $compiler == dart2js && $runtime != none && ! $dart2js_with_kernel ]
87 accessor_conflict_import2_test: RuntimeError # Issue 25626 97 accessor_conflict_import2_test: RuntimeError # Issue 25626
88 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 98 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
89 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 99 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
90 accessor_conflict_import_test: RuntimeError # Issue 25626 100 accessor_conflict_import_test: RuntimeError # Issue 25626
91 101
92 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] 102 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ]
93 accessor_conflict_export2_test: CompileTimeError # Issue 25626 103 accessor_conflict_export2_test: CompileTimeError # Issue 25626
94 accessor_conflict_export_test: CompileTimeError # Issue 25626 104 accessor_conflict_export_test: CompileTimeError # Issue 25626
95 accessor_conflict_import2_test: CompileTimeError # Issue 25626 105 accessor_conflict_import2_test: CompileTimeError # Issue 25626
96 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626 106 accessor_conflict_import_prefixed2_test: CompileTimeError # Issue 25626
97 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626 107 accessor_conflict_import_prefixed_test: CompileTimeError # Issue 25626
98 accessor_conflict_import_test: CompileTimeError # Issue 25626 108 accessor_conflict_import_test: CompileTimeError # Issue 25626
99 109
100 [ ! $strong && $compiler == dart2analyzer ] 110 [ ! $strong && $compiler == dart2analyzer ]
101 accessor_conflict_export2_test: StaticWarning # Issue 25626 111 accessor_conflict_export2_test: StaticWarning # Issue 25626
102 accessor_conflict_export_test: StaticWarning # Issue 25626 112 accessor_conflict_export_test: StaticWarning # Issue 25626
103 accessor_conflict_import2_test: StaticWarning # Issue 25626 113 accessor_conflict_import2_test: StaticWarning # Issue 25626
104 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626 114 accessor_conflict_import_prefixed2_test: StaticWarning # Issue 25626
105 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626 115 accessor_conflict_import_prefixed_test: StaticWarning # Issue 25626
106 accessor_conflict_import_test: StaticWarning # Issue 25626 116 accessor_conflict_import_test: StaticWarning # Issue 25626
107 117
108 [ $compiler == dart2analyzer && ! $strong ] 118 [ $compiler == dart2analyzer && ! $strong ]
109 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207 119 generic_methods_generic_function_result_test/01: MissingCompileTimeError # Issue #30207
110 120
111 [ $compiler == dart2analyzer && $strong ] 121 [ $compiler == dart2analyzer && $strong ]
112 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07 122 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07
123 bit_operations_test/01: MissingStaticWarning # Issue 28823
124 bit_operations_test/02: MissingStaticWarning # Issue 28823
125 bit_operations_test/03: MissingStaticWarning # Issue 28823
126 bit_operations_test/04: MissingStaticWarning # Issue 28823
113 127
114 [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ] 128 [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ]
115 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 129 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
116 130
117 [ $compiler == dart2js && $dart2js_with_kernel ] 131 [ $compiler == dart2js && $dart2js_with_kernel ]
118 aborting_switch_case_test: Crash 132 aborting_switch_case_test: Crash
119 abstract_exact_selector_test/none: Crash 133 abstract_exact_selector_test/none: Crash
120 abstract_getter_test/01: Crash 134 abstract_getter_test/01: Crash
121 abstract_method_test: Crash 135 abstract_method_test: Crash
122 abstract_object_method_test: Crash 136 abstract_object_method_test: Crash
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 assertion_initializer_const_error_test/01: Crash 180 assertion_initializer_const_error_test/01: Crash
167 assertion_initializer_const_function_test/01: Crash 181 assertion_initializer_const_function_test/01: Crash
168 assign_top_method_test/01: Crash # Issue 27394 182 assign_top_method_test/01: Crash # Issue 27394
169 async_await_syntax_test/a04b: Crash # Issue 27394 183 async_await_syntax_test/a04b: Crash # Issue 27394
170 async_await_syntax_test/a06a: RuntimeError # Issue 27394 184 async_await_syntax_test/a06a: RuntimeError # Issue 27394
171 async_await_syntax_test/a07b: Crash # Issue 27394 185 async_await_syntax_test/a07b: Crash # Issue 27394
172 async_await_syntax_test/a08b: Crash # Issue 27394 186 async_await_syntax_test/a08b: Crash # Issue 27394
173 async_await_syntax_test/b06a: RuntimeError # Issue 27394 187 async_await_syntax_test/b06a: RuntimeError # Issue 27394
174 async_await_syntax_test/c06a: RuntimeError # Issue 27394 188 async_await_syntax_test/c06a: RuntimeError # Issue 27394
175 async_await_syntax_test/d06a: RuntimeError # Issue 27394 189 async_await_syntax_test/d06a: RuntimeError # Issue 27394
190 black_listed_test/13c: Crash # Issue 27394
191 black_listed_test/14c: Crash # Issue 27394
176 192
177 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ] 193 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ]
178 assertion_initializer_const_function_test/none: RuntimeError 194 assertion_initializer_const_function_test/none: RuntimeError
179 195
180 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke d ] 196 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke d ]
181 assertion_initializer_const_function_test/01: Crash 197 assertion_initializer_const_function_test/01: Crash
182 assign_instance_method_negative_test: Crash 198 assign_instance_method_negative_test: Crash
183 async_await_syntax_test/d04a: Crash 199 async_await_syntax_test/d04a: Crash
184 async_await_syntax_test/d07a: Crash 200 async_await_syntax_test/d07a: Crash
185 async_await_syntax_test/d08a: Crash 201 async_await_syntax_test/d08a: Crash
186 async_await_syntax_test/d08b: Crash 202 async_await_syntax_test/d08b: Crash
187 async_await_syntax_test/d08c: Crash 203 async_await_syntax_test/d08c: Crash
204 bad_override_test/04: Crash
205 bailout3_test: Crash
206 bailout5_test: Crash
207 bailout6_test: Crash
208 bailout7_test: Crash
188 209
189 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] 210 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ]
190 assert_assignable_type_test: Crash 211 assert_assignable_type_test: Crash
191 assert_with_type_test_or_cast_test: Crash 212 assert_with_type_test_or_cast_test: Crash
192 assertion_initializer_const_error_test/none: Crash 213 assertion_initializer_const_error_test/none: Crash
193 assertion_initializer_const_function_error_test/none: Crash 214 assertion_initializer_const_function_error_test/none: Crash
194 assertion_initializer_const_function_test/01: Crash 215 assertion_initializer_const_function_test/01: Crash
195 assertion_initializer_const_function_test/none: Crash 216 assertion_initializer_const_function_test/none: Crash
196 assign_instance_method_negative_test: Crash 217 assign_instance_method_negative_test: Crash
197 assign_op_test: Crash 218 assign_op_test: Crash
(...skipping 11 matching lines...) Expand all
209 async_await_syntax_test/b11b: Crash 230 async_await_syntax_test/b11b: Crash
210 async_await_syntax_test/b13a: Crash 231 async_await_syntax_test/b13a: Crash
211 async_await_syntax_test/b13c: Crash 232 async_await_syntax_test/b13c: Crash
212 async_await_syntax_test/b14a: Crash 233 async_await_syntax_test/b14a: Crash
213 async_await_syntax_test/b14c: Crash 234 async_await_syntax_test/b14c: Crash
214 async_await_syntax_test/d04a: Crash 235 async_await_syntax_test/d04a: Crash
215 async_await_syntax_test/d07a: Crash 236 async_await_syntax_test/d07a: Crash
216 async_await_syntax_test/d08a: Crash 237 async_await_syntax_test/d08a: Crash
217 async_await_syntax_test/d08b: Crash 238 async_await_syntax_test/d08b: Crash
218 async_await_syntax_test/d08c: Crash 239 async_await_syntax_test/d08c: Crash
240 bad_constructor_test/05: Crash
241 bad_constructor_test/none: Crash
242 bad_override_test/01: Crash
243 bad_override_test/02: Crash
244 bad_override_test/03: Crash
245 bad_override_test/04: Crash
246 bad_override_test/05: Crash
247 bad_override_test/06: Crash
248 bad_override_test/none: Crash
249 bad_typedef_test/none: Crash
250 bailout2_test: Crash
251 bailout3_test: Crash
252 bailout5_test: Crash
253 bailout6_test: Crash
254 bailout7_test: Crash
255 bailout_container_type_test: Crash
256 bit_shift_test: Crash
219 257
220 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler ! = none && $compiler != dartk && $compiler != dartkp )] 258 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler ! = none && $compiler != dartk && $compiler != dartkp )]
221 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only. 259 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only.
222 260
223 [ $compiler == dart2analyzer && $runtime == none ] 261 [ $compiler == dart2analyzer && $runtime == none ]
224 assertion_initializer_const_error2_test/none: CompileTimeError 262 assertion_initializer_const_error2_test/none: CompileTimeError
225 assertion_initializer_const_function_test/01: CompileTimeError 263 assertion_initializer_const_function_test/01: CompileTimeError
226 assertion_initializer_test: CompileTimeError 264 assertion_initializer_test: CompileTimeError
227 265
228 # dartdevc doesn't support assertions in initializers. 266 # dartdevc doesn't support assertions in initializers.
229 [ $compiler == dartdevc ] 267 [ $compiler == dartdevc ]
230 assertion_initializer_test: CompileTimeError 268 assertion_initializer_test: CompileTimeError
231 assertion_initializer_const_error2_test/none: CompileTimeError 269 assertion_initializer_const_error2_test/none: CompileTimeError
232 assertion_initializer_const_function_test/01: CompileTimeError 270 assertion_initializer_const_function_test/01: CompileTimeError
233 271
234 [ $compiler == dartdevc && $runtime != none ] 272 [ $compiler == dartdevc && $runtime != none ]
235 assert_message_test: RuntimeError # Looks like bug in dartdevc codegen. 273 assert_message_test: RuntimeError # Looks like bug in dartdevc codegen.
274 bit_operations_test/01: RuntimeError # No bigints on web.
275 bit_operations_test/02: RuntimeError # No bigints on web.
276 bit_operations_test/03: RuntimeError # No bigints on web.
277 bit_operations_test/04: RuntimeError # No bigints on web.
278 bit_operations_test/none: RuntimeError # No bigints on web.
236 279
237 [ $compiler == dartk && $runtime == vm ] 280 [ $compiler == dartk && $runtime == vm ]
238 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError 281 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
239 assertion_test: RuntimeError 282 assertion_test: RuntimeError
240 283
241 [ $mode == product ] 284 [ $mode == product ]
242 assertion_test: SkipByDesign # Requires checked mode. 285 assertion_test: SkipByDesign # Requires checked mode.
243 286
244 [$compiler == precompiler && $runtime == dart_precompiled && !$checked] 287 [$compiler == precompiler && $runtime == dart_precompiled && !$checked]
245 assertion_initializer_const_error2_test/cc01: Pass, OK 288 assertion_initializer_const_error2_test/cc01: Pass, OK
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 async_star_cancel_and_throw_in_finally_test: Crash 440 async_star_cancel_and_throw_in_finally_test: Crash
398 async_star_cancel_while_paused_test: Crash 441 async_star_cancel_while_paused_test: Crash
399 async_star_no_cancel2_test: Crash 442 async_star_no_cancel2_test: Crash
400 async_star_no_cancel_test: Crash 443 async_star_no_cancel_test: Crash
401 async_star_pause_test: Crash 444 async_star_pause_test: Crash
402 async_star_regression_2238_test: Crash 445 async_star_regression_2238_test: Crash
403 async_star_regression_23116_test: Crash 446 async_star_regression_23116_test: Crash
404 async_star_regression_fisk_test: Crash 447 async_star_regression_fisk_test: Crash
405 async_star_stream_take_test: Crash 448 async_star_stream_take_test: Crash
406 async_star_take_reyield_test: Crash 449 async_star_take_reyield_test: Crash
450 bad_named_parameters2_test/01: Crash
451 bad_named_parameters2_test/none: Crash
452 bad_named_parameters_test/01: Crash
453 bad_named_parameters_test/02: Crash
454 bad_named_parameters_test/03: Crash
455 bad_named_parameters_test/04: Crash
456 bad_named_parameters_test/05: Crash
457 bad_named_parameters_test/none: Crash
458 bad_override_test/03: MissingCompileTimeError
459 bad_override_test/04: MissingCompileTimeError
460 bad_override_test/05: MissingCompileTimeError
461 bailout4_test: Crash
462 bailout_test: Crash
463 bind_test: Crash
464 bit_operations_test/01: Crash
465 bit_operations_test/02: Crash
466 bit_operations_test/03: Crash
467 bit_operations_test/04: Crash
468 bit_operations_test/none: Crash
469 black_listed_test/none: Crash
407 470
408 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 471 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
409 async_return_types_test/nestedFuture: Fail 472 async_return_types_test/nestedFuture: Fail
410 async_return_types_test/wrongTypeParameter: Fail 473 async_return_types_test/wrongTypeParameter: Fail
411 474
412 # These test entries will be valid for vm (with and without kernel). 475 # These test entries will be valid for vm (with and without kernel).
413 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 476 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
414 async_star_cancel_while_paused_test: RuntimeError 477 async_star_cancel_while_paused_test: RuntimeError
415 # This is OK for now, but we may want to change the semantics to match the test. 478 # This is OK for now, but we may want to change the semantics to match the test.
416 async_star_pause_test: Fail, OK 479 async_star_pause_test: Fail, OK
417 480
418 [ $compiler == dartk && $runtime == vm ] 481 [ $compiler == dartk && $runtime == vm ]
419 async_star_cancel_and_throw_in_finally_test: RuntimeError 482 async_star_cancel_and_throw_in_finally_test: RuntimeError
420 async_star_cancel_while_paused_test: RuntimeError 483 async_star_cancel_while_paused_test: RuntimeError
421 async_star_regression_fisk_test: Timeout 484 async_star_regression_fisk_test: Timeout
422 async_star_stream_take_test: Timeout 485 async_star_stream_take_test: Timeout
423 async_star_take_reyield_test: Timeout 486 async_star_take_reyield_test: Timeout
424 487
425 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 488 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
426 async_star_regression_2238_test: CompileTimeError, RuntimeError 489 async_star_regression_2238_test: CompileTimeError, RuntimeError
427 490
428 # flutter uses --error_on_bad_type, --error_on_bad_override 491 # flutter uses --error_on_bad_type, --error_on_bad_override
429 # and --await_is_keyword so # the following tests fail with 492 # and --await_is_keyword so # the following tests fail with
430 # a Compilation Error 493 # a Compilation Error
431 [ $runtime == flutter ] 494 [ $runtime == flutter ]
432 async_await_test: CompileTimeError 495 async_await_test: CompileTimeError
433 async_await_syntax_test/a05c: CompileTimeError 496 async_await_syntax_test/a05c: CompileTimeError
434 async_await_syntax_test/a05e: CompileTimeError 497 async_await_syntax_test/a05e: CompileTimeError
435 async_await_syntax_test/d08c: CompileTimeError 498 async_await_syntax_test/d08c: CompileTimeError
499 bad_override_test/06: CompileTimeError
436 500
437 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ] 501 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
438 abstract_method_test: Crash 502 abstract_method_test: Crash
439 abstract_object_method_test: Crash 503 abstract_object_method_test: Crash
440 abstract_runtime_error_test/01: Crash 504 abstract_runtime_error_test/01: Crash
441 abstract_runtime_error_test/02: Crash 505 abstract_runtime_error_test/02: Crash
442 arg_param_trailing_comma_test/none: Crash 506 arg_param_trailing_comma_test/none: Crash
443 arithmetic_test: Crash 507 arithmetic_test: Crash
444 assert_message_test: Crash 508 assert_message_test: Crash
445 assert_trailing_comma_test/none: CompileTimeError 509 assert_trailing_comma_test/none: CompileTimeError
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 async_await_syntax_test/d10a: Crash 576 async_await_syntax_test/d10a: Crash
513 async_return_types_test/tooManyTypeParameters: CompileTimeError 577 async_return_types_test/tooManyTypeParameters: CompileTimeError
514 578
515 # Look like bugs. 579 # Look like bugs.
516 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 580 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
517 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 581 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
518 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 582 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
519 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 583 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
520 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 584 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
521 async_star_no_cancel_test: Skip # Flutter Issue 9110 585 async_star_no_cancel_test: Skip # Flutter Issue 9110
586
587 [ $compiler == dart2analyzer ]
588 bad_initializer2_negative_test: fail # Issue 14880
589 black_listed_test/none: fail # Issue 14228
590 bad_initializer1_negative_test: CompileTimeError # Issue 14529
591 bad_named_constructor_negative_test: CompileTimeError # Issue 18693
592 body_less_constructor_wrong_arg_negative_test: CompileTimeError # Issue 18695
593
594 [ $strong ]
595 bad_constructor_test: Skip
596 bad_initializer1_negative_test: Skip
597 bad_initializer2_negative_test: Skip
598 bad_named_constructor_negative_test: Skip
599 bad_named_parameters2_test: Skip
600 bad_named_parameters_test: Skip
601 bad_override_test: Skip
602 black_listed_test: Skip
603 body_less_constructor_wrong_arg_negative_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698