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

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

Issue 2992003002: Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. (Closed)
Patch Set: Revise. 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) ]
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 assign_top_method_test: MissingCompileTimeError
14 assign_static_type_test/01: MissingCompileTimeError
15 assign_static_type_test/02: MissingCompileTimeError
16 assign_static_type_test/03: MissingCompileTimeError
17 assign_static_type_test/04: MissingCompileTimeError
18 assign_static_type_test/05: MissingCompileTimeError
19 assign_static_type_test/06: MissingCompileTimeError
20 assign_to_type_test/01: MissingCompileTimeError
21 assign_to_type_test/02: MissingCompileTimeError
22 assign_to_type_test/03: MissingCompileTimeError
23 assign_to_type_test/04: MissingCompileTimeError
24 async_await_syntax_test/a10a: MissingCompileTimeError
25 async_await_syntax_test/b10a: MissingCompileTimeError
26 async_await_syntax_test/c10a: MissingCompileTimeError
27 async_await_syntax_test/d08b: MissingCompileTimeError
28 async_await_syntax_test/d10a: MissingCompileTimeError
29 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
30 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
31 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
32 async_return_types_test/wrongTypeParameter: MissingCompileTimeError
33 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
34 async_return_types_test/wrongReturnType: MissingCompileTimeError
35 async_return_types_test/nestedFuture: MissingCompileTimeError
36
37 [ $compiler == dartdevc || $compiler == dart2analyzer ]
38 async_return_types_test/nestedFuture: MissingCompileTimeError
13 39
14 [ $compiler == dart2js && ! $dart2js_with_kernel ] 40 [ $compiler == dart2js && ! $dart2js_with_kernel ]
15 accessor_conflict_export2_test: Crash # Issue 25626 41 accessor_conflict_export2_test: Crash # Issue 25626
16 accessor_conflict_export_test: Crash # Issue 25626 42 accessor_conflict_export_test: Crash # Issue 25626
43 assertion_initializer_const_error2_test/cc01: Crash
44 assertion_initializer_const_error2_test/cc02: Crash
45 assertion_initializer_const_error2_test/cc03: Crash
46 assertion_initializer_const_error2_test/cc04: Crash
47 assertion_initializer_const_error2_test/cc05: Crash
48 assertion_initializer_const_error2_test/cc06: Crash
49 assertion_initializer_const_error2_test/cc07: Crash
50 assertion_initializer_const_error2_test/cc08: Crash
51 assertion_initializer_const_error2_test/cc09: Crash
52 assertion_initializer_const_function_error_test/01: Crash
53 assertion_initializer_const_function_test/01: CompileTimeError
54 assertion_initializer_test: Crash
55 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
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
23 62
24 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ] 63 [ $strong && ($compiler == dartdevc || $compiler == dart2analyzer) ]
25 accessor_conflict_export2_test: CompileTimeError # Issue 25626 64 accessor_conflict_export2_test: CompileTimeError # Issue 25626
26 accessor_conflict_export_test: CompileTimeError # Issue 25626 65 accessor_conflict_export_test: CompileTimeError # Issue 25626
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 accessor_conflict_import_test: Crash 111 accessor_conflict_import_test: Crash
73 ackermann_test: Crash 112 ackermann_test: Crash
74 adjacent_const_string_literals_test: Crash 113 adjacent_const_string_literals_test: Crash
75 adjacent_string_literals_test: Crash 114 adjacent_string_literals_test: Crash
76 allocate_large_object_test: Crash 115 allocate_large_object_test: Crash
77 allocate_test: Crash 116 allocate_test: Crash
78 allocation_sinking_inlining_test: Crash 117 allocation_sinking_inlining_test: Crash
79 and_operation_on_non_integer_operand_test: Crash 118 and_operation_on_non_integer_operand_test: Crash
80 arithmetic_canonicalization_test: Crash 119 arithmetic_canonicalization_test: Crash
81 arithmetic_smi_overflow_test: Crash 120 arithmetic_smi_overflow_test: Crash
121
122 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
123 *: Skip # Issue 29626
124
125 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
126 assertion_test: RuntimeError # Issue 12748
127
128 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
129 abstract_beats_arguments_test: RuntimeError # Issue 27394
130 abstract_runtime_error_test/01: RuntimeError # Issue 27394
131 abstract_runtime_error_test/02: RuntimeError # Issue 27394
132 arithmetic_canonicalization_test: RuntimeError # Issue 27394
133 assertion_initializer_const_error_test/01: Crash
134 assertion_initializer_const_function_test/01: Crash
135 assign_top_method_test/01: Crash # Issue 27394
136 async_await_syntax_test/a04b: Crash # Issue 27394
137 async_await_syntax_test/a06a: RuntimeError # Issue 27394
138 async_await_syntax_test/a07b: Crash # Issue 27394
139 async_await_syntax_test/a08b: Crash # Issue 27394
140 async_await_syntax_test/b06a: RuntimeError # Issue 27394
141 async_await_syntax_test/c06a: RuntimeError # Issue 27394
142 async_await_syntax_test/d06a: RuntimeError # Issue 27394
143
144 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ]
145 assertion_initializer_const_function_test/none: RuntimeError
146
147 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke d ]
148 assertion_initializer_const_function_test/01: Crash
149 assign_instance_method_negative_test: Crash
150 async_await_syntax_test/d04a: Crash
151 async_await_syntax_test/d07a: Crash
152 async_await_syntax_test/d08a: Crash
153 async_await_syntax_test/d08b: Crash
154 async_await_syntax_test/d08c: Crash
155
156 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ]
157 assert_assignable_type_test: Crash
158 assert_with_type_test_or_cast_test: Crash
159 assertion_initializer_const_error_test/none: Crash
160 assertion_initializer_const_function_error_test/none: Crash
161 assertion_initializer_const_function_test/01: Crash
162 assertion_initializer_const_function_test/none: Crash
163 assign_instance_method_negative_test: Crash
164 assign_op_test: Crash
165 assign_static_type_test/03: Crash
166 assign_static_type_test/04: Crash
167 assignable_expression_test/none: Crash
168 async_await_syntax_test/a04a: Crash
169 async_await_syntax_test/a04c: Crash
170 async_await_syntax_test/a07a: Crash
171 async_await_syntax_test/a08a: Crash
172 async_await_syntax_test/a11b: Crash
173 async_await_syntax_test/b04a: Crash
174 async_await_syntax_test/b07a: Crash
175 async_await_syntax_test/b08a: Crash
176 async_await_syntax_test/b11b: Crash
177 async_await_syntax_test/b13a: Crash
178 async_await_syntax_test/b13c: Crash
179 async_await_syntax_test/b14a: Crash
180 async_await_syntax_test/b14c: Crash
181 async_await_syntax_test/d04a: Crash
182 async_await_syntax_test/d07a: Crash
183 async_await_syntax_test/d08a: Crash
184 async_await_syntax_test/d08b: Crash
185 async_await_syntax_test/d08c: Crash
186
187 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler ! = none && $compiler != dartk && $compiler != dartkp )]
188 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only.
189
190 [ $compiler == dart2analyzer && $runtime == none ]
191 assertion_initializer_const_error2_test/none: CompileTimeError
192 assertion_initializer_const_function_test/01: CompileTimeError
193 assertion_initializer_test: CompileTimeError
194
195 # dartdevc doesn't support assertions in initializers.
196 [ $compiler == dartdevc ]
197 assertion_initializer_test: CompileTimeError
198 assertion_initializer_const_error2_test/none: CompileTimeError
199 assertion_initializer_const_function_test/01: CompileTimeError
200
201 [ $compiler == dartdevc && $runtime != none ]
202 assert_message_test: RuntimeError # Looks like bug in dartdevc codegen.
203
204 [ $compiler == dartk && $runtime == vm ]
205 arithmetic2_test: RuntimeError # Throws CastError instead of TypeError
206 assertion_test: RuntimeError
207
208 [ $mode == product ]
209 assertion_test: SkipByDesign # Requires checked mode.
210
211 [$compiler == precompiler && $runtime == dart_precompiled && !$checked]
212 assertion_initializer_const_error2_test/cc01: Pass, OK
213 assertion_initializer_const_error2_test/cc02: CompileTimeError
214 assertion_initializer_const_error2_test/cc03: Pass, OK
215 assertion_initializer_const_error2_test/cc04: Pass, OK
216 assertion_initializer_const_error2_test/cc05: Pass, OK
217 assertion_initializer_const_error2_test/cc06: Pass, OK
218 assertion_initializer_const_error2_test/cc07: Pass, OK
219 assertion_initializer_const_error2_test/cc08: Pass, OK
220 assertion_initializer_const_error2_test/cc09: Pass, OK
221 assertion_initializer_const_error2_test/cc10: Pass, OK
222 assertion_initializer_const_error2_test/cc11: Pass, OK
223 assertion_initializer_const_error2_test/none: CompileTimeError
224
225 [$compiler == precompiler && $runtime == dart_precompiled && $checked]
226 assertion_initializer_const_error2_test/cc01: Pass
227 assertion_initializer_const_error2_test/cc03: Pass
228 assertion_initializer_const_error2_test/cc04: Pass
229 assertion_initializer_const_error2_test/cc05: Pass
230 assertion_initializer_const_error2_test/cc06: Pass
231 assertion_initializer_const_error2_test/cc07: Pass
232 assertion_initializer_const_error2_test/cc08: Pass
233 assertion_initializer_const_error2_test/cc09: Pass
234 assertion_initializer_const_error2_test/cc10: Pass
235 assertion_initializer_const_error2_test/cc11: Pass
236 assertion_initializer_const_error2_test/none: CompileTimeError
237
238 [$compiler == none && $runtime == vm && !$checked]
239 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
240 assertion_initializer_const_error_test/01: MissingCompileTimeError
241 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
242
243 [$compiler == none && $runtime == drt && !$checked]
244 assertion_initializer_const_error2_test/cc02: Fail
245 assertion_initializer_const_error_test/01: Fail
246 assertion_initializer_const_function_error_test/01: Fail
247
248 [$compiler == app_jit && $runtime == vm && !$checked]
249 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
250 assertion_initializer_const_error_test/01: MissingCompileTimeError
251 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
252
253 [ $compiler == precompiler && $runtime == dart_precompiled ]
254 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError
255 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError
256 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError
257 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError
258 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError
259 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError
260 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError
261 assertion_initializer_const_error2_test/cc08: Crash, MissingCompileTimeError
262 assertion_initializer_const_error2_test/cc09: Crash, MissingCompileTimeError
263 assertion_initializer_const_error2_test/cc10: Crash, MissingCompileTimeError
264 assertion_initializer_const_error2_test/cc11: Crash, MissingCompileTimeError
265
266 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked]
267 assertion_initializer_const_error_test/01: MissingCompileTimeError
268 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
269
270 [$compiler == dartk && $runtime == vm]
271 assertion_initializer_const_error2_test/none: CompileTimeError
272 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
273 assertion_initializer_test: CompileTimeError
274
275 [$compiler == dartk && $runtime == vm && !$checked]
276 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
277
278 [$compiler == dartk && $runtime == vm && $checked]
279 assertion_initializer_const_function_test/01: RuntimeError
280
281 [$compiler == dartkp && $runtime == dart_precompiled]
282 assertion_initializer_const_error2_test/none: CompileTimeError
283
284 [$compiler == dartkp && $runtime == dart_precompiled && !$checked]
285 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
286 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
287 assertion_initializer_test: CompileTimeError
288
289 [$compiler == dartkp && $runtime == dart_precompiled && $checked]
290 assertion_initializer_const_error2_test/cc02: Crash
291 assertion_initializer_const_error_test/none: Crash
292 assertion_initializer_const_function_error_test/01: Crash
293 assertion_initializer_const_function_error_test/none: Crash
294 assertion_initializer_const_function_test/01: Crash
295 assertion_initializer_const_function_test/none: Crash
296 assertion_initializer_test: CompileTimeError
297
298 [ $compiler == dartk || $compiler == dartkp ]
299 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
300
301 # dartk: checked mode failures
302 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
303 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva luation.
304 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva luation.
305 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva luation.
306 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva luation.
307 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva luation.
308 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva luation.
309 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva luation.
310 assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant eva luation.
311 assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant eva luation.
312 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva luation.
313 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva luation.
314 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva luation.
315 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva luation.
316 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva luation.
317 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva luation.
318 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva luation.
319 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation.
320 assign_static_type_test/02: MissingCompileTimeError
321
322 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked]
323 # The VM doesn't enforce that potentially const expressions are actually
324 # const expressions when the constructor is called with `const`.
325 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
326
327 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
328 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
329
330 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
331 async_star_no_cancel_test: RuntimeError # Need triage
332 async_star_no_cancel2_test: RuntimeError # Need triage
333
334 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
335 async_return_types_test/nestedFuture: Fail # Issue 26429
336 async_return_types_test/wrongTypeParameter: Fail # Issue 26429
337
338 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
339 async_star_pause_test: RuntimeError # Issue 27394
340 async_star_regression_fisk_test: RuntimeError # Issue 27394
341 async_star_stream_take_test: RuntimeError # Issue 27394
342 async_star_take_reyield_test: RuntimeError # Issue 27394
343
344 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
345 async_break_in_finally_test: Crash
346 async_continue_label_test/await_in_body: Crash
347 async_continue_label_test/await_in_condition: Crash
348 async_continue_label_test/await_in_init: Crash
349 async_continue_label_test/await_in_update: Crash
350 async_continue_label_test/none: Crash
351 async_control_structures_test: Crash
352 async_finally_rethrow_test: Crash
353 async_or_generator_return_type_stacktrace_test/01: Crash
354 async_or_generator_return_type_stacktrace_test/02: Crash
355 async_or_generator_return_type_stacktrace_test/03: Crash
356 async_or_generator_return_type_stacktrace_test/none: Crash
357 async_regression_23058_test: Crash
358 async_rethrow_test: Crash
359 async_return_types_test/nestedFuture: Crash
360 async_return_types_test/none: Crash
361 async_return_types_test/tooManyTypeParameters: Crash
362 async_return_types_test/wrongReturnType: Crash
363 async_return_types_test/wrongTypeParameter: Crash
364 async_star_cancel_and_throw_in_finally_test: Crash
365 async_star_cancel_while_paused_test: Crash
366 async_star_no_cancel2_test: Crash
367 async_star_no_cancel_test: Crash
368 async_star_pause_test: Crash
369 async_star_regression_2238_test: Crash
370 async_star_regression_23116_test: Crash
371 async_star_regression_fisk_test: Crash
372 async_star_stream_take_test: Crash
373 async_star_take_reyield_test: Crash
374
375 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
376 async_return_types_test/nestedFuture: Fail
377 async_return_types_test/wrongTypeParameter: Fail
378
379 # These test entries will be valid for vm (with and without kernel).
380 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
381 async_star_cancel_while_paused_test: RuntimeError
382 # This is OK for now, but we may want to change the semantics to match the test.
383 async_star_pause_test: Fail, OK
384
385 [ $compiler == dartk && $runtime == vm ]
386 async_star_cancel_and_throw_in_finally_test: RuntimeError
387 async_star_cancel_while_paused_test: RuntimeError
388 async_star_regression_fisk_test: Timeout
389 async_star_stream_take_test: Timeout
390 async_star_take_reyield_test: Timeout
391
392 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
393 async_star_regression_2238_test: CompileTimeError, RuntimeError
394
395 # flutter uses --error_on_bad_type, --error_on_bad_override
396 # and --await_is_keyword so # the following tests fail with
397 # a Compilation Error
398 [ $runtime == flutter ]
399 async_await_test: CompileTimeError
400 async_await_syntax_test/a05c: CompileTimeError
401 async_await_syntax_test/a05e: CompileTimeError
402 async_await_syntax_test/d08c: CompileTimeError
403
404 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
405 abstract_method_test: Crash
406 abstract_object_method_test: Crash
407 abstract_runtime_error_test/01: Crash
408 abstract_runtime_error_test/02: Crash
409 arg_param_trailing_comma_test/none: Crash
410 arithmetic_test: Crash
411 assert_message_test: Crash
412 assert_trailing_comma_test/none: CompileTimeError
413 assertion_initializer_const_error2_test/cc02: Crash
414 assertion_initializer_const_error2_test/none: CompileTimeError
415 assertion_initializer_const_function_error_test/01: Crash
416 assertion_initializer_test: CompileTimeError
417 assertion_test: Crash
418 assign_to_type_test/01: Crash
419 assign_to_type_test/02: Crash
420 assign_to_type_test/03: Crash
421 assign_to_type_test/04: Crash
422 assign_top_method_test/01: Crash
423 async_and_or_test: Crash
424 async_await_catch_regression_test: Crash
425 async_await_syntax_test/a01a: Crash
426 async_await_syntax_test/a02a: Crash
427 async_await_syntax_test/a03a: Crash
428 async_await_syntax_test/a03b: Crash
429 async_await_syntax_test/a04a: RuntimeError
430 async_await_syntax_test/a04c: RuntimeError
431 async_await_syntax_test/a05a: Crash
432 async_await_syntax_test/a05b: Crash
433 async_await_syntax_test/a05c: Crash
434 async_await_syntax_test/a05e: Crash
435 async_await_syntax_test/a06a: Crash
436 async_await_syntax_test/a07a: RuntimeError
437 async_await_syntax_test/a08a: RuntimeError
438 async_await_syntax_test/a09a: Crash
439 async_await_syntax_test/a10a: Crash
440 async_await_syntax_test/a11b: RuntimeError
441 async_await_syntax_test/a11c: Crash
442 async_await_syntax_test/a11d: Crash
443 async_await_syntax_test/a12g: Crash
444 async_await_syntax_test/b01a: Crash
445 async_await_syntax_test/b02a: Crash
446 async_await_syntax_test/b03a: Crash
447 async_await_syntax_test/b04a: RuntimeError
448 async_await_syntax_test/b05a: Crash
449 async_await_syntax_test/b06a: Crash
450 async_await_syntax_test/b07a: RuntimeError
451 async_await_syntax_test/b08a: RuntimeError
452 async_await_syntax_test/b09a: Crash
453 async_await_syntax_test/b10a: Crash
454 async_await_syntax_test/b11b: RuntimeError
455 async_await_syntax_test/b11c: Crash
456 async_await_syntax_test/b11d: Crash
457 async_await_syntax_test/b12g: Crash
458 async_await_syntax_test/c01a: Crash
459 async_await_syntax_test/c02a: Crash
460 async_await_syntax_test/c03a: Crash
461 async_await_syntax_test/c04a: Crash
462 async_await_syntax_test/c05a: Crash
463 async_await_syntax_test/c06a: Crash
464 async_await_syntax_test/c07a: Crash
465 async_await_syntax_test/c08a: Crash
466 async_await_syntax_test/c09a: Crash
467 async_await_syntax_test/c10a: Crash
468 async_await_syntax_test/d01a: Crash
469 async_await_syntax_test/d02a: Crash
470 async_await_syntax_test/d03a: Crash
471 async_await_syntax_test/d04a: RuntimeError
472 async_await_syntax_test/d05a: Crash
473 async_await_syntax_test/d06a: Crash
474 async_await_syntax_test/d07a: RuntimeError
475 async_await_syntax_test/d08a: RuntimeError
476 async_await_syntax_test/d08b: RuntimeError
477 async_await_syntax_test/d08c: RuntimeError
478 async_await_syntax_test/d09a: Crash
479 async_await_syntax_test/d10a: Crash
480 async_return_types_test/tooManyTypeParameters: CompileTimeError
481
482 # Look like bugs.
483 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
484 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
485 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
486 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
487 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
488 async_star_no_cancel_test: Skip # Flutter Issue 9110
OLDNEW
« no previous file with comments | « tests/language_2/async_await_syntax_test.dart ('k') | tests/language_strong/arithmetic2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698