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

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

Issue 9665001: Implement constant maps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cosmetic change. Created 8 years, 9 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 406aff738daaac5a64307a0b9c88d594f93ec1cf..d0ea55ca73cd8070fd9c9c5c693b9acfb47d641b 100644
--- a/tests/co19/co19-leg.status
+++ b/tests/co19/co19-leg.status
@@ -42,7 +42,6 @@ Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # TODO(ahe): Ne
Language/07_Classes/1_Instance_Methods/2_Operators_A07_t05: Fail # TODO(ahe): New co19 failure, please triage.
Language/09_Generics/09_Generics_A04_t04: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/01_Constants_A07_t01: Fail # TODO(ahe): New co19 failure, please triage.
-Language/10_Expressions/01_Constants_A09_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/01_Constants_A10_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/01_Constants_A11_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/01_Constants_A12_t01: Fail # TODO(ahe): New co19 failure, please triage.
@@ -56,8 +55,6 @@ Language/10_Expressions/07_Maps_A06_t01: Fail # TODO(ahe): New co19 failure, ple
Language/10_Expressions/07_Maps_A07_t03: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/08_Function_Expressions_A01_t05: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/08_Function_Expressions_A02_t01: Fail # TODO(ahe): New co19 failure, please triage.
-Language/10_Expressions/08_Function_Expressions_A03_t01: Fail # TODO(ahe): New co19 failure, please triage.
-Language/10_Expressions/08_Function_Expressions_A04_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/10_Instance_Creation/1_New_A09_t04: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/10_Instance_Creation/1_New_A09_t06: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/10_Instance_Creation/2_Const_A08_t03: Fail # TODO(ahe): New co19 failure, please triage.
@@ -210,6 +207,7 @@ Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail
Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # Super initializers not implemented correctly.
Language/07_Classes/8_Superclasses/1_Inheritance_and_Overriding_A02_t03: Fail # SsaBuilder.visitIdentifier on non-this
Language/09_Generics/09_Generics_A04_t03: Fail # cannot resolve type N.
+Language/10_Expressions/01_Constants_A15_t03: Fail # 'const' keyword is not verified in literal maps.
ngeoffray 2012/03/10 22:28:03 This can be a Fail, OK for Q1 because dartc will c
floitsch 2012/03/10 22:58:22 Done.
Language/10_Expressions/07_Maps_A05_t01: Fail # Constant maps not implemented.
Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Fail # super-send to non-function not implemented
Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Fail # super-send to non-function not implemented

Powered by Google App Engine
This is Rietveld 408576698