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

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

Issue 1156373008: cps_ir: Handle malformed type arguments and type checks. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Actual change plus status updates. Created 5 years, 6 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/html/html.status ('k') | tests/lib/lib.status » ('j') | 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 class_literal_test/19: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 410 class_literal_test/19: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
411 class_literal_test/20: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 411 class_literal_test/20: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
412 class_literal_test/21: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 412 class_literal_test/21: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
413 class_literal_test/22: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 413 class_literal_test/22: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
414 class_literal_test/23: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 414 class_literal_test/23: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
415 class_literal_test/24: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 415 class_literal_test/24: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
416 class_literal_test/25: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 416 class_literal_test/25: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
417 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally 417 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally
418 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally 418 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally
419 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 419 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
420 closure_in_constructor_test: Crash # Instance of 'TypeOperator': type check unim plemented for List<int>. 420 closure_in_constructor_test: Crash # Please triage this failure.
421 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 421 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
422 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally 422 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally
423 closure_type_variables_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<int>. 423 closure_type_variables_test: Crash # Please triage this failure.
424 closures_initializer2_test: Crash # Please triage this failure. 424 closures_initializer2_test: Crash # Please triage this failure.
425 closures_initializer_test: Crash # Instance of 'TypeOperator': type check unimpl emented for List<int>. 425 closures_initializer_test: Crash # Please triage this failure.
426 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 426 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
427 compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 427 compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
428 conditional_method_invocation_test/01: RuntimeError # Please triage this failure . 428 conditional_method_invocation_test/01: RuntimeError # Please triage this failure .
429 conditional_method_invocation_test/02: RuntimeError # Please triage this failure . 429 conditional_method_invocation_test/02: RuntimeError # Please triage this failure .
430 conditional_method_invocation_test/03: RuntimeError # Please triage this failure . 430 conditional_method_invocation_test/03: RuntimeError # Please triage this failure .
431 conditional_method_invocation_test/04: RuntimeError # Please triage this failure . 431 conditional_method_invocation_test/04: RuntimeError # Please triage this failure .
432 conditional_method_invocation_test/05: RuntimeError # Please triage this failure . 432 conditional_method_invocation_test/05: RuntimeError # Please triage this failure .
433 conditional_method_invocation_test/06: RuntimeError # Please triage this failure . 433 conditional_method_invocation_test/06: RuntimeError # Please triage this failure .
434 conditional_method_invocation_test/07: RuntimeError # Please triage this failure . 434 conditional_method_invocation_test/07: RuntimeError # Please triage this failure .
435 conditional_method_invocation_test/08: RuntimeError # Please triage this failure . 435 conditional_method_invocation_test/08: RuntimeError # Please triage this failure .
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 479 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
480 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 480 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
481 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de 481 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
482 const_switch_test/01: Crash # Unhandled node 482 const_switch_test/01: Crash # Unhandled node
483 const_switch_test/02: Crash # Unhandled node 483 const_switch_test/02: Crash # Unhandled node
484 const_switch_test/03: Crash # Unhandled node 484 const_switch_test/03: Crash # Unhandled node
485 const_switch_test/04: Crash # Unhandled node 485 const_switch_test/04: Crash # Unhandled node
486 constructor10_test/01: Crash # Please triage this failure. 486 constructor10_test/01: Crash # Please triage this failure.
487 constructor10_test/02: Crash # Please triage this failure. 487 constructor10_test/02: Crash # Please triage this failure.
488 constructor11_test: Crash # Please triage this failure. 488 constructor11_test: Crash # Please triage this failure.
489 constructor12_test: RuntimeError 489 constructor12_test: RuntimeError # Please triage this failure.
490 constructor3_negative_test: Crash # Please triage this failure. 490 constructor3_negative_test: Crash # Please triage this failure.
491 constructor5_test: Crash # Please triage this failure. 491 constructor5_test: Crash # Please triage this failure.
492 constructor_call_wrong_argument_count_negative_test: Crash # Please triage this failure. 492 constructor_call_wrong_argument_count_negative_test: Crash # Please triage this failure.
493 constructor_initializer_test/01: Crash # Please triage this failure. 493 constructor_initializer_test/01: Crash # Please triage this failure.
494 constructor_with_mixin_test: Crash # Please triage this failure. 494 constructor_with_mixin_test: Crash # Please triage this failure.
495 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node 495 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node
496 crash_12118_test: Crash # Please triage this failure. 496 crash_12118_test: Crash # Please triage this failure.
497 crash_6725_test/01: Crash # Please triage this failure. 497 crash_6725_test/01: Crash # Please triage this failure.
498 custom_await_stack_trace_test: Crash # cannot handle async/sync*/async* functio ns 498 custom_await_stack_trace_test: Crash # cannot handle async/sync*/async* functio ns
499 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 499 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 deferred_regression_22995_test: Crash # (lib.loadLibrary()): handleStaticGetterI nvoke: foreign: getter(loadLibrary) 550 deferred_regression_22995_test: Crash # (lib.loadLibrary()): handleStaticGetterI nvoke: foreign: getter(loadLibrary)
551 deferred_shadow_load_library_test: Crash # (lib.loadLibrary()): handleStaticGett erInvoke: foreign: getter(loadLibrary) 551 deferred_shadow_load_library_test: Crash # (lib.loadLibrary()): handleStaticGett erInvoke: foreign: getter(loadLibrary)
552 deferred_shared_and_unshared_classes_test: Crash # (lib1.loadLibrary()): handleS taticGetterInvoke: foreign: getter(loadLibrary) 552 deferred_shared_and_unshared_classes_test: Crash # (lib1.loadLibrary()): handleS taticGetterInvoke: foreign: getter(loadLibrary)
553 deferred_static_seperate_test: Crash # (lib1.loadLibrary()): handleStaticGetterI nvoke: foreign: getter(loadLibrary) 553 deferred_static_seperate_test: Crash # (lib1.loadLibrary()): handleStaticGetterI nvoke: foreign: getter(loadLibrary)
554 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally 554 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally
555 div_with_power_of_two2_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 555 div_with_power_of_two2_test: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
556 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 556 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
557 double_to_string_as_fixed2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 557 double_to_string_as_fixed2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
558 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 558 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
559 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 559 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
560 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for I face<dynamic, num>. 560 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for F 1<int>.
561 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node 561 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node
562 enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 562 enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
563 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 563 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
564 enum_test: Crash # Unhandled node 564 enum_test: Crash # Unhandled node
565 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 565 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
566 execute_finally10_test: Crash # try/finally 566 execute_finally10_test: Crash # try/finally
567 execute_finally11_test: Crash # try/finally 567 execute_finally11_test: Crash # try/finally
568 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 568 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally
569 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 569 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally
570 execute_finally2_test: Crash # try/finally 570 execute_finally2_test: Crash # try/finally
571 execute_finally3_test: Crash # try/finally 571 execute_finally3_test: Crash # try/finally
572 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 572 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
573 execute_finally5_test: Crash # try/finally 573 execute_finally5_test: Crash # try/finally
574 execute_finally6_test: Crash # try/finally 574 execute_finally6_test: Crash # try/finally
575 execute_finally7_test: Crash # try/finally 575 execute_finally7_test: Crash # try/finally
576 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally 576 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
577 execute_finally9_test: Crash # try/finally 577 execute_finally9_test: Crash # try/finally
578 factory_redirection3_cyclic_test/01: Crash # Please triage this failure. 578 factory_redirection3_cyclic_test/01: Crash # Please triage this failure.
579 factory_redirection_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 579 factory_redirection_test/04: Crash # Please triage this failure.
580 factory_redirection_test/04: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 580 factory_redirection_test/05: MissingRuntimeError # Please triage this failure.
581 factory_redirection_test/05: MissingRuntimeError 581 factory_redirection_test/06: MissingRuntimeError # Please triage this failure.
582 factory_redirection_test/06: MissingRuntimeError
583 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 582 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
584 factory_type_parameter2_test: Crash # Please triage this failure. 583 factory_type_parameter2_test: Crash # Please triage this failure.
585 factory_type_parameter_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 584 factory_type_parameter_test: Crash # Please triage this failure.
586 final_super_field_set_test/01: RuntimeError # Please triage this failure. 585 final_super_field_set_test/01: RuntimeError # Please triage this failure.
587 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally 586 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
588 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 587 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
589 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 588 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
590 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 589 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
591 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 590 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
592 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 591 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
593 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 592 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
594 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 593 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
595 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 594 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
596 first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 595 first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
597 first_class_types_literals_test/12: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 596 first_class_types_literals_test/12: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
598 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 597 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
599 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 598 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
600 flatten_test/03: Crash # cannot handle async/sync*/async* functions 599 flatten_test/03: Crash # cannot handle async/sync*/async* functions
601 flatten_test/04: Crash # cannot handle async/sync*/async* functions 600 flatten_test/04: Crash # cannot handle async/sync*/async* functions
602 flatten_test/05: Crash # cannot handle async/sync*/async* functions 601 flatten_test/05: Crash # cannot handle async/sync*/async* functions
603 flatten_test/06: Crash # cannot handle async/sync*/async* functions 602 flatten_test/06: Crash # cannot handle async/sync*/async* functions
604 flatten_test/07: Crash # cannot handle async/sync*/async* functions 603 flatten_test/07: Crash # cannot handle async/sync*/async* functions
605 flatten_test/08: Crash # cannot handle async/sync*/async* functions 604 flatten_test/08: Crash # cannot handle async/sync*/async* functions
606 flatten_test/09: Crash # cannot handle async/sync*/async* functions 605 flatten_test/09: Crash # cannot handle async/sync*/async* functions
607 flatten_test/10: Crash # cannot handle async/sync*/async* functions 606 flatten_test/10: Crash # cannot handle async/sync*/async* functions
608 flatten_test/11: Crash # cannot handle async/sync*/async* functions 607 flatten_test/11: Crash # cannot handle async/sync*/async* functions
609 flatten_test/12: Crash # cannot handle async/sync*/async* functions 608 flatten_test/12: Crash # cannot handle async/sync*/async* functions
610 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions 609 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions
611 for2_test: Crash # Please triage this failure. 610 for2_test: Crash # Please triage this failure.
612 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 611 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
613 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 612 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
614 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__. 613 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__.
615 function_subtype1_test: Crash # Please triage this failure. 614 function_subtype1_test: Crash # type expression int_ (typedef)
616 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1. 615 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1.
617 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 616 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
618 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>. 617 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>.
619 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 618 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
620 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 619 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
621 function_subtype_bound_closure4_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 620 function_subtype_bound_closure4_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
622 function_subtype_bound_closure5_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 621 function_subtype_bound_closure5_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
623 function_subtype_bound_closure5a_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>. 622 function_subtype_bound_closure5a_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
624 function_subtype_bound_closure6_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 623 function_subtype_bound_closure6_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
625 function_subtype_bound_closure7_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 624 function_subtype_bound_closure7_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
626 function_subtype_call0_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo. 625 function_subtype_call0_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
627 function_subtype_call1_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo. 626 function_subtype_call1_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
628 function_subtype_call2_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo. 627 function_subtype_call2_test: Crash # Instance of 'TypeOperator': type check unim plemented for Foo.
629 function_subtype_cast0_test: Crash # Instance of 'TypeOperator': type casts not implemented. 628 function_subtype_cast0_test: Crash # Instance of 'TypeOperator': type casts not implemented.
630 function_subtype_cast1_test: Crash # Instance of 'TypeOperator': type casts not implemented. 629 function_subtype_cast1_test: Crash # Instance of 'TypeOperator': type casts not implemented.
631 function_subtype_cast2_test: Crash # Instance of 'TypeOperator': type casts not implemented. 630 function_subtype_cast2_test: Crash # Instance of 'TypeOperator': type casts not implemented.
632 function_subtype_cast3_test: Crash # Instance of 'TypeOperator': type casts not implemented. 631 function_subtype_cast3_test: Crash # Instance of 'TypeOperator': type casts not implemented.
633 function_subtype_checked0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 632 function_subtype_checked0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
634 function_subtype_closure0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 633 function_subtype_closure0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
635 function_subtype_closure1_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 634 function_subtype_closure1_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
636 function_subtype_factory0_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Foo<T>. 635 function_subtype_factory0_test: Crash # Please triage this failure.
637 function_subtype_inline0_test: Crash # Instance of 'TypeOperator': type check un implemented for Foo. 636 function_subtype_inline0_test: Crash # Instance of 'TypeOperator': type check un implemented for Foo.
638 function_subtype_local0_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo. 637 function_subtype_local0_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
639 function_subtype_local1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<bool>. 638 function_subtype_local1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<bool>.
640 function_subtype_local2_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>. 639 function_subtype_local2_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>.
641 function_subtype_local3_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo. 640 function_subtype_local3_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
642 function_subtype_local4_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo. 641 function_subtype_local4_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo.
643 function_subtype_local5_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>. 642 function_subtype_local5_test: Crash # Instance of 'TypeOperator': type check uni mplemented for Foo<T>.
644 function_subtype_named1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for t_void_. 643 function_subtype_named1_test: Crash # Instance of 'TypeOperator': type check uni mplemented for t_void_.
645 function_subtype_named2_test: Crash # Please triage this failure. 644 function_subtype_named2_test: Crash # type expression void___a_int (typedef)
646 function_subtype_not0_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo. 645 function_subtype_not0_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo.
647 function_subtype_not1_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo. 646 function_subtype_not1_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo.
648 function_subtype_not2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>. 647 function_subtype_not2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>.
649 function_subtype_not3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>. 648 function_subtype_not3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Foo<T>.
650 function_subtype_optional1_test: Crash # Instance of 'TypeOperator': type check unimplemented for t_void_. 649 function_subtype_optional1_test: Crash # Instance of 'TypeOperator': type check unimplemented for t_void_.
651 function_subtype_optional2_test: Crash # Please triage this failure. 650 function_subtype_optional2_test: Crash # type expression void___int (typedef)
652 function_subtype_setter0_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 651 function_subtype_setter0_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
653 function_subtype_simple0_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0. 652 function_subtype_simple0_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0.
654 function_subtype_simple1_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0. 653 function_subtype_simple1_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0.
655 function_subtype_simple2_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0. 654 function_subtype_simple2_test: Crash # Instance of 'TypeOperator': type check un implemented for Args0.
656 function_subtype_top_level0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo. 655 function_subtype_top_level0_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo.
657 function_subtype_top_level1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>. 656 function_subtype_top_level1_test: Crash # Instance of 'TypeOperator': type check unimplemented for Foo<T>.
658 function_subtype_typearg0_test: Crash # Please triage this failure. 657 function_subtype_typearg0_test: Crash # type expression Foo (typedef)
659 function_subtype_typearg1_test: Crash # Please triage this failure. 658 function_subtype_typearg1_test: Crash # type expression f2 (typedef)
660 function_subtype_typearg2_test: Crash # Please triage this failure. 659 function_subtype_typearg2_test: Crash # type expression f1 (typedef)
661 function_subtype_typearg3_test: Crash # Please triage this failure. 660 function_subtype_typearg3_test: Crash # type expression f1 (typedef)
662 function_subtype_typearg4_test: Crash # Please triage this failure. 661 function_subtype_typearg4_test: Crash # type expression f1 (typedef)
663 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F. 662 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F.
664 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1. 663 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1.
665 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 664 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
666 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 665 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
667 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 666 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
668 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun. 667 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun.
669 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 668 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
670 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 669 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
671 generic_constructor_mixin2_test: Crash # Please triage this failure. 670 generic_constructor_mixin2_test: Crash # Please triage this failure.
672 generic_constructor_mixin3_test: Crash # Please triage this failure. 671 generic_constructor_mixin3_test: Crash # Please triage this failure.
673 generic_constructor_mixin_test: Crash # Please triage this failure. 672 generic_constructor_mixin_test: Crash # Please triage this failure.
674 generic_field_mixin2_test: Crash # Please triage this failure. 673 generic_field_mixin2_test: Crash # Please triage this failure.
675 generic_field_mixin3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for A<T>. 674 generic_field_mixin3_test: Crash # Please triage this failure.
676 generic_field_mixin_test: Crash # Instance of 'TypeOperator': type check unimple mented for A<int>. 675 generic_field_mixin4_test: RuntimeError # Please triage this failure.
677 generic_instanceof2_test: Crash # Instance of 'TypeOperator': type check unimple mented for Foo<int, num>. 676 generic_field_mixin_test: Crash # Please triage this failure.
677 generic_instanceof2_test: Crash # Please triage this failure.
678 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 678 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
679 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>.
680 if_null_assignment_behavior_test/01: Crash # Please triage this failure. 679 if_null_assignment_behavior_test/01: Crash # Please triage this failure.
681 if_null_assignment_behavior_test/02: Crash # Please triage this failure. 680 if_null_assignment_behavior_test/02: Crash # Please triage this failure.
682 if_null_assignment_behavior_test/03: Crash # Please triage this failure. 681 if_null_assignment_behavior_test/03: Crash # Please triage this failure.
683 if_null_assignment_behavior_test/04: Crash # Please triage this failure. 682 if_null_assignment_behavior_test/04: Crash # Please triage this failure.
684 if_null_assignment_behavior_test/05: Crash # Please triage this failure. 683 if_null_assignment_behavior_test/05: Crash # Please triage this failure.
685 if_null_assignment_behavior_test/06: Crash # Please triage this failure. 684 if_null_assignment_behavior_test/06: Crash # Please triage this failure.
686 if_null_assignment_behavior_test/07: Crash # Please triage this failure. 685 if_null_assignment_behavior_test/07: Crash # Please triage this failure.
687 if_null_assignment_behavior_test/08: Crash # Please triage this failure. 686 if_null_assignment_behavior_test/08: Crash # Please triage this failure.
688 if_null_assignment_behavior_test/09: Crash # Please triage this failure. 687 if_null_assignment_behavior_test/09: Crash # Please triage this failure.
689 if_null_assignment_behavior_test/10: Crash # Please triage this failure. 688 if_null_assignment_behavior_test/10: Crash # Please triage this failure.
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 786 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
788 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 787 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
789 inferrer_constructor5_test/01: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 788 inferrer_constructor5_test/01: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
790 inferrer_constructor_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 789 inferrer_constructor_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
791 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 790 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
792 inferrer_synthesized_super_constructor_test: Crash # Please triage this failure. 791 inferrer_synthesized_super_constructor_test: Crash # Please triage this failure.
793 inferrer_this_access_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 792 inferrer_this_access_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
794 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 793 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
795 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 794 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
796 instance_creation_in_function_annotation_test: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary. 795 instance_creation_in_function_annotation_test: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary.
797 instanceof3_test: Crash # Instance of 'TypeOperator': type check unimplemented f or UndeclaredType. 796 instanceof4_test/01: RuntimeError # Please triage this failure.
798 instanceof4_test/01 : RuntimeError
799 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 797 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
800 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 798 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
801 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 799 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
802 internal_library_test/01: Crash # (JS('int','0')): handleStaticFunctionInvoke: f oreign: function(JS) 800 internal_library_test/01: Crash # (JS('int','0')): handleStaticFunctionInvoke: f oreign: function(JS)
803 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 801 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
804 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 802 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
805 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 803 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
806 is_malformed_type_test/94: Crash # Instance of 'TypeOperator': type casts not im plemented.
807 is_malformed_type_test/95: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined.
808 is_malformed_type_test/96: Crash # Instance of 'TypeOperator': type casts not im plemented.
809 is_malformed_type_test/97: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined.
810 is_malformed_type_test/98: Crash # Instance of 'TypeOperator': type casts not im plemented.
811 is_malformed_type_test/99: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined.
812 is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 804 is_nan_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
813 is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 805 is_not_class2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
814 isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 806 isnot_malformed_type_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
815 issue10581_test: Crash # Unhandled node 807 issue10581_test: Crash # Unhandled node
816 issue10721_test: RuntimeError 808 issue10721_test: RuntimeError # Please triage this failure.
817 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 809 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
818 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 810 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
819 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 811 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
820 issue12023_test: Crash # Unhandled node 812 issue12023_test: Crash # Unhandled node
821 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 813 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
822 issue12336_test: Crash # Instance of 'TypeOperator': type casts not implemented. 814 issue12336_test: Crash # Instance of 'TypeOperator': type casts not implemented.
823 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 815 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
824 issue14014_3_test: Crash # Please triage this failure. 816 issue14014_3_test: Crash # Please triage this failure.
825 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 817 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally
826 issue7525_test: Crash # Instance of 'TypeOperator': type casts not implemented. 818 issue7525_test: Crash # Instance of 'TypeOperator': type casts not implemented.
827 issue_1751477_test: Crash # (lib1.loadLibrary()): handleStaticGetterInvoke: fore ign: getter(loadLibrary) 819 issue_1751477_test: Crash # (lib1.loadLibrary()): handleStaticGetterInvoke: fore ign: getter(loadLibrary)
828 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node 820 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node
829 large_class_declaration_test: Crash # Please triage this failure. 821 large_class_declaration_test: Crash # Please triage this failure.
830 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 822 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
831 library_ambiguous_test/04: Crash # Instance of 'TypeOperator': type check unimpl emented for bax.
832 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 823 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
833 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 824 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
834 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 825 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
835 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 826 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
836 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 827 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
837 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 828 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
838 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for List <A>. 829 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary.
839 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type casts not i mplemented. 830 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type casts not i mplemented.
840 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 831 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
841 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for A<T>. 832 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
842 malformed2_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for List<Unresolved>. 833 malformed2_test/00: Crash # Instance of 'TypeOperator': type casts not implement ed.
843 malformed_inheritance_test/03: Crash # Please triage this failure. 834 malformed_inheritance_test/03: Crash # Please triage this failure.
844 malformed_inheritance_test/09: Crash # Please triage this failure. 835 malformed_inheritance_test/09: Crash # Please triage this failure.
845 malformed_inheritance_test/10: Crash # Please triage this failure. 836 malformed_inheritance_test/10: Crash # Please triage this failure.
846 malformed_test/06: Crash # Please triage this failure. 837 malformed_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
847 malformed_test/none: Crash # Please triage this failure. 838 malformed_test/none: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
848 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 839 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
849 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 840 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
850 method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 841 method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
851 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 842 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
852 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>. 843 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>.
853 mint_arithmetic_test: Crash # try/finally 844 mint_arithmetic_test: Crash # try/finally
854 mixin_bound_test: Crash # Please triage this failure. 845 mixin_bound_test: Crash # Please triage this failure.
855 mixin_cyclic_test/01: Crash # Please triage this failure. 846 mixin_cyclic_test/01: Crash # Please triage this failure.
856 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 847 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
857 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 848 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
(...skipping 16 matching lines...) Expand all
874 mixin_lib_extends_method_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 865 mixin_lib_extends_method_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
875 mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 866 mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
876 mixin_super_constructor2_test: Crash # Please triage this failure. 867 mixin_super_constructor2_test: Crash # Please triage this failure.
877 mixin_super_constructor_default_test: Crash # Please triage this failure. 868 mixin_super_constructor_default_test: Crash # Please triage this failure.
878 mixin_super_constructor_multiple_test: Crash # Please triage this failure. 869 mixin_super_constructor_multiple_test: Crash # Please triage this failure.
879 mixin_super_constructor_named_test/01: Crash # Please triage this failure. 870 mixin_super_constructor_named_test/01: Crash # Please triage this failure.
880 mixin_super_constructor_named_test/none: Crash # Please triage this failure. 871 mixin_super_constructor_named_test/none: Crash # Please triage this failure.
881 mixin_super_constructor_positionals_test/01: Crash # Please triage this failure. 872 mixin_super_constructor_positionals_test/01: Crash # Please triage this failure.
882 mixin_super_constructor_positionals_test/none: Crash # Please triage this failur e. 873 mixin_super_constructor_positionals_test/none: Crash # Please triage this failur e.
883 mixin_super_constructor_test: Crash # Please triage this failure. 874 mixin_super_constructor_test: Crash # Please triage this failure.
884 mixin_type_parameter2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Mixin1<num>. 875 mixin_type_parameter2_test: Crash # Please triage this failure.
885 mixin_type_parameter3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Mixin1<num>. 876 mixin_type_parameter3_test: Crash # Please triage this failure.
886 mixin_type_parameters_mixin_extends_test: Crash # Instance of 'TypeOperator': ty pe check unimplemented for M<int>. 877 mixin_type_parameters_mixin_extends_test: Crash # Please triage this failure.
887 mixin_type_parameters_mixin_test: Crash # Instance of 'TypeOperator': type check unimplemented for M<int>. 878 mixin_type_parameters_mixin_test: Crash # Please triage this failure.
888 mixin_type_parameters_super_extends_test: Crash # Instance of 'TypeOperator': ty pe check unimplemented for S<int>. 879 mixin_type_parameters_super_extends_test: Crash # Please triage this failure.
889 mixin_type_parameters_super_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<int>. 880 mixin_type_parameters_super_test: Crash # Please triage this failure.
890 mixin_typedef_constructor_test: Crash # Please triage this failure. 881 mixin_typedef_constructor_test: Crash # Please triage this failure.
891 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary. 882 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary.
892 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 883 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
893 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 884 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
894 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 885 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
895 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 886 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
896 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 887 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
897 nested_switch_label_test: Crash # Unhandled node 888 nested_switch_label_test: Crash # Unhandled node
898 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 889 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
899 no_such_constructor_test/01: MissingRuntimeError # Please triage this failure. 890 no_such_constructor_test/01: MissingRuntimeError # Please triage this failure.
900 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 891 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
901 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 892 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
902 no_such_method_test: RuntimeError # Please triage this failure. 893 no_such_method_test: RuntimeError # Please triage this failure.
903 non_const_super_negative_test: Crash # Please triage this failure. 894 non_const_super_negative_test: Crash # Please triage this failure.
904 not_enough_positional_arguments_test/00: MissingRuntimeError # Please triage thi s failure. 895 not_enough_positional_arguments_test/00: MissingRuntimeError # Please triage thi s failure.
905 not_enough_positional_arguments_test/03: Crash # Please triage this failure. 896 not_enough_positional_arguments_test/03: Crash # Please triage this failure.
906 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 897 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
907 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 898 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
908 null_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic. 899 null_test/01: Crash # Instance of 'TypeOperator': type casts not implemented.
909 null_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic. 900 null_test/02: Crash # Instance of 'TypeOperator': type casts not implemented.
910 null_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic. 901 null_test/03: Crash # Instance of 'TypeOperator': type casts not implemented.
911 null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for dynamic. 902 null_test/none: Crash # Instance of 'TypeOperator': type casts not implemented.
912 number_identifier_test/05: Crash # Instance of 'TypeOperator': type casts not im plemented. 903 number_identifier_test/05: Crash # Instance of 'TypeOperator': type casts not im plemented.
913 number_identifier_test/08: Crash # Instance of 'TypeOperator': type casts not im plemented. 904 number_identifier_test/08: Crash # Instance of 'TypeOperator': type casts not im plemented.
914 number_identifier_test/09: Crash # Instance of 'TypeOperator': type casts not im plemented. 905 number_identifier_test/09: Crash # Instance of 'TypeOperator': type casts not im plemented.
915 number_identifier_test/none: Crash # Instance of 'TypeOperator': type casts not implemented. 906 number_identifier_test/none: Crash # Instance of 'TypeOperator': type casts not implemented.
916 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 907 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
917 operator4_test: RuntimeError # Please triage this failure. 908 operator4_test: RuntimeError # Please triage this failure.
918 operator_equals_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 909 operator_equals_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
919 optimized_constant_array_string_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 910 optimized_constant_array_string_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
920 optimized_string_charat_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 911 optimized_string_charat_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
921 optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 912 optimized_string_charcodeat_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
(...skipping 16 matching lines...) Expand all
938 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 929 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
939 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 930 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
940 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 931 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
941 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 932 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
942 ref_before_declaration_test/07: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 933 ref_before_declaration_test/07: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
943 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node 934 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node
944 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 935 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
945 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary. 936 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
946 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 937 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
947 regress_18435_test: Crash # Please triage this failure. 938 regress_18435_test: Crash # Please triage this failure.
948 regress_18535_test: Crash # Instance of 'TypeOperator': type check unimplemented for V. 939 regress_18535_test: Crash # Please triage this failure.
949 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally 940 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
950 regress_22438_test: Crash # cannot handle async/sync*/async* functions 941 regress_22438_test: Crash # cannot handle async/sync*/async* functions
951 regress_22443_test: Crash # (D.loadLibrary()): handleStaticGetterInvoke: foreign : getter(loadLibrary) 942 regress_22443_test: Crash # (D.loadLibrary()): handleStaticGetterInvoke: foreign : getter(loadLibrary)
952 regress_22445_test: Crash # cannot handle async/sync*/async* functions 943 regress_22445_test: Crash # cannot handle async/sync*/async* functions
953 regress_22579_test: Crash # cannot handle async/sync*/async* functions 944 regress_22579_test: Crash # cannot handle async/sync*/async* functions
954 regress_22700_test: Crash # Please triage this failure. 945 regress_22700_test: Crash # Please triage this failure.
955 regress_22728_test: Crash # cannot handle async/sync*/async* functions 946 regress_22728_test: Crash # cannot handle async/sync*/async* functions
956 regress_22777_test: Crash # cannot handle async/sync*/async* functions 947 regress_22777_test: Crash # cannot handle async/sync*/async* functions
957 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally 948 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
958 regress_22936_test/01: Crash # Please triage this failure. 949 regress_22936_test/01: Crash # Please triage this failure.
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 throw4_test: Crash # try/finally 1019 throw4_test: Crash # try/finally
1029 throw5_test: Crash # try/finally 1020 throw5_test: Crash # try/finally
1030 throw6_test: Crash # try/finally 1021 throw6_test: Crash # try/finally
1031 throw8_test: Crash # try/finally 1022 throw8_test: Crash # try/finally
1032 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 1023 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
1033 throw_test: Crash # try/finally 1024 throw_test: Crash # try/finally
1034 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1025 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1035 try_catch3_test: Crash # try/finally 1026 try_catch3_test: Crash # try/finally
1036 try_catch4_test: Crash # try/finally 1027 try_catch4_test: Crash # try/finally
1037 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 1028 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
1038 try_catch_on_syntax_test/07: Crash # Instance of 'TypeOperator': type check unim plemented for UndefinedClass.
1039 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally 1029 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
1040 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally 1030 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
1041 try_catch_syntax_test/08: Crash # Instance of 'TypeOperator': type check unimple mented for MammaMia.
1042 try_catch_test/01: Crash # Please triage this failure. 1031 try_catch_test/01: Crash # Please triage this failure.
1043 try_catch_test/none: Crash # Please triage this failure. 1032 try_catch_test/none: Crash # Please triage this failure.
1044 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1033 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1045 type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented. 1034 type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented.
1046 type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented. 1035 type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented.
1047 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1036 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1048 type_parameter_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1037 type_parameter_test/01: Crash # Please triage this failure.
1049 type_parameter_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1038 type_parameter_test/02: Crash # Please triage this failure.
1050 type_parameter_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1039 type_parameter_test/03: Crash # Please triage this failure.
1051 type_parameter_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1040 type_parameter_test/04: Crash # Please triage this failure.
1052 type_parameter_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1041 type_parameter_test/05: Crash # Please triage this failure.
1053 type_parameter_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1042 type_parameter_test/06: Crash # Please triage this failure.
1054 type_parameter_test/none: Crash # Instance of 'TypeOperator': type check unimple mented for Set<int>. 1043 type_parameter_test/none: Crash # Please triage this failure.
1055 type_promotion_functions_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1044 type_promotion_functions_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1056 type_promotion_functions_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1045 type_promotion_functions_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1057 type_promotion_functions_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1046 type_promotion_functions_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1058 type_promotion_functions_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1047 type_promotion_functions_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1059 type_promotion_functions_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1048 type_promotion_functions_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1060 type_promotion_functions_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1049 type_promotion_functions_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1061 type_promotion_functions_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1050 type_promotion_functions_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1062 type_promotion_functions_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1051 type_promotion_functions_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1063 type_promotion_functions_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1052 type_promotion_functions_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1064 type_promotion_functions_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1053 type_promotion_functions_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1065 type_promotion_functions_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1054 type_promotion_functions_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1066 type_promotion_functions_test/12: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1055 type_promotion_functions_test/12: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1067 type_promotion_functions_test/13: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1056 type_promotion_functions_test/13: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1068 type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1057 type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1069 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn. 1058 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn.
1070 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 1059 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
1071 type_variable_closure2_test: RuntimeError 1060 type_variable_closure2_test: RuntimeError # Please triage this failure.
1072 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 1061 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
1073 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1062 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1074 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1063 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1075 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1064 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1076 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1065 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1077 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1066 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1078 type_variable_field_initializer_closure_test: Crash # Instance of 'TypeOperator' : type check unimplemented for List<int>. 1067 type_variable_field_initializer_closure_test: Crash # Please triage this failure .
1079 type_variable_field_initializer_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<int>. 1068 type_variable_field_initializer_test: Crash # Please triage this failure.
1080 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>. 1069 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>.
1081 type_variable_initializer_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Map<int, int>. 1070 type_variable_initializer_test: Crash # Please triage this failure.
1082 type_variable_typedef_test: Crash # Please triage this failure. 1071 type_variable_typedef_test: Crash # type expression Foo<T> (typedef)
1083 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 1072 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
1084 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 1073 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
1085 typevariable_substitution2_test/01: Crash # Please triage this failure. 1074 typevariable_substitution2_test/01: Crash # Please triage this failure.
1086 typevariable_substitution2_test/02: Crash # Please triage this failure. 1075 typevariable_substitution2_test/02: Crash # Please triage this failure.
1087 typevariable_substitution2_test/none: Crash # Please triage this failure. 1076 typevariable_substitution2_test/none: Crash # Please triage this failure.
1088 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1077 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1089 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1078 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1090 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1079 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1091 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1080 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1092 void_type_test: Crash # Unhandled node 1081 void_type_test: Crash # Unhandled node
1093 generic_field_mixin4_test : RuntimeError
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698