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

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

Issue 1150523003: dart2js cps: Fix default values for forwarding constructors. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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 | « pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart ('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) 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 flatten_test/06: Crash # cannot handle async/sync*/async* functions 590 flatten_test/06: Crash # cannot handle async/sync*/async* functions
591 flatten_test/07: Crash # cannot handle async/sync*/async* functions 591 flatten_test/07: Crash # cannot handle async/sync*/async* functions
592 flatten_test/08: Crash # cannot handle async/sync*/async* functions 592 flatten_test/08: Crash # cannot handle async/sync*/async* functions
593 flatten_test/09: Crash # cannot handle async/sync*/async* functions 593 flatten_test/09: Crash # cannot handle async/sync*/async* functions
594 flatten_test/10: Crash # cannot handle async/sync*/async* functions 594 flatten_test/10: Crash # cannot handle async/sync*/async* functions
595 flatten_test/11: Crash # cannot handle async/sync*/async* functions 595 flatten_test/11: Crash # cannot handle async/sync*/async* functions
596 flatten_test/12: Crash # cannot handle async/sync*/async* functions 596 flatten_test/12: Crash # cannot handle async/sync*/async* functions
597 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions 597 flatten_test/none: Crash # (test()async{}): cannot handle async/sync*/async* fun ctions
598 for2_test: Crash # Please triage this failure. 598 for2_test: Crash # Please triage this failure.
599 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 599 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
600 forwarding_factory_constructor_default_values_test: RuntimeError # Please triage this failure.
601 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 600 function_propagation_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
602 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__. 601 function_subtype0_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for t__.
603 function_subtype1_test: Crash # Please triage this failure. 602 function_subtype1_test: Crash # Please triage this failure.
604 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1. 603 function_subtype2_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for T1.
605 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 604 function_subtype_bound_closure0_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
606 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>. 605 function_subtype_bound_closure1_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<bool>.
607 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 606 function_subtype_bound_closure2_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
608 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 607 function_subtype_bound_closure3_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
609 function_subtype_bound_closure4_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo. 608 function_subtype_bound_closure4_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo.
610 function_subtype_bound_closure5_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>. 609 function_subtype_bound_closure5_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for Foo<T>.
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc. 848 prefix16_test: Crash # Instance of 'TypeOperator': type check unimplemented for myFunc.
850 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 849 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
851 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 850 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
852 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 851 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
853 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 852 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
854 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 853 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
855 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 854 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
856 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 855 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
857 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 856 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
858 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 857 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
859 redirecting_factory_default_values_test/none: RuntimeError # Please triage this failure.
860 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary. 858 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary.
861 redirecting_factory_long_test: Crash # Instance of 'TypeOperator': type check un implemented for X<int>. 859 redirecting_factory_long_test: Crash # Instance of 'TypeOperator': type check un implemented for X<int>.
862 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 860 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
863 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 861 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
864 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 862 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
865 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 863 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
866 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 864 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
867 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 865 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
868 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 866 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
869 ref_before_declaration_test/07: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 867 ref_before_declaration_test/07: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1050 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1053 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1051 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1054 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1052 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1055 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1053 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1056 void_type_test: Crash # Unhandled node 1054 void_type_test: Crash # Unhandled node
1057 static_getter_no_setter1_test/01 : RuntimeError 1055 static_getter_no_setter1_test/01 : RuntimeError
1058 top_level_getter_no_setter1_test/01 : RuntimeError 1056 top_level_getter_no_setter1_test/01 : RuntimeError
1059 top_level_getter_no_setter2_test/01 : RuntimeError 1057 top_level_getter_no_setter2_test/01 : RuntimeError
1060 static_getter_no_setter3_test/01 : RuntimeError 1058 static_getter_no_setter3_test/01 : RuntimeError
1061 super_operator_index6_test : Crash # bailout: (super[0]+=1): visitUnresolvedSupe rGetterCompoundIndexSet 1059 super_operator_index6_test : Crash # bailout: (super[0]+=1): visitUnresolvedSupe rGetterCompoundIndexSet
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698