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

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

Issue 1158693003: dart2js cps: Change how type variables are accessed in constructors. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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
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/23: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 410 class_literal_test/23: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
411 class_literal_test/24: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 411 class_literal_test/24: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
412 class_literal_test/25: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 412 class_literal_test/25: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
413 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally 413 class_override_test/00: Crash # (try {instance.foo();}on NoSuchMethodError catch (error){}finally {}): try/finally
414 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally 414 class_override_test/none: Crash # (try {instance.foo();}finally {}): try/finally
415 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 415 closure3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
416 closure_in_constructor_test: Crash # Instance of 'TypeOperator': type check unim plemented for List<int>. 416 closure_in_constructor_test: Crash # Instance of 'TypeOperator': type check unim plemented for List<int>.
417 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 417 closure_internals_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
418 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally 418 closure_self_reference_test: Crash # (try {return inner(value-1);}finally {count er++ ;}): try/finally
419 closure_type_variables_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<int>. 419 closure_type_variables_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<int>.
420 closures_initializer2_test: Crash # Please triage this failure.
421 closures_initializer_test: Crash # Instance of 'TypeOperator': type check unimpl emented for List<int>.
422 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 420 compile_time_constant_a_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
423 compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 421 compile_time_constant_b_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
424 conditional_method_invocation_test/01: RuntimeError # Please triage this failure . 422 conditional_method_invocation_test/01: RuntimeError # Please triage this failure .
425 conditional_method_invocation_test/02: RuntimeError # Please triage this failure . 423 conditional_method_invocation_test/02: RuntimeError # Please triage this failure .
426 conditional_method_invocation_test/03: RuntimeError # Please triage this failure . 424 conditional_method_invocation_test/03: RuntimeError # Please triage this failure .
427 conditional_method_invocation_test/04: RuntimeError # Please triage this failure . 425 conditional_method_invocation_test/04: RuntimeError # Please triage this failure .
428 conditional_method_invocation_test/05: RuntimeError # Please triage this failure . 426 conditional_method_invocation_test/05: RuntimeError # Please triage this failure .
429 conditional_method_invocation_test/06: RuntimeError # Please triage this failure . 427 conditional_method_invocation_test/06: RuntimeError # Please triage this failure .
430 conditional_method_invocation_test/07: RuntimeError # Please triage this failure . 428 conditional_method_invocation_test/07: RuntimeError # Please triage this failure .
431 conditional_method_invocation_test/08: RuntimeError # Please triage this failure . 429 conditional_method_invocation_test/08: RuntimeError # Please triage this failure .
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 667 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
670 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 668 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
671 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 669 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
672 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun. 670 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun.
673 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 671 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
674 generic2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T. 672 generic2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
675 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 673 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
676 generic_constructor_mixin2_test: Crash # Please triage this failure. 674 generic_constructor_mixin2_test: Crash # Please triage this failure.
677 generic_constructor_mixin3_test: Crash # Please triage this failure. 675 generic_constructor_mixin3_test: Crash # Please triage this failure.
678 generic_constructor_mixin_test: Crash # Please triage this failure. 676 generic_constructor_mixin_test: Crash # Please triage this failure.
679 generic_field_mixin2_test: Crash # Please triage this failure. 677 generic_field_mixin3_test : RuntimeError
asgerf 2015/05/27 16:31:52 It seems there is a class here that needs RTI but
karlklose 2015/05/28 08:12:19 File a bug and add issue number here?
asgerf 2015/05/28 09:34:21 I haven't been able to reproduce it on the SSA bac
680 generic_field_mixin3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for A<T>.
681 generic_field_mixin_test: Crash # Instance of 'TypeOperator': type check unimple mented for A<int>.
682 generic_instanceof2_test: Crash # Instance of 'TypeOperator': type check unimple mented for Foo<int, num>. 678 generic_instanceof2_test: Crash # Instance of 'TypeOperator': type check unimple mented for Foo<int, num>.
683 generic_instanceof4_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 679 generic_instanceof4_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
684 generic_instanceof5_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 680 generic_instanceof5_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
685 generic_instanceof_test: Crash # Instance of 'TypeOperator': type check unimplem ented for List<T>. 681 generic_instanceof_test: Crash # Instance of 'TypeOperator': type check unimplem ented for List<T>.
686 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 682 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
687 generic_native_test: Crash # Instance of 'TypeOperator': type check unimplemente d for T. 683 generic_native_test: Crash # Instance of 'TypeOperator': type check unimplemente d for T.
688 generic_object_type_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 684 generic_object_type_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
689 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>. 685 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>.
690 if_null_assignment_behavior_test/01: Crash # Please triage this failure. 686 if_null_assignment_behavior_test/01: Crash # Please triage this failure.
691 if_null_assignment_behavior_test/02: Crash # Please triage this failure. 687 if_null_assignment_behavior_test/02: Crash # Please triage this failure.
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1076 type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1081 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn. 1077 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn.
1082 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 1078 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
1083 type_variable_closure2_test : RuntimeError 1079 type_variable_closure2_test : RuntimeError
1084 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 1080 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
1085 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1081 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1086 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1082 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1087 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1083 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1088 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1084 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1089 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1085 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1090 type_variable_field_initializer_closure_test: Crash # Instance of 'TypeOperator' : type check unimplemented for List<int>.
1091 type_variable_field_initializer_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<int>.
1092 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>. 1086 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>.
1093 type_variable_initializer_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Map<int, int>.
1094 type_variable_typedef_test: Crash # Please triage this failure. 1087 type_variable_typedef_test: Crash # Please triage this failure.
1095 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 1088 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
1096 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 1089 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
1097 typevariable_substitution2_test/01: Crash # Please triage this failure. 1090 typevariable_substitution2_test/01: Crash # Please triage this failure.
1098 typevariable_substitution2_test/02: Crash # Please triage this failure. 1091 typevariable_substitution2_test/02: Crash # Please triage this failure.
1099 typevariable_substitution2_test/none: Crash # Please triage this failure. 1092 typevariable_substitution2_test/none: Crash # Please triage this failure.
1100 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1093 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1101 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1094 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1102 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1095 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1103 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1096 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1104 void_type_test: Crash # Unhandled node 1097 void_type_test: Crash # Unhandled node
1105 issue10721_test : RuntimeError 1098 issue10721_test : RuntimeError
1106 mixin_mixin7_test : Pass 1099 mixin_mixin7_test : Pass
1107 cast2_test/01 : Crash # Instance of 'TypeOperator': type casts not implemented. 1100 cast2_test/01 : Crash # Instance of 'TypeOperator': type casts not implemented.
1108 cast2_test/none : Crash # Instance of 'TypeOperator': type casts not implemented . 1101 cast2_test/none : Crash # Instance of 'TypeOperator': type casts not implemented .
1102 malformed_inheritance_test/02 : Crash # unimplemented translation of type expres sion Unresolved
1103 malformed_inheritance_test/04 : Crash # unimplemented translation of type expres sion Unresolved
1104 generic_field_mixin5_test : Pass
karlklose 2015/05/28 08:12:19 Passing for the wrong reason or just an artifact o
asgerf 2015/05/28 09:34:21 It crashes in the SSA backend, so this is just her
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698