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

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

Issue 2993083002: Normalize status files for dart2js_with_kernel (Closed)
Patch Set: v1 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
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | 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) 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 || $runtime == dart_precompiled || ($compiler == dart2analyzer && ! $strong && ! $checked) ] 7 [ $runtime == vm || $runtime == dart_precompiled || ($compiler == 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 async_return_types_test/nestedFuture: MissingCompileTimeError 197 async_return_types_test/nestedFuture: MissingCompileTimeError
198 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07 198 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 07
199 bit_operations_test/01: MissingStaticWarning # Issue 28823 199 bit_operations_test/01: MissingStaticWarning # Issue 28823
200 bit_operations_test/02: MissingStaticWarning # Issue 28823 200 bit_operations_test/02: MissingStaticWarning # Issue 28823
201 bit_operations_test/03: MissingStaticWarning # Issue 28823 201 bit_operations_test/03: MissingStaticWarning # Issue 28823
202 bit_operations_test/04: MissingStaticWarning # Issue 28823 202 bit_operations_test/04: MissingStaticWarning # Issue 28823
203 203
204 [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ] 204 [ $compiler == dart2js || $compiler == dartk || $compiler == dartdevc ]
205 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 205 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
206 206
207 [ $compiler == dart2js && $dart2js_with_kernel ]
208 aborting_switch_case_test: Crash
209 abstract_exact_selector_test/none: Crash
210 abstract_getter_test/01: Crash
211 abstract_method_test: Crash
212 abstract_object_method_test: Crash
213 arg_param_trailing_comma_test/none: Crash
214 arithmetic_test: Crash
215
216 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
217 abstract_exact_selector_test/01: Crash
218 assign_instance_method_test: Crash
219 async_await_foreign_test: Crash
220 async_call_test: Crash
221 async_cascade_test: Crash
222 async_star_await_pauses_test: Crash
223 bool_condition_check_test: Crash
224 bad_constructor_test/05: MissingCompileTimeError
225
226 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
227 abstract_beats_arguments_test: Crash
228 abstract_exact_selector_test/01: Crash
229 abstract_syntax_test/00: Crash
230 assign_instance_method_test: Crash
231 async_await_foreign_test: Crash
232 async_call_test: Crash
233 async_cascade_test: Crash
234 async_star_await_pauses_test: Crash
235 bad_constructor_test/05: MissingCompileTimeError
236 bool_condition_check_test: Crash
237
238 [ $compiler == dartdevc && $runtime != none ] 207 [ $compiler == dartdevc && $runtime != none ]
239 async_star_cancel_while_paused_test: RuntimeError # Issue 29920 208 async_star_cancel_while_paused_test: RuntimeError # Issue 29920
240 async_star_pause_test: RuntimeError 209 async_star_pause_test: RuntimeError
241 function_type/*: RuntimeError # Issue 28988 210 function_type/*: RuntimeError # Issue 28988
242 211
243 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
244 *: Skip # Issue 29626
245
246 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ] 212 [ $compiler == dart2js && ! $checked && ! $enable_asserts && ! $dart2js_with_ker nel && $runtime != none ]
247 assertion_test: RuntimeError # Issue 12748 213 assertion_test: RuntimeError # Issue 12748
248 214
249 [ ! $checked ] 215 [ ! $checked ]
250 function_type/*: Skip # Needs checked mode. 216 function_type/*: Skip # Needs checked mode.
251 217
252 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] 218 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
253 abstract_beats_arguments_test: RuntimeError # Issue 27394 219 abstract_beats_arguments_test: RuntimeError # Issue 27394
254 abstract_runtime_error_test/01: RuntimeError # Issue 27394 220 abstract_runtime_error_test/01: RuntimeError # Issue 27394
255 abstract_runtime_error_test/02: RuntimeError # Issue 27394 221 abstract_runtime_error_test/02: RuntimeError # Issue 27394
(...skipping 17 matching lines...) Expand all
273 239
274 [ $compiler == dart2js && $runtime == d8 && $checked ] 240 [ $compiler == dart2js && $runtime == d8 && $checked ]
275 assertion_test: RuntimeError 241 assertion_test: RuntimeError
276 242
277 [ $compiler == dart2js && $runtime == jsshell && $checked ] 243 [ $compiler == dart2js && $runtime == jsshell && $checked ]
278 assertion_test: RuntimeError 244 assertion_test: RuntimeError
279 245
280 [ $compiler == dart2js && $runtime == drt && $checked ] 246 [ $compiler == dart2js && $runtime == drt && $checked ]
281 assertion_test: RuntimeError 247 assertion_test: RuntimeError
282 248
283 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $host_checke d ] 249 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
250 aborting_switch_case_test: Crash
251 abstract_exact_selector_test/01: Crash
252 abstract_exact_selector_test/none: Crash
253 abstract_getter_test/01: Crash
254 abstract_method_test: Crash
255 abstract_object_method_test: Crash
256 abstract_runtime_error_test/01: Crash
257 abstract_runtime_error_test/02: Crash
258 arg_param_trailing_comma_test/none: Crash
259 arithmetic_test: Crash
260 assert_message_test: Crash
261 assert_trailing_comma_test/none: CompileTimeError
262 assertion_initializer_const_error2_test/cc02: Crash
263 assertion_initializer_const_error2_test/none: CompileTimeError
264 assertion_initializer_const_function_error_test/01: Crash
284 assertion_initializer_const_function_test/01: Crash 265 assertion_initializer_const_function_test/01: Crash
266 assertion_initializer_test: CompileTimeError
267 assertion_test: Crash
285 assign_instance_method_negative_test: Crash 268 assign_instance_method_negative_test: Crash
269 assign_instance_method_test: Crash
270 assign_to_type_test/01: Crash
271 assign_to_type_test/02: Crash
272 assign_to_type_test/03: Crash
273 assign_to_type_test/04: Crash
274 assign_top_method_test/01: Crash
275 async_and_or_test: Crash
276 async_await_catch_regression_test: Crash
277 async_await_foreign_test: Crash
278 async_await_syntax_test/a01a: Crash
279 async_await_syntax_test/a02a: Crash
280 async_await_syntax_test/a03a: Crash
281 async_await_syntax_test/a03b: Crash
282 async_await_syntax_test/a04a: RuntimeError
283 async_await_syntax_test/a04c: RuntimeError
284 async_await_syntax_test/a05a: Crash
285 async_await_syntax_test/a05b: Crash
286 async_await_syntax_test/a06a: Crash
287 async_await_syntax_test/a07a: RuntimeError
288 async_await_syntax_test/a08a: RuntimeError
289 async_await_syntax_test/a09a: Crash
290 async_await_syntax_test/a10a: Crash
291 async_await_syntax_test/a11b: RuntimeError
292 async_await_syntax_test/a11c: Crash
293 async_await_syntax_test/a11d: Crash
294 async_await_syntax_test/a12g: Crash
295 async_await_syntax_test/b01a: Crash
296 async_await_syntax_test/b02a: Crash
297 async_await_syntax_test/b03a: Crash
298 async_await_syntax_test/b04a: RuntimeError
299 async_await_syntax_test/b05a: Crash
300 async_await_syntax_test/b06a: Crash
301 async_await_syntax_test/b07a: RuntimeError
302 async_await_syntax_test/b08a: RuntimeError
303 async_await_syntax_test/b09a: Crash
304 async_await_syntax_test/b10a: Crash
305 async_await_syntax_test/b11b: RuntimeError
306 async_await_syntax_test/b11c: Crash
307 async_await_syntax_test/b11d: Crash
308 async_await_syntax_test/b12g: Crash
309 async_await_syntax_test/c01a: Crash
310 async_await_syntax_test/c02a: Crash
311 async_await_syntax_test/c03a: Crash
312 async_await_syntax_test/c04a: Crash
313 async_await_syntax_test/c05a: Crash
314 async_await_syntax_test/c06a: Crash
315 async_await_syntax_test/c07a: Crash
316 async_await_syntax_test/c08a: Crash
317 async_await_syntax_test/c09a: Crash
318 async_await_syntax_test/c10a: Crash
319 async_await_syntax_test/d01a: Crash
320 async_await_syntax_test/d02a: Crash
321 async_await_syntax_test/d03a: Crash
286 async_await_syntax_test/d04a: Crash 322 async_await_syntax_test/d04a: Crash
323 async_await_syntax_test/d04a: RuntimeError
324 async_await_syntax_test/d05a: Crash
325 async_await_syntax_test/d06a: Crash
287 async_await_syntax_test/d07a: Crash 326 async_await_syntax_test/d07a: Crash
327 async_await_syntax_test/d07a: RuntimeError
288 async_await_syntax_test/d08a: Crash 328 async_await_syntax_test/d08a: Crash
329 async_await_syntax_test/d08a: RuntimeError
289 async_await_syntax_test/d08b: Crash 330 async_await_syntax_test/d08b: Crash
331 async_await_syntax_test/d08b: RuntimeError
332 async_await_syntax_test/d09a: Crash
333 async_await_syntax_test/d10a: Crash
334 async_break_in_finally_test: Crash
335 async_call_test: Crash
336 async_cascade_test: Crash
337 async_continue_label_test/await_in_body: Crash
338 async_continue_label_test/await_in_condition: Crash
339 async_continue_label_test/await_in_init: Crash
340 async_continue_label_test/await_in_update: Crash
341 async_continue_label_test/none: Crash
342 async_control_structures_test: Crash
343 async_finally_rethrow_test: Crash
344 async_or_generator_return_type_stacktrace_test/01: Crash
345 async_or_generator_return_type_stacktrace_test/02: Crash
346 async_or_generator_return_type_stacktrace_test/03: Crash
347 async_regression_23058_test: Crash
348 async_rethrow_test: Crash
349 async_return_types_test/nestedFuture: Crash
350 async_return_types_test/none: Crash
351 async_return_types_test/tooManyTypeParameters: CompileTimeError
352 async_return_types_test/tooManyTypeParameters: Crash
353 async_return_types_test/wrongReturnType: Crash
354 async_return_types_test/wrongTypeParameter: Crash
355 async_star_await_pauses_test: Crash
356 async_star_cancel_and_throw_in_finally_test: Crash
357 async_star_cancel_while_paused_test: Crash
358 async_star_no_cancel2_test: Crash
359 async_star_no_cancel_test: Crash
360 async_star_pause_test: Crash
361 async_star_regression_2238_test: Crash
362 async_star_regression_23116_test: Crash
363 async_star_regression_fisk_test: Crash
364 async_star_stream_take_test: Crash
365 async_star_take_reyield_test: Crash
366 bad_constructor_test/05: MissingCompileTimeError
367 bad_named_parameters2_test/01: Crash
368 bad_named_parameters_test/01: Crash
369 bad_named_parameters_test/02: Crash
370 bad_named_parameters_test/03: Crash
371 bad_named_parameters_test/04: Crash
372 bad_named_parameters_test/05: Crash
373 bad_override_test/03: MissingCompileTimeError
290 bad_override_test/04: Crash 374 bad_override_test/04: Crash
375 bad_override_test/04: MissingCompileTimeError
376 bad_override_test/05: MissingCompileTimeError
291 bailout3_test: Crash 377 bailout3_test: Crash
378 bailout4_test: Crash
292 bailout5_test: Crash 379 bailout5_test: Crash
293 bailout6_test: Crash 380 bailout6_test: Crash
294 bailout7_test: Crash 381 bailout7_test: Crash
382 bailout_test: Crash
383 bind_test: Crash
384 bit_operations_test/01: Crash
385 bit_operations_test/02: Crash
386 bit_operations_test/03: Crash
387 bit_operations_test/04: Crash
388 bit_operations_test/none: Crash
389 bool_check_test: Crash
390 bool_condition_check_test: Crash
391 bool_test: Crash
392 bound_closure_equality_test: Crash
393 bound_closure_primitives_test: Crash
394 branch_canonicalization_test: RuntimeError
395 break_test: Crash
396 built_in_identifier_test/01: Crash
397 built_in_identifier_test/none: Crash
398 function_type/function_type0_test: Crash
399 function_type/function_type10_test: Crash
400 function_type/function_type11_test: Crash
401 function_type/function_type12_test: Crash
402 function_type/function_type13_test: Crash
403 function_type/function_type14_test: Crash
404 function_type/function_type15_test: Crash
405 function_type/function_type16_test: Crash
406 function_type/function_type17_test: Crash
407 function_type/function_type18_test: Crash
408 function_type/function_type19_test: Crash
409 function_type/function_type1_test: Crash
410 function_type/function_type20_test: Crash
411 function_type/function_type21_test: Crash
412 function_type/function_type22_test: Crash
413 function_type/function_type23_test: Crash
414 function_type/function_type24_test: Crash
415 function_type/function_type25_test: Crash
416 function_type/function_type26_test: Crash
417 function_type/function_type27_test: Crash
418 function_type/function_type28_test: Crash
419 function_type/function_type29_test: Crash
420 function_type/function_type2_test: Crash
421 function_type/function_type30_test: Crash
422 function_type/function_type31_test: Crash
423 function_type/function_type32_test: Crash
424 function_type/function_type33_test: Crash
425 function_type/function_type34_test: Crash
426 function_type/function_type35_test: Crash
427 function_type/function_type36_test: Crash
428 function_type/function_type37_test: Crash
429 function_type/function_type38_test: Crash
430 function_type/function_type39_test: Crash
431 function_type/function_type3_test: Crash
432 function_type/function_type40_test: Crash
433 function_type/function_type41_test: Crash
434 function_type/function_type42_test: Crash
435 function_type/function_type43_test: Crash
436 function_type/function_type44_test: Crash
437 function_type/function_type45_test: Crash
438 function_type/function_type46_test: Crash
439 function_type/function_type47_test: Crash
440 function_type/function_type48_test: Crash
441 function_type/function_type49_test: Crash
442 function_type/function_type4_test: Crash
443 function_type/function_type50_test: Crash
444 function_type/function_type51_test: Crash
445 function_type/function_type52_test: Crash
446 function_type/function_type53_test: Crash
447 function_type/function_type54_test: Crash
448 function_type/function_type55_test: Crash
449 function_type/function_type56_test: Crash
450 function_type/function_type57_test: Crash
451 function_type/function_type58_test: Crash
452 function_type/function_type59_test: Crash
453 function_type/function_type5_test: Crash
454 function_type/function_type60_test: Crash
455 function_type/function_type61_test: Crash
456 function_type/function_type62_test: Crash
457 function_type/function_type63_test: Crash
458 function_type/function_type64_test: Crash
459 function_type/function_type65_test: Crash
460 function_type/function_type66_test: Crash
461 function_type/function_type67_test: Crash
462 function_type/function_type68_test: Crash
463 function_type/function_type69_test: Crash
464 function_type/function_type6_test: Crash
465 function_type/function_type70_test: Crash
466 function_type/function_type71_test: Crash
467 function_type/function_type72_test: Crash
468 function_type/function_type73_test: Crash
469 function_type/function_type74_test: Crash
470 function_type/function_type75_test: Crash
471 function_type/function_type76_test: Crash
472 function_type/function_type77_test: Crash
473 function_type/function_type78_test: Crash
474 function_type/function_type79_test: Crash
475 function_type/function_type7_test: Crash
476 function_type/function_type80_test: Crash
477 function_type/function_type81_test: Crash
478 function_type/function_type82_test: Crash
479 function_type/function_type83_test: Crash
480 function_type/function_type84_test: Crash
481 function_type/function_type85_test: Crash
482 function_type/function_type86_test: Crash
483 function_type/function_type87_test: Crash
484 function_type/function_type88_test: Crash
485 function_type/function_type89_test: Crash
486 function_type/function_type8_test: Crash
487 function_type/function_type90_test: Crash
488 function_type/function_type91_test: Crash
489 function_type/function_type92_test: Crash
490 function_type/function_type93_test: Crash
491 function_type/function_type94_test: Crash
492 function_type/function_type95_test: Crash
493 function_type/function_type96_test: Crash
494 function_type/function_type97_test: Crash
495 function_type/function_type98_test: Crash
496 function_type/function_type99_test: Crash
497 function_type/function_type9_test: Crash
295 498
296 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel && $minified ] 499 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
500 aborting_switch_case_test: Crash
501 abstract_beats_arguments_test: Crash
502 abstract_exact_selector_test/01: Crash
503 abstract_exact_selector_test/none: Crash
504 abstract_getter_test/01: Crash
505 abstract_method_test: Crash
506 abstract_object_method_test: Crash
507 abstract_runtime_error_test/01: Crash
508 abstract_runtime_error_test/02: Crash
509 abstract_syntax_test/00: Crash
510 arg_param_trailing_comma_test/none: Crash
511 arithmetic_test: Crash
512 assert_message_test: Crash
513 assert_trailing_comma_test/none: CompileTimeError
514 assertion_initializer_const_error2_test/cc02: Crash
515 assertion_initializer_const_error2_test/none: CompileTimeError
516 assertion_initializer_const_function_error_test/01: Crash
517 assertion_initializer_test: CompileTimeError
518 assertion_test: Crash
297 assign_instance_method_negative_test: Crash 519 assign_instance_method_negative_test: Crash
520 assign_instance_method_test: Crash
298 assign_static_type_test/03: Crash 521 assign_static_type_test/03: Crash
299 assign_static_type_test/04: Crash 522 assign_static_type_test/04: Crash
523 assign_to_type_test/01: Crash
524 assign_to_type_test/02: Crash
525 assign_to_type_test/03: Crash
526 assign_to_type_test/04: Crash
527 assign_top_method_test/01: Crash
528 async_and_or_test: Crash
529 async_await_catch_regression_test: Crash
530 async_await_foreign_test: Crash
531 async_await_syntax_test/a01a: Crash
532 async_await_syntax_test/a02a: Crash
533 async_await_syntax_test/a03a: Crash
534 async_await_syntax_test/a03b: Crash
300 async_await_syntax_test/a04a: Crash 535 async_await_syntax_test/a04a: Crash
536 async_await_syntax_test/a04a: RuntimeError
301 async_await_syntax_test/a04c: Crash 537 async_await_syntax_test/a04c: Crash
538 async_await_syntax_test/a04c: RuntimeError
539 async_await_syntax_test/a05a: Crash
540 async_await_syntax_test/a05b: Crash
541 async_await_syntax_test/a06a: Crash
302 async_await_syntax_test/a07a: Crash 542 async_await_syntax_test/a07a: Crash
543 async_await_syntax_test/a07a: RuntimeError
303 async_await_syntax_test/a08a: Crash 544 async_await_syntax_test/a08a: Crash
545 async_await_syntax_test/a08a: RuntimeError
546 async_await_syntax_test/a09a: Crash
547 async_await_syntax_test/a10a: Crash
304 async_await_syntax_test/a11b: Crash 548 async_await_syntax_test/a11b: Crash
549 async_await_syntax_test/a11b: RuntimeError
550 async_await_syntax_test/a11c: Crash
551 async_await_syntax_test/a11d: Crash
552 async_await_syntax_test/a12g: Crash
553 async_await_syntax_test/b01a: Crash
554 async_await_syntax_test/b02a: Crash
555 async_await_syntax_test/b03a: Crash
305 async_await_syntax_test/b04a: Crash 556 async_await_syntax_test/b04a: Crash
557 async_await_syntax_test/b04a: RuntimeError
558 async_await_syntax_test/b05a: Crash
559 async_await_syntax_test/b06a: Crash
306 async_await_syntax_test/b07a: Crash 560 async_await_syntax_test/b07a: Crash
561 async_await_syntax_test/b07a: RuntimeError
307 async_await_syntax_test/b08a: Crash 562 async_await_syntax_test/b08a: Crash
563 async_await_syntax_test/b08a: RuntimeError
564 async_await_syntax_test/b09a: Crash
565 async_await_syntax_test/b10a: Crash
308 async_await_syntax_test/b11b: Crash 566 async_await_syntax_test/b11b: Crash
567 async_await_syntax_test/b11b: RuntimeError
568 async_await_syntax_test/b11c: Crash
569 async_await_syntax_test/b11d: Crash
570 async_await_syntax_test/b12g: Crash
571 async_await_syntax_test/c01a: Crash
572 async_await_syntax_test/c02a: Crash
573 async_await_syntax_test/c03a: Crash
574 async_await_syntax_test/c04a: Crash
575 async_await_syntax_test/c05a: Crash
576 async_await_syntax_test/c06a: Crash
577 async_await_syntax_test/c07a: Crash
578 async_await_syntax_test/c08a: Crash
579 async_await_syntax_test/c09a: Crash
580 async_await_syntax_test/c10a: Crash
581 async_await_syntax_test/d01a: Crash
582 async_await_syntax_test/d02a: Crash
583 async_await_syntax_test/d03a: Crash
309 async_await_syntax_test/d04a: Crash 584 async_await_syntax_test/d04a: Crash
585 async_await_syntax_test/d04a: RuntimeError
586 async_await_syntax_test/d05a: Crash
587 async_await_syntax_test/d06a: Crash
310 async_await_syntax_test/d07a: Crash 588 async_await_syntax_test/d07a: Crash
589 async_await_syntax_test/d07a: RuntimeError
311 async_await_syntax_test/d08a: Crash 590 async_await_syntax_test/d08a: Crash
591 async_await_syntax_test/d08a: RuntimeError
312 async_await_syntax_test/d08b: Crash 592 async_await_syntax_test/d08b: Crash
593 async_await_syntax_test/d08b: RuntimeError
594 async_await_syntax_test/d09a: Crash
595 async_await_syntax_test/d10a: Crash
596 async_break_in_finally_test: Crash
597 async_call_test: Crash
598 async_cascade_test: Crash
599 async_continue_label_test/await_in_body: Crash
600 async_continue_label_test/await_in_condition: Crash
601 async_continue_label_test/await_in_init: Crash
602 async_continue_label_test/await_in_update: Crash
603 async_continue_label_test/none: Crash
604 async_control_structures_test: Crash
605 async_finally_rethrow_test: Crash
606 async_or_generator_return_type_stacktrace_test/01: Crash
607 async_or_generator_return_type_stacktrace_test/02: Crash
608 async_or_generator_return_type_stacktrace_test/03: Crash
609 async_regression_23058_test: Crash
610 async_rethrow_test: Crash
611 async_return_types_test/nestedFuture: Crash
612 async_return_types_test/none: Crash
613 async_return_types_test/tooManyTypeParameters: CompileTimeError
614 async_return_types_test/tooManyTypeParameters: Crash
615 async_return_types_test/wrongReturnType: Crash
616 async_return_types_test/wrongTypeParameter: Crash
617 async_star_await_pauses_test: Crash
618 async_star_cancel_and_throw_in_finally_test: Crash
619 async_star_cancel_while_paused_test: Crash
620 async_star_no_cancel2_test: Crash
621 async_star_no_cancel_test: Crash
622 async_star_pause_test: Crash
623 async_star_regression_2238_test: Crash
624 async_star_regression_23116_test: Crash
625 async_star_regression_fisk_test: Crash
626 async_star_stream_take_test: Crash
627 async_star_take_reyield_test: Crash
628 bad_constructor_test/05: MissingCompileTimeError
629 bad_named_parameters2_test/01: Crash
630 bad_named_parameters_test/01: Crash
631 bad_named_parameters_test/02: Crash
632 bad_named_parameters_test/03: Crash
633 bad_named_parameters_test/04: Crash
634 bad_named_parameters_test/05: Crash
313 bad_override_test/01: Crash 635 bad_override_test/01: Crash
314 bad_override_test/02: Crash 636 bad_override_test/02: Crash
315 bad_override_test/03: Crash 637 bad_override_test/03: Crash
638 bad_override_test/03: MissingCompileTimeError
316 bad_override_test/04: Crash 639 bad_override_test/04: Crash
640 bad_override_test/04: MissingCompileTimeError
317 bad_override_test/05: Crash 641 bad_override_test/05: Crash
642 bad_override_test/05: MissingCompileTimeError
318 bad_override_test/06: Crash 643 bad_override_test/06: Crash
319 bailout3_test: Crash 644 bailout3_test: Crash
645 bailout4_test: Crash
320 bailout5_test: Crash 646 bailout5_test: Crash
321 bailout6_test: Crash 647 bailout6_test: Crash
322 bailout7_test: Crash 648 bailout7_test: Crash
649 bailout_test: Crash
650 bind_test: Crash
651 bit_operations_test/01: Crash
652 bit_operations_test/02: Crash
653 bit_operations_test/03: Crash
654 bit_operations_test/04: Crash
655 bit_operations_test/none: Crash
656 bool_check_test: Crash
323 bool_condition_check_test/01: Crash 657 bool_condition_check_test/01: Crash
658 bool_condition_check_test: Crash
659 bool_test: Crash
660 bound_closure_equality_test: Crash
661 bound_closure_primitives_test: Crash
324 branch_canonicalization_test: Crash 662 branch_canonicalization_test: Crash
663 branch_canonicalization_test: RuntimeError
664 break_test: Crash
665 built_in_identifier_test/01: Crash
666 built_in_identifier_test/none: Crash
667 function_type/function_type0_test: Crash
668 function_type/function_type10_test: Crash
669 function_type/function_type11_test: Crash
670 function_type/function_type12_test: Crash
671 function_type/function_type13_test: Crash
672 function_type/function_type14_test: Crash
673 function_type/function_type15_test: Crash
674 function_type/function_type16_test: Crash
675 function_type/function_type17_test: Crash
676 function_type/function_type18_test: Crash
677 function_type/function_type19_test: Crash
678 function_type/function_type1_test: Crash
679 function_type/function_type20_test: Crash
680 function_type/function_type21_test: Crash
681 function_type/function_type22_test: Crash
682 function_type/function_type23_test: Crash
683 function_type/function_type24_test: Crash
684 function_type/function_type25_test: Crash
685 function_type/function_type26_test: Crash
686 function_type/function_type27_test: Crash
687 function_type/function_type28_test: Crash
688 function_type/function_type29_test: Crash
689 function_type/function_type2_test: Crash
690 function_type/function_type30_test: Crash
691 function_type/function_type31_test: Crash
692 function_type/function_type32_test: Crash
693 function_type/function_type33_test: Crash
694 function_type/function_type34_test: Crash
695 function_type/function_type35_test: Crash
696 function_type/function_type36_test: Crash
697 function_type/function_type37_test: Crash
698 function_type/function_type38_test: Crash
699 function_type/function_type39_test: Crash
700 function_type/function_type3_test: Crash
701 function_type/function_type40_test: Crash
702 function_type/function_type41_test: Crash
703 function_type/function_type42_test: Crash
704 function_type/function_type43_test: Crash
705 function_type/function_type44_test: Crash
706 function_type/function_type45_test: Crash
707 function_type/function_type46_test: Crash
708 function_type/function_type47_test: Crash
709 function_type/function_type48_test: Crash
710 function_type/function_type49_test: Crash
711 function_type/function_type4_test: Crash
712 function_type/function_type50_test: Crash
713 function_type/function_type51_test: Crash
714 function_type/function_type52_test: Crash
715 function_type/function_type53_test: Crash
716 function_type/function_type54_test: Crash
717 function_type/function_type55_test: Crash
718 function_type/function_type56_test: Crash
719 function_type/function_type57_test: Crash
720 function_type/function_type58_test: Crash
721 function_type/function_type59_test: Crash
722 function_type/function_type5_test: Crash
723 function_type/function_type60_test: Crash
724 function_type/function_type61_test: Crash
725 function_type/function_type62_test: Crash
726 function_type/function_type63_test: Crash
727 function_type/function_type64_test: Crash
728 function_type/function_type65_test: Crash
729 function_type/function_type66_test: Crash
730 function_type/function_type67_test: Crash
731 function_type/function_type68_test: Crash
732 function_type/function_type69_test: Crash
733 function_type/function_type6_test: Crash
734 function_type/function_type70_test: Crash
735 function_type/function_type71_test: Crash
736 function_type/function_type72_test: Crash
737 function_type/function_type73_test: Crash
738 function_type/function_type74_test: Crash
739 function_type/function_type75_test: Crash
740 function_type/function_type76_test: Crash
741 function_type/function_type77_test: Crash
742 function_type/function_type78_test: Crash
743 function_type/function_type79_test: Crash
744 function_type/function_type7_test: Crash
745 function_type/function_type80_test: Crash
746 function_type/function_type81_test: Crash
747 function_type/function_type82_test: Crash
748 function_type/function_type83_test: Crash
749 function_type/function_type84_test: Crash
750 function_type/function_type85_test: Crash
751 function_type/function_type86_test: Crash
752 function_type/function_type87_test: Crash
753 function_type/function_type88_test: Crash
754 function_type/function_type89_test: Crash
755 function_type/function_type8_test: Crash
756 function_type/function_type90_test: Crash
757 function_type/function_type91_test: Crash
758 function_type/function_type92_test: Crash
759 function_type/function_type93_test: Crash
760 function_type/function_type94_test: Crash
761 function_type/function_type95_test: Crash
762 function_type/function_type96_test: Crash
763 function_type/function_type97_test: Crash
764 function_type/function_type98_test: Crash
765 function_type/function_type99_test: Crash
766 function_type/function_type9_test: Crash
325 767
326 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler ! = none && $compiler != dartk && $compiler != dartkp )] 768 [ ($runtime != vm && $compiler != dartk && $compiler != dartkp ) || ($compiler ! = none && $compiler != dartk && $compiler != dartkp )]
327 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only. 769 assert_initializer_test/*: Skip # Not implemented yet, experiment is VM only.
328 770
329 [ $compiler == dart2analyzer && $runtime == none ] 771 [ $compiler == dart2analyzer && $runtime == none ]
330 assertion_initializer_const_error2_test/none: CompileTimeError 772 assertion_initializer_const_error2_test/none: CompileTimeError
331 assertion_initializer_const_function_test/01: CompileTimeError 773 assertion_initializer_const_function_test/01: CompileTimeError
332 assertion_initializer_test: CompileTimeError 774 assertion_initializer_test: CompileTimeError
333 775
334 # dartdevc doesn't support assertions in initializers. 776 # dartdevc doesn't support assertions in initializers.
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] 920 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
479 async_return_types_test/nestedFuture: Fail # Issue 26429 921 async_return_types_test/nestedFuture: Fail # Issue 26429
480 async_return_types_test/wrongTypeParameter: Fail # Issue 26429 922 async_return_types_test/wrongTypeParameter: Fail # Issue 26429
481 923
482 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ] 924 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa ]
483 async_star_pause_test: RuntimeError # Issue 27394 925 async_star_pause_test: RuntimeError # Issue 27394
484 async_star_regression_fisk_test: RuntimeError # Issue 27394 926 async_star_regression_fisk_test: RuntimeError # Issue 27394
485 async_star_stream_take_test: RuntimeError # Issue 27394 927 async_star_stream_take_test: RuntimeError # Issue 27394
486 async_star_take_reyield_test: RuntimeError # Issue 27394 928 async_star_take_reyield_test: RuntimeError # Issue 27394
487 929
488 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
489 async_break_in_finally_test: Crash
490 async_continue_label_test/await_in_body: Crash
491 async_continue_label_test/await_in_condition: Crash
492 async_continue_label_test/await_in_init: Crash
493 async_continue_label_test/await_in_update: Crash
494 async_continue_label_test/none: Crash
495 async_control_structures_test: Crash
496 async_finally_rethrow_test: Crash
497 async_or_generator_return_type_stacktrace_test/01: Crash
498 async_or_generator_return_type_stacktrace_test/02: Crash
499 async_or_generator_return_type_stacktrace_test/03: Crash
500 async_regression_23058_test: Crash
501 async_rethrow_test: Crash
502 async_return_types_test/nestedFuture: Crash
503 async_return_types_test/none: Crash
504 async_return_types_test/tooManyTypeParameters: Crash
505 async_return_types_test/wrongReturnType: Crash
506 async_return_types_test/wrongTypeParameter: Crash
507 async_star_cancel_and_throw_in_finally_test: Crash
508 async_star_cancel_while_paused_test: Crash
509 async_star_no_cancel2_test: Crash
510 async_star_no_cancel_test: Crash
511 async_star_pause_test: Crash
512 async_star_regression_2238_test: Crash
513 async_star_regression_23116_test: Crash
514 async_star_regression_fisk_test: Crash
515 async_star_stream_take_test: Crash
516 async_star_take_reyield_test: Crash
517 bad_named_parameters2_test/01: Crash
518 bad_named_parameters_test/01: Crash
519 bad_named_parameters_test/02: Crash
520 bad_named_parameters_test/03: Crash
521 bad_named_parameters_test/04: Crash
522 bad_named_parameters_test/05: Crash
523 bad_override_test/03: MissingCompileTimeError
524 bad_override_test/04: MissingCompileTimeError
525 bad_override_test/05: MissingCompileTimeError
526 bailout4_test: Crash
527 bailout_test: Crash
528 bind_test: Crash
529 bit_operations_test/01: Crash
530 bit_operations_test/02: Crash
531 bit_operations_test/03: Crash
532 bit_operations_test/04: Crash
533 bit_operations_test/none: Crash
534 bool_check_test: Crash
535 bool_test: Crash
536 bound_closure_equality_test: Crash
537 bound_closure_primitives_test: Crash
538 branch_canonicalization_test: RuntimeError
539 break_test: Crash
540 built_in_identifier_test/01: Crash
541 built_in_identifier_test/none: Crash
542 function_type/function_type0_test: Crash
543 function_type/function_type10_test: Crash
544 function_type/function_type11_test: Crash
545 function_type/function_type12_test: Crash
546 function_type/function_type13_test: Crash
547 function_type/function_type14_test: Crash
548 function_type/function_type15_test: Crash
549 function_type/function_type16_test: Crash
550 function_type/function_type17_test: Crash
551 function_type/function_type18_test: Crash
552 function_type/function_type19_test: Crash
553 function_type/function_type1_test: Crash
554 function_type/function_type20_test: Crash
555 function_type/function_type21_test: Crash
556 function_type/function_type22_test: Crash
557 function_type/function_type23_test: Crash
558 function_type/function_type24_test: Crash
559 function_type/function_type25_test: Crash
560 function_type/function_type26_test: Crash
561 function_type/function_type27_test: Crash
562 function_type/function_type28_test: Crash
563 function_type/function_type29_test: Crash
564 function_type/function_type2_test: Crash
565 function_type/function_type30_test: Crash
566 function_type/function_type31_test: Crash
567 function_type/function_type32_test: Crash
568 function_type/function_type33_test: Crash
569 function_type/function_type34_test: Crash
570 function_type/function_type35_test: Crash
571 function_type/function_type36_test: Crash
572 function_type/function_type37_test: Crash
573 function_type/function_type38_test: Crash
574 function_type/function_type39_test: Crash
575 function_type/function_type3_test: Crash
576 function_type/function_type40_test: Crash
577 function_type/function_type41_test: Crash
578 function_type/function_type42_test: Crash
579 function_type/function_type43_test: Crash
580 function_type/function_type44_test: Crash
581 function_type/function_type45_test: Crash
582 function_type/function_type46_test: Crash
583 function_type/function_type47_test: Crash
584 function_type/function_type48_test: Crash
585 function_type/function_type49_test: Crash
586 function_type/function_type4_test: Crash
587 function_type/function_type50_test: Crash
588 function_type/function_type51_test: Crash
589 function_type/function_type52_test: Crash
590 function_type/function_type53_test: Crash
591 function_type/function_type54_test: Crash
592 function_type/function_type55_test: Crash
593 function_type/function_type56_test: Crash
594 function_type/function_type57_test: Crash
595 function_type/function_type58_test: Crash
596 function_type/function_type59_test: Crash
597 function_type/function_type5_test: Crash
598 function_type/function_type60_test: Crash
599 function_type/function_type61_test: Crash
600 function_type/function_type62_test: Crash
601 function_type/function_type63_test: Crash
602 function_type/function_type64_test: Crash
603 function_type/function_type65_test: Crash
604 function_type/function_type66_test: Crash
605 function_type/function_type67_test: Crash
606 function_type/function_type68_test: Crash
607 function_type/function_type69_test: Crash
608 function_type/function_type6_test: Crash
609 function_type/function_type70_test: Crash
610 function_type/function_type71_test: Crash
611 function_type/function_type72_test: Crash
612 function_type/function_type73_test: Crash
613 function_type/function_type74_test: Crash
614 function_type/function_type75_test: Crash
615 function_type/function_type76_test: Crash
616 function_type/function_type77_test: Crash
617 function_type/function_type78_test: Crash
618 function_type/function_type79_test: Crash
619 function_type/function_type7_test: Crash
620 function_type/function_type80_test: Crash
621 function_type/function_type81_test: Crash
622 function_type/function_type82_test: Crash
623 function_type/function_type83_test: Crash
624 function_type/function_type84_test: Crash
625 function_type/function_type85_test: Crash
626 function_type/function_type86_test: Crash
627 function_type/function_type87_test: Crash
628 function_type/function_type88_test: Crash
629 function_type/function_type89_test: Crash
630 function_type/function_type8_test: Crash
631 function_type/function_type90_test: Crash
632 function_type/function_type91_test: Crash
633 function_type/function_type92_test: Crash
634 function_type/function_type93_test: Crash
635 function_type/function_type94_test: Crash
636 function_type/function_type95_test: Crash
637 function_type/function_type96_test: Crash
638 function_type/function_type97_test: Crash
639 function_type/function_type98_test: Crash
640 function_type/function_type99_test: Crash
641 function_type/function_type9_test: Crash
642
643 # Note: there are two flags to test dart2js with kernel: 930 # Note: there are two flags to test dart2js with kernel:
644 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the 931 # - dart2js_with_kernel_in_ssa: tests cover SSA via Kernel, but no other part o f the
645 # compiler. This flag will be deleted soon 932 # compiler. This flag will be deleted soon
646 # - dart2js_with_kernel: tests the entire pipeline with kernel. 933 # - dart2js_with_kernel: tests the entire pipeline with kernel.
647 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ] 934 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel_in_ssa && ! $da rt2js_with_kernel ]
648 function_type/function_type14_test: Crash # Issue 27394 935 function_type/function_type14_test: Crash # Issue 27394
649 function_type/function_type15_test: Crash # Issue 27394 936 function_type/function_type15_test: Crash # Issue 27394
650 function_type/function_type20_test: Crash # Issue 27394 937 function_type/function_type20_test: Crash # Issue 27394
651 function_type/function_type21_test: Crash # Issue 27394 938 function_type/function_type21_test: Crash # Issue 27394
652 function_type/function_type22_test: Crash # Issue 27394 939 function_type/function_type22_test: Crash # Issue 27394
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 # flutter uses --error_on_bad_type, --error_on_bad_override 1101 # flutter uses --error_on_bad_type, --error_on_bad_override
815 # and --await_is_keyword so # the following tests fail with 1102 # and --await_is_keyword so # the following tests fail with
816 # a Compilation Error 1103 # a Compilation Error
817 [ $runtime == flutter ] 1104 [ $runtime == flutter ]
818 async_await_test: CompileTimeError 1105 async_await_test: CompileTimeError
819 async_await_syntax_test/a05c: CompileTimeError 1106 async_await_syntax_test/a05c: CompileTimeError
820 async_await_syntax_test/a05e: CompileTimeError 1107 async_await_syntax_test/a05e: CompileTimeError
821 async_await_syntax_test/d08c: CompileTimeError 1108 async_await_syntax_test/d08c: CompileTimeError
822 bad_override_test/06: CompileTimeError 1109 bad_override_test/06: CompileTimeError
823 1110
824 [ $compiler == dart2js && $runtime == d8 && $dart2js_with_kernel ]
825 abstract_method_test: Crash
826 abstract_object_method_test: Crash
827 abstract_runtime_error_test/01: Crash
828 abstract_runtime_error_test/02: Crash
829 arg_param_trailing_comma_test/none: Crash
830 arithmetic_test: Crash
831 assert_message_test: Crash
832 assert_trailing_comma_test/none: CompileTimeError
833 assertion_initializer_const_error2_test/cc02: Crash
834 assertion_initializer_const_error2_test/none: CompileTimeError
835 assertion_initializer_const_function_error_test/01: Crash
836 assertion_initializer_test: CompileTimeError
837 assertion_test: Crash
838 assign_to_type_test/01: Crash
839 assign_to_type_test/02: Crash
840 assign_to_type_test/03: Crash
841 assign_to_type_test/04: Crash
842 assign_top_method_test/01: Crash
843 async_and_or_test: Crash
844 async_await_catch_regression_test: Crash
845 async_await_syntax_test/a01a: Crash
846 async_await_syntax_test/a02a: Crash
847 async_await_syntax_test/a03a: Crash
848 async_await_syntax_test/a03b: Crash
849 async_await_syntax_test/a04a: RuntimeError
850 async_await_syntax_test/a04c: RuntimeError
851 async_await_syntax_test/a05a: Crash
852 async_await_syntax_test/a05b: Crash
853 async_await_syntax_test/a06a: Crash
854 async_await_syntax_test/a07a: RuntimeError
855 async_await_syntax_test/a08a: RuntimeError
856 async_await_syntax_test/a09a: Crash
857 async_await_syntax_test/a10a: Crash
858 async_await_syntax_test/a11b: RuntimeError
859 async_await_syntax_test/a11c: Crash
860 async_await_syntax_test/a11d: Crash
861 async_await_syntax_test/a12g: Crash
862 async_await_syntax_test/b01a: Crash
863 async_await_syntax_test/b02a: Crash
864 async_await_syntax_test/b03a: Crash
865 async_await_syntax_test/b04a: RuntimeError
866 async_await_syntax_test/b05a: Crash
867 async_await_syntax_test/b06a: Crash
868 async_await_syntax_test/b07a: RuntimeError
869 async_await_syntax_test/b08a: RuntimeError
870 async_await_syntax_test/b09a: Crash
871 async_await_syntax_test/b10a: Crash
872 async_await_syntax_test/b11b: RuntimeError
873 async_await_syntax_test/b11c: Crash
874 async_await_syntax_test/b11d: Crash
875 async_await_syntax_test/b12g: Crash
876 async_await_syntax_test/c01a: Crash
877 async_await_syntax_test/c02a: Crash
878 async_await_syntax_test/c03a: Crash
879 async_await_syntax_test/c04a: Crash
880 async_await_syntax_test/c05a: Crash
881 async_await_syntax_test/c06a: Crash
882 async_await_syntax_test/c07a: Crash
883 async_await_syntax_test/c08a: Crash
884 async_await_syntax_test/c09a: Crash
885 async_await_syntax_test/c10a: Crash
886 async_await_syntax_test/d01a: Crash
887 async_await_syntax_test/d02a: Crash
888 async_await_syntax_test/d03a: Crash
889 async_await_syntax_test/d04a: RuntimeError
890 async_await_syntax_test/d05a: Crash
891 async_await_syntax_test/d06a: Crash
892 async_await_syntax_test/d07a: RuntimeError
893 async_await_syntax_test/d08a: RuntimeError
894 async_await_syntax_test/d08b: RuntimeError
895 async_await_syntax_test/d09a: Crash
896 async_await_syntax_test/d10a: Crash
897 async_return_types_test/tooManyTypeParameters: CompileTimeError
898
899 # Look like bugs. 1111 # Look like bugs.
900 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 1112 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
901 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 1113 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
902 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 1114 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
903 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 1115 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
904 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 1116 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
905 async_star_no_cancel_test: Skip # Flutter Issue 9110 1117 async_star_no_cancel_test: Skip # Flutter Issue 9110
906 1118
907 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ] 1119 [ $compiler == dart2js && ! $checked && ! $dart2js_with_kernel ]
908 bool_check_test: RuntimeError # Issue 29647 1120 bool_check_test: RuntimeError # Issue 29647
(...skipping 13 matching lines...) Expand all
922 built_in_identifier_prefix_test: CompileTimeError 1134 built_in_identifier_prefix_test: CompileTimeError
923 1135
924 [ $runtime == vm ] 1136 [ $runtime == vm ]
925 built_in_identifier_prefix_test: CompileTimeError 1137 built_in_identifier_prefix_test: CompileTimeError
926 1138
927 [ $compiler == dart2js ] 1139 [ $compiler == dart2js ]
928 built_in_identifier_prefix_test: CompileTimeError 1140 built_in_identifier_prefix_test: CompileTimeError
929 1141
930 [ $compiler == dartdevc ] 1142 [ $compiler == dartdevc ]
931 built_in_identifier_prefix_test: CompileTimeError 1143 built_in_identifier_prefix_test: CompileTimeError
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698