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

Unified Diff: tests/co19/co19-leg.status

Issue 10834061: Resolve typedefs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated scope handling and type resolution Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: tests/co19/co19-leg.status
diff --git a/tests/co19/co19-leg.status b/tests/co19/co19-leg.status
index 6eac388e6f3d4f0080d9ec321f813a152c864f6c..ed47e3fb5a4059c9a9700aec631ec5f9cee2ef4d 100644
--- a/tests/co19/co19-leg.status
+++ b/tests/co19/co19-leg.status
@@ -21,7 +21,7 @@ Language/11_Statements/05_For_A01_t13: Crash
# dart2js. The reason for the test sometimes passing is VM issue
# 3874. The stack overflow is addressed in
# https://chromiumcodereview.appspot.com/10661029/.
-Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Pass
+Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Fail # Cyclic typedef check is not implemented.
Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_t01: Fail # Compile-time error: Unimplemented non-matching static call
Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_t04: Fail # Compile-time error: Unimplemented non-matching static call
@@ -32,6 +32,7 @@ Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time error: duplicate definition
Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition
Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is not a type
+Language/03_Overview/1_Scoping_A01_t36: Pass # Fails for the wrong reason: Requires check for duplicate type variable names
Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo
Language/10_Expressions/29_Type_Test_A04_t01: Fail # Compile-time error: error: cannot resolve type Undeclared
Language/05_Variables/05_Variables_A05_t03: Fail # Compile-time error: error: not a compile-time constant
@@ -59,6 +60,7 @@ Language/10_Expressions/28_Identifier_Reference_A08_t32: Fail # Compile-time err
Language/11_Statements/05_For_A01_t11: Fail # Compile-time error: unexpected token 'const'
Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: Fail # Compile-time error: unexpected token 'equals'
Language/08_Interfaces/1_Methods/1_Operators_A01_t01: Fail # Compile-time error: unexpected token 'equals'
+Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Pass # Fails with the wrong message: Requires check for identical type parameters on default factory
Language/10_Expressions/01_Constants_A18_t03: Fail # Compile-time error: unexpected token 'equals'
Language/10_Expressions/20_Equality_A02_t02: Fail # Compile-time error: unexpected token 'equals'
Language/10_Expressions/20_Equality_A02_t03: Fail # Compile-time error: unexpected token 'equals'
@@ -267,6 +269,7 @@ Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail
Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # compiler cancelled: unexpected token 'call'
Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # compiler cancelled: unexpected token 'call'
Language/07_Classes/5_Constructors/1_Generative_Constructors_A13_t01: Fail # compiler cancelled: cannot resolve type T
+Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t09: Crash # Requires check for use of this in field initializer.
Language/07_Classes/5_Constructors/2_Factories_A01_t01: Fail # compiler cancelled: cannot find constructor A or ADef
Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # compiler cancelled: internal error: super property store not implemented
Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: Fail # compiler cancelled: no method named foo in class I
@@ -385,7 +388,6 @@ Language/03_Overview/1_Scoping_A01_t21: Fail, OK # @compile-error
Language/03_Overview/1_Scoping_A01_t23: Fail, OK # @compile-error
Language/03_Overview/1_Scoping_A01_t24: Fail, OK # @compile-error
Language/03_Overview/1_Scoping_A01_t35: Fail, OK # @compile-error
-Language/03_Overview/1_Scoping_A01_t36: Fail, OK # @compile-error
Language/03_Overview/1_Scoping_A01_t39: Fail, OK # @compile-error
Language/03_Overview/1_Scoping_A01_t40: Fail, OK # @compile-error
Language/03_Overview/1_Scoping_A01_t41: Fail, OK # @compile-error
@@ -576,8 +578,6 @@ Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile
Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile-error
Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile-error
Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail, OK # @compile-error
-Language/08_Interfaces/3_Factories_and_Constructors_A03_t05: Fail, OK # @compile-error
-Language/08_Interfaces/3_Factories_and_Constructors_A03_t06: Fail, OK # @compile-error
Language/08_Interfaces/3_Factories_and_Constructors_A06_t01: Fail, OK # @compile-error
Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail, OK # @compile-error
Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail, OK # @compile-error
@@ -589,8 +589,6 @@ Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail, OK # @compile
Language/08_Interfaces/3_Factories_and_Constructors_A10_t02: Fail, OK # @compile-error
Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile-error
Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile-error
-Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile-error
-Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile-error
Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error
Language/08_Interfaces/Interfaces_A01_t06: Fail, OK # @compile-error
Language/08_Interfaces/Interfaces_A01_t07: Fail, OK # @compile-error

Powered by Google App Engine
This is Rietveld 408576698