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

Side by Side Diff: tests/co19/co19-dart2js.status

Issue 10970006: Correctly handle const constructors with type parameters. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/const_constructor_test.dart » ('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 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
8 8
9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure. 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure.
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 867
868 868
869 # 869 #
870 # The following tests are failing. Please add the error message 870 # The following tests are failing. Please add the error message
871 # (either a compiler error or exception message). The error messages 871 # (either a compiler error or exception message). The error messages
872 # may sometime be out of date. 872 # may sometime be out of date.
873 # 873 #
874 [ $compiler == dart2js ] 874 [ $compiler == dart2js ]
875 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T 875 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com piler cancelled: cannot resolve type T
876 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented 876 Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented
877 Language/09_Generics/09_Generics_A04_t03: Fail # compiler cancelled: cannot reso lve type N
878 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 877 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
879 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L 878 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L
880 879
881 880
882 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();} 881 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){ f();}
883 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42 882 Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
884 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType 883 Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessible FuncType
885 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented 884 Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property re ad not implemented
886 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _ 885 Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)= > _
887 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented 886 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 Language/10_Expressions/06_Lists_A04_t01: Fail # Checks that it is a compile-tim e error if the type argument of a constant list literal includes a type variable . 1050 Language/10_Expressions/06_Lists_A04_t01: Fail # Checks that it is a compile-tim e error if the type argument of a constant list literal includes a type variable .
1052 Language/10_Expressions/07_Maps_A03_t01: Fail # Checks that it is a compile-erro r if if the type argument of a constant map literal includes a type variable. 1051 Language/10_Expressions/07_Maps_A03_t01: Fail # Checks that it is a compile-erro r if if the type argument of a constant map literal includes a type variable.
1053 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail # Checks that the function body is required. 1052 Language/10_Expressions/08_Function_Expressions_A01_t03: Fail # Checks that the function body is required.
1054 Language/10_Expressions/10_Instance_Creation/1_New_A02_t01: Fail # Checks that i t is a compile-time error if T is not a class or interface accessible in the cur rent scope. 1053 Language/10_Expressions/10_Instance_Creation/1_New_A02_t01: Fail # Checks that i t is a compile-time error if T is not a class or interface accessible in the cur rent scope.
1055 Language/10_Expressions/10_Instance_Creation/1_New_A02_t02: Fail # Checks that i t is a compile-time error if T is not a class or interface accessible in the cur rent scope. Named constructor case. 1054 Language/10_Expressions/10_Instance_Creation/1_New_A02_t02: Fail # Checks that i t is a compile-time error if T is not a class or interface accessible in the cur rent scope. Named constructor case.
1056 Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail # Checks that i t is a compile-time error if T is a reference to a static method. 1055 Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail # Checks that i t is a compile-time error if T is a reference to a static method.
1057 Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail # Checks that i t is a compile-time error if the type being instantiated does not declare a nam ed constructor T.id. 1056 Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail # Checks that i t is a compile-time error if the type being instantiated does not declare a nam ed constructor T.id.
1058 Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail # Checks that i t is a compile-time error if a class does not declare a constructor with the sam e name. 1057 Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail # Checks that i t is a compile-time error if a class does not declare a constructor with the sam e name.
1059 Language/10_Expressions/10_Instance_Creation/2_Const_A01_t02: Fail # Checks that it is a compile-time error if a constant object expression does not have argume nts. 1058 Language/10_Expressions/10_Instance_Creation/2_Const_A01_t02: Fail # Checks that it is a compile-time error if a constant object expression does not have argume nts.
1060 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail # Checks that it is a compile-time error if T includes any type variables as a type argument. 1059 Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail # Checks that it is a compile-time error if T includes any type variables as a type argument.
1061 Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail # Checks that it is a compile-time error if T.id is the name of a non-constant constructor de clared by the type T.
1062 Language/10_Expressions/10_Instance_Creation/2_Const_A05_t02: Fail # Checks that it is a compile-time error if T declares a non-constant constructor with the sa me name as the declaration of T.
1063 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t04: Fail # Checks that it is a static warning if interface C does not declare a static met hod or getter m. 1060 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t04: Fail # Checks that it is a static warning if interface C does not declare a static met hod or getter m.
1064 Language/10_Expressions/20_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression. 1061 Language/10_Expressions/20_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression.
1065 Language/10_Expressions/20_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression. 1062 Language/10_Expressions/20_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression.
1066 Language/10_Expressions/20_Equality_A01_t17: Fail # Checks that equality express ions cannot be operands of another equality expression. 1063 Language/10_Expressions/20_Equality_A01_t17: Fail # Checks that equality express ions cannot be operands of another equality expression.
1067 Language/10_Expressions/20_Equality_A01_t18: Fail # Checks that equality express ions cannot be operands of another equality expression. 1064 Language/10_Expressions/20_Equality_A01_t18: Fail # Checks that equality express ions cannot be operands of another equality expression.
1068 Language/10_Expressions/21_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression. 1065 Language/10_Expressions/21_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression.
1069 Language/10_Expressions/21_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression. 1066 Language/10_Expressions/21_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression.
1070 Language/10_Expressions/21_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression. 1067 Language/10_Expressions/21_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression.
1071 Language/10_Expressions/21_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression. 1068 Language/10_Expressions/21_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
1072 Language/10_Expressions/28_Identifier_Reference_A07_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable. 1069 Language/10_Expressions/28_Identifier_Reference_A07_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable.
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1217 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1221 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1218 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1222 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1219 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1223 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1220 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1224 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1221 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1225 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1222 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1226 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1223 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1227 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1224 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
1228 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 1225 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
1229 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 1226 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/const_constructor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698