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

Side by Side Diff: tests/language/language_kernel.status

Issue 2729943003: Recover from bad supertypes. (Closed)
Patch Set: Update status files. Created 3 years, 9 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/co19/co19-kernel.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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 abstract_beats_arguments_test: RuntimeError 6 abstract_beats_arguments_test: RuntimeError
7 abstract_runtime_error_test/01: RuntimeError 7 abstract_runtime_error_test/01: RuntimeError
8 abstract_runtime_error_test/02: RuntimeError 8 abstract_runtime_error_test/02: RuntimeError
9 accessor_conflict_export2_test: RuntimeError 9 accessor_conflict_export2_test: RuntimeError
10 accessor_conflict_export_test: RuntimeError 10 accessor_conflict_export_test: RuntimeError
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 enum_syntax_test/06: MissingCompileTimeError 316 enum_syntax_test/06: MissingCompileTimeError
317 enum_syntax_test/20: Crash 317 enum_syntax_test/20: Crash
318 enum_syntax_test/21: MissingCompileTimeError 318 enum_syntax_test/21: MissingCompileTimeError
319 enum_syntax_test/22: Crash 319 enum_syntax_test/22: Crash
320 enum_syntax_test/30: MissingCompileTimeError 320 enum_syntax_test/30: MissingCompileTimeError
321 evaluation_redirecting_constructor_test: RuntimeError 321 evaluation_redirecting_constructor_test: RuntimeError
322 export_ambiguous_main_negative_test: Crash 322 export_ambiguous_main_negative_test: Crash
323 export_double_same_main_test: Crash 323 export_double_same_main_test: Crash
324 export_main_test: Crash 324 export_main_test: Crash
325 export_private_test/01: MissingCompileTimeError 325 export_private_test/01: MissingCompileTimeError
326 extend_type_parameter2_negative_test: DartkCrash
327 extend_type_parameter_negative_test: DartkCrash
328 external_test/11: MissingCompileTimeError 326 external_test/11: MissingCompileTimeError
329 external_test/12: MissingCompileTimeError 327 external_test/12: MissingCompileTimeError
330 external_test/13: MissingRuntimeError 328 external_test/13: MissingRuntimeError
331 external_test/20: MissingRuntimeError 329 external_test/20: MissingRuntimeError
332 external_test/21: MissingCompileTimeError 330 external_test/21: MissingCompileTimeError
333 external_test/22: MissingCompileTimeError 331 external_test/22: MissingCompileTimeError
334 external_test/23: MissingCompileTimeError 332 external_test/23: MissingCompileTimeError
335 external_test/24: MissingCompileTimeError 333 external_test/24: MissingCompileTimeError
336 external_test/25: MissingCompileTimeError 334 external_test/25: MissingCompileTimeError
337 external_test/30: MissingCompileTimeError 335 external_test/30: MissingCompileTimeError
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 function_syntax_test/74: MissingCompileTimeError 370 function_syntax_test/74: MissingCompileTimeError
373 function_type/function_type*: DartkCrash # Issue 27969 371 function_type/function_type*: DartkCrash # Issue 27969
374 function_type_alias2_test: RuntimeError 372 function_type_alias2_test: RuntimeError
375 function_type_alias3_test: RuntimeError 373 function_type_alias3_test: RuntimeError
376 function_type_alias4_test: RuntimeError 374 function_type_alias4_test: RuntimeError
377 function_type_alias5_test/00: MissingCompileTimeError 375 function_type_alias5_test/00: MissingCompileTimeError
378 function_type_alias5_test/01: MissingCompileTimeError 376 function_type_alias5_test/01: MissingCompileTimeError
379 function_type_alias5_test/02: MissingCompileTimeError 377 function_type_alias5_test/02: MissingCompileTimeError
380 function_type_alias6_test/00: MissingCompileTimeError 378 function_type_alias6_test/00: MissingCompileTimeError
381 function_type_alias7_test/00: MissingCompileTimeError 379 function_type_alias7_test/00: MissingCompileTimeError
382 function_type_alias7_test/01: DartkCrash
383 function_type_alias7_test/02: MissingCompileTimeError 380 function_type_alias7_test/02: MissingCompileTimeError
384 function_type_alias9_test/00: MissingCompileTimeError 381 function_type_alias9_test/00: MissingCompileTimeError
385 function_type_parameter2_negative_test: Crash 382 function_type_parameter2_negative_test: Crash
386 function_type_parameter_negative_test: Crash 383 function_type_parameter_negative_test: Crash
387 generic_closure_test: RuntimeError 384 generic_closure_test: RuntimeError
388 generic_constructor_mixin3_test: Crash 385 generic_constructor_mixin3_test: Crash
389 generic_field_mixin2_test: RuntimeError 386 generic_field_mixin2_test: RuntimeError
390 generic_field_mixin3_test: RuntimeError 387 generic_field_mixin3_test: RuntimeError
391 generic_field_mixin4_test: RuntimeError 388 generic_field_mixin4_test: RuntimeError
392 generic_field_mixin5_test: RuntimeError 389 generic_field_mixin5_test: RuntimeError
(...skipping 13 matching lines...) Expand all
406 if_null_assignment_behavior_test/09: RuntimeError 403 if_null_assignment_behavior_test/09: RuntimeError
407 if_null_assignment_behavior_test/10: RuntimeError 404 if_null_assignment_behavior_test/10: RuntimeError
408 if_null_assignment_behavior_test/15: RuntimeError 405 if_null_assignment_behavior_test/15: RuntimeError
409 implicit_scope_test: Crash 406 implicit_scope_test: Crash
410 import_combinators_test: RuntimeError 407 import_combinators_test: RuntimeError
411 import_private_test/01: MissingCompileTimeError 408 import_private_test/01: MissingCompileTimeError
412 initializing_formal_capture_test: RuntimeError 409 initializing_formal_capture_test: RuntimeError
413 initializing_formal_final_test: RuntimeError 410 initializing_formal_final_test: RuntimeError
414 inst_field_initializer1_negative_test: Fail 411 inst_field_initializer1_negative_test: Fail
415 instanceof3_test: RuntimeError 412 instanceof3_test: RuntimeError
416 interface2_negative_test: Fail
417 interface_cycle_test/01: MissingCompileTimeError 413 interface_cycle_test/01: MissingCompileTimeError
418 interface_cycle_test/02: MissingCompileTimeError 414 interface_cycle_test/02: MissingCompileTimeError
419 invocation_mirror_test: RuntimeError 415 invocation_mirror_test: RuntimeError
420 is_malformed_type_test/94: RuntimeError 416 is_malformed_type_test/94: RuntimeError
421 is_malformed_type_test/95: RuntimeError 417 is_malformed_type_test/95: RuntimeError
422 is_malformed_type_test/96: RuntimeError 418 is_malformed_type_test/96: RuntimeError
423 is_malformed_type_test/97: RuntimeError 419 is_malformed_type_test/97: RuntimeError
424 is_malformed_type_test/98: RuntimeError 420 is_malformed_type_test/98: RuntimeError
425 is_malformed_type_test/99: RuntimeError 421 is_malformed_type_test/99: RuntimeError
426 is_not_class2_test: RuntimeError 422 is_not_class2_test: RuntimeError
427 is_not_class4_negative_test: Fail 423 is_not_class4_negative_test: Fail
428 isnot_malformed_type_test: RuntimeError 424 isnot_malformed_type_test: RuntimeError
429 issue_1751477_test: RuntimeError 425 issue_1751477_test: RuntimeError
430 label6_negative_test: DartkCrash 426 label6_negative_test: DartkCrash
431 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 427 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
432 library_ambiguous_test/00: MissingRuntimeError 428 library_ambiguous_test/00: MissingRuntimeError
433 library_ambiguous_test/04: MissingRuntimeError 429 library_ambiguous_test/04: MissingRuntimeError
434 library_ambiguous_test/05: MissingCompileTimeError
435 library_env_test/has_html_support: RuntimeError 430 library_env_test/has_html_support: RuntimeError
436 library_env_test/has_no_io_support: RuntimeError 431 library_env_test/has_no_io_support: RuntimeError
437 list_literal2_negative_test: Fail 432 list_literal2_negative_test: Fail
438 list_literal4_test: RuntimeError 433 list_literal4_test: RuntimeError
439 main_not_a_function_test/01: Crash 434 main_not_a_function_test/01: Crash
440 malformed2_test/00: RuntimeError 435 malformed2_test/00: RuntimeError
441 malformed_inheritance_test/01: MissingCompileTimeError
442 malformed_inheritance_test/03: Crash
443 malformed_inheritance_test/05: MissingCompileTimeError
444 malformed_inheritance_test/07: DartkCrash
445 malformed_inheritance_test/08: DartkCrash
446 malformed_inheritance_test/09: MissingCompileTimeError 436 malformed_inheritance_test/09: MissingCompileTimeError
447 malformed_inheritance_test/10: MissingCompileTimeError 437 malformed_inheritance_test/10: MissingCompileTimeError
448 malformed_inheritance_test/11: DartkCrash
449 malformed_inheritance_test/12: DartkCrash
450 malformed_test/none: RuntimeError 438 malformed_test/none: RuntimeError
451 map_literal2_negative_test: Fail 439 map_literal2_negative_test: Fail
452 map_literal3_test: RuntimeError 440 map_literal3_test: RuntimeError
453 map_literal6_test: RuntimeError 441 map_literal6_test: RuntimeError
454 metadata_test: CompileTimeError 442 metadata_test: CompileTimeError
455 method_name_test: CompileTimeError 443 method_name_test: CompileTimeError
456 method_override_test: RuntimeError 444 method_override_test: RuntimeError
457 missing_const_constructor_test/02: MissingCompileTimeError 445 missing_const_constructor_test/02: MissingCompileTimeError
458 missing_const_constructor_test/03: MissingCompileTimeError 446 missing_const_constructor_test/03: MissingCompileTimeError
459 missing_const_constructor_test/04: Crash 447 missing_const_constructor_test/04: Crash
(...skipping 20 matching lines...) Expand all
480 mixin_illegal_constructor_test/12: MissingCompileTimeError 468 mixin_illegal_constructor_test/12: MissingCompileTimeError
481 mixin_illegal_cycles_test/01: MissingCompileTimeError 469 mixin_illegal_cycles_test/01: MissingCompileTimeError
482 mixin_illegal_cycles_test/02: MissingCompileTimeError 470 mixin_illegal_cycles_test/02: MissingCompileTimeError
483 mixin_illegal_cycles_test/03: MissingCompileTimeError 471 mixin_illegal_cycles_test/03: MissingCompileTimeError
484 mixin_illegal_cycles_test/04: MissingCompileTimeError 472 mixin_illegal_cycles_test/04: MissingCompileTimeError
485 mixin_illegal_cycles_test/05: MissingCompileTimeError 473 mixin_illegal_cycles_test/05: MissingCompileTimeError
486 mixin_illegal_cycles_test/06: MissingCompileTimeError 474 mixin_illegal_cycles_test/06: MissingCompileTimeError
487 mixin_illegal_object_test/01: MissingCompileTimeError 475 mixin_illegal_object_test/01: MissingCompileTimeError
488 mixin_illegal_object_test/02: MissingCompileTimeError 476 mixin_illegal_object_test/02: MissingCompileTimeError
489 mixin_illegal_syntax_test/00: DartkCrash 477 mixin_illegal_syntax_test/00: DartkCrash
490 mixin_invalid_inheritance1_test/01: Crash
491 mixin_invalid_inheritance1_test/02: Crash
492 mixin_invalid_inheritance1_test/03: Crash
493 mixin_invalid_inheritance2_test/01: MissingCompileTimeError
494 mixin_invalid_inheritance2_test/02: MissingCompileTimeError
495 mixin_invalid_inheritance2_test/03: DartkCrash 478 mixin_invalid_inheritance2_test/03: DartkCrash
496 mixin_issue10216_2_test: RuntimeError 479 mixin_issue10216_2_test: RuntimeError
497 mixin_mixin2_test: RuntimeError 480 mixin_mixin2_test: RuntimeError
498 mixin_mixin3_test: RuntimeError 481 mixin_mixin3_test: RuntimeError
499 mixin_mixin4_test: RuntimeError 482 mixin_mixin4_test: RuntimeError
500 mixin_mixin5_test: RuntimeError 483 mixin_mixin5_test: RuntimeError
501 mixin_mixin6_test: RuntimeError 484 mixin_mixin6_test: RuntimeError
502 mixin_mixin7_test: RuntimeError 485 mixin_mixin7_test: RuntimeError
503 mixin_mixin_bound2_test: RuntimeError 486 mixin_mixin_bound2_test: RuntimeError
504 mixin_mixin_bound_test: RuntimeError 487 mixin_mixin_bound_test: RuntimeError
(...skipping 22 matching lines...) Expand all
527 named_parameters_default_eq_test/01: MissingCompileTimeError 510 named_parameters_default_eq_test/01: MissingCompileTimeError
528 named_parameters_default_eq_test/02: MissingCompileTimeError 511 named_parameters_default_eq_test/02: MissingCompileTimeError
529 no_main_test/01: Crash 512 no_main_test/01: Crash
530 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1 513 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
531 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1 514 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
532 number_identifier_test/02: MissingCompileTimeError 515 number_identifier_test/02: MissingCompileTimeError
533 number_identifier_test/04: MissingCompileTimeError 516 number_identifier_test/04: MissingCompileTimeError
534 on_catch_malformed_type_test: RuntimeError 517 on_catch_malformed_type_test: RuntimeError
535 parameter_initializer6_negative_test: Fail 518 parameter_initializer6_negative_test: Fail
536 part2_test: RuntimeError 519 part2_test: RuntimeError
537 prefix13_negative_test: Fail
538 prefix15_negative_test: Fail
539 private_access_test/05: RuntimeError 520 private_access_test/05: RuntimeError
540 private_access_test/06: RuntimeError 521 private_access_test/06: RuntimeError
541 private_super_constructor_test/01: MissingCompileTimeError 522 private_super_constructor_test/01: MissingCompileTimeError
542 redirecting_constructor_initializer_test: RuntimeError 523 redirecting_constructor_initializer_test: RuntimeError
543 redirecting_factory_default_values_test/01: MissingCompileTimeError 524 redirecting_factory_default_values_test/01: MissingCompileTimeError
544 redirecting_factory_default_values_test/02: MissingCompileTimeError 525 redirecting_factory_default_values_test/02: MissingCompileTimeError
545 redirecting_factory_infinite_steps_test/02: Crash 526 redirecting_factory_infinite_steps_test/02: Crash
546 redirecting_factory_long_test: RuntimeError 527 redirecting_factory_long_test: RuntimeError
547 regress_13494_test: RuntimeError 528 regress_13494_test: RuntimeError
548 regress_20394_test/01: MissingCompileTimeError 529 regress_20394_test/01: MissingCompileTimeError
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 type_variable_conflict_test/04: MissingCompileTimeError 630 type_variable_conflict_test/04: MissingCompileTimeError
650 type_variable_conflict_test/05: MissingCompileTimeError 631 type_variable_conflict_test/05: MissingCompileTimeError
651 type_variable_conflict_test/06: MissingCompileTimeError 632 type_variable_conflict_test/06: MissingCompileTimeError
652 type_variable_function_type_test: RuntimeError 633 type_variable_function_type_test: RuntimeError
653 type_variable_scope3_test/00: MissingCompileTimeError 634 type_variable_scope3_test/00: MissingCompileTimeError
654 vm/causal_async_exception_stack_test: RuntimeError 635 vm/causal_async_exception_stack_test: RuntimeError
655 vm/debug_break_enabled_vm_test/01: CompileTimeError 636 vm/debug_break_enabled_vm_test/01: CompileTimeError
656 vm/debug_break_enabled_vm_test/none: CompileTimeError 637 vm/debug_break_enabled_vm_test/none: CompileTimeError
657 vm/regress_27201_test: CompileTimeError 638 vm/regress_27201_test: CompileTimeError
658 vm/regress_27671_test: RuntimeError 639 vm/regress_27671_test: RuntimeError
659 vm/regress_28325_test: RuntimeError
660 vm/type_cast_vm_test: RuntimeError 640 vm/type_cast_vm_test: RuntimeError
661 vm/type_vm_test: RuntimeError 641 vm/type_vm_test: RuntimeError
662 642
663 # dartk: JIT & AOT failures (debug) 643 # dartk: JIT & AOT failures (debug)
664 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] 644 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ]
665 async_await_syntax_test/a05g: Crash 645 async_await_syntax_test/a05g: Crash
666 async_await_syntax_test/a05h: Crash 646 async_await_syntax_test/a05h: Crash
667 async_await_syntax_test/b10b: Crash 647 async_await_syntax_test/b10b: Crash
668 async_await_syntax_test/c11a: Crash 648 async_await_syntax_test/c11a: Crash
669 async_await_syntax_test/c11b: Crash 649 async_await_syntax_test/c11b: Crash
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 unsupported_operators_test/02: MissingCompileTimeError 795 unsupported_operators_test/02: MissingCompileTimeError
816 unsupported_operators_test/03: MissingCompileTimeError 796 unsupported_operators_test/03: MissingCompileTimeError
817 unsupported_operators_test/04: MissingCompileTimeError 797 unsupported_operators_test/04: MissingCompileTimeError
818 798
819 # dartk: precompilation failures (debug) 799 # dartk: precompilation failures (debug)
820 [ $compiler == dartkp && $mode == debug ] 800 [ $compiler == dartkp && $mode == debug ]
821 external_test/13: Crash 801 external_test/13: Crash
822 final_syntax_test/09: Crash 802 final_syntax_test/09: Crash
823 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 803 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
824 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 804 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698