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

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

Issue 9662033: Update test status and fix a typo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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
« no previous file with comments | « dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart ('k') | dart/tests/language/language-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/co19/co19-leg.status
diff --git a/dart/tests/co19/co19-leg.status b/dart/tests/co19/co19-leg.status
index a9e8263559577506919561c1f1b0a9b0b230bd6d..b24fa4c3770fc32389621878861bd6a784681163 100644
--- a/dart/tests/co19/co19-leg.status
+++ b/dart/tests/co19/co19-leg.status
@@ -60,10 +60,8 @@ Language/10_Expressions/03_Numbers_A01_t06: Fail # TODO(ahe): New co19 failure,
Language/10_Expressions/03_Numbers_A01_t09: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/05_Strings_A02_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/06_Lists_A07_t01: Fail # TODO(ahe): New co19 failure, please triage.
-Language/10_Expressions/07_Maps_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/07_Maps_A06_t01: Fail # TODO(ahe): New co19 failure, please triage.
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.
@@ -83,7 +81,6 @@ Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A04_t02: Fail #
Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A06_t02: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/16_Assignment_A05_t06: Fail # TODO(ahe): New co19 failure, please triage.
-Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/20_Equality_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/20_Equality_A05_t01: Fail # TODO(ahe): New co19 failure, please triage.
@@ -98,11 +95,8 @@ Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # TODO(ahe): New co19
Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # TODO(ahe): New co19 failure, please triage.
-Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/29_Type_Test_A02_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/10_Expressions/29_Type_Test_A03_t01: Fail # TODO(ahe): New co19 failure, please triage.
-Language/11_Statements/02_Expression_Statements_A01_t05: Fail # TODO(ahe): New co19 failure, please triage.
-Language/11_Statements/02_Expression_Statements_A01_t07: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/03_Variable_Declaration_A02_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/03_Variable_Declaration_A02_t02: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/05_For/1_For_Loop_A01_t01: Fail # TODO(ahe): New co19 failure, please triage.
@@ -122,7 +116,6 @@ Language/11_Statements/08_Switch_A01_t02: Fail # TODO(ahe): New co19 failure, pl
Language/11_Statements/08_Switch_A02_t01: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/08_Switch_A02_t02: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/08_Switch_A04_t01: Fail # TODO(ahe): New co19 failure, please triage.
-Language/11_Statements/09_Try_A02_t04: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/09_Try_A05_t03: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/11_Labels_A03_t04: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/12_Break_A03_t05: Fail # TODO(ahe): New co19 failure, please triage.
@@ -157,6 +150,10 @@ Language/10_Expressions/01_Constants_A17_t01: Skip # Times out.
# Issues with co19 test suite.
+Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
+Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
+Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
+Language/11_Statements/09_Try_A02_t04: Fail, OK # Bad test: Unbalanced {.
Language/11_Statements/10_Return_A02_t01: Fail, OK # co19 issue 87.
LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # co19 issue 88.
LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # co19 issue 88.
@@ -220,10 +217,12 @@ Language/07_Classes/5_Constructors/1_Generative_Constructors_A11_t03: Fail # Sup
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/07_Maps_A05_t01: Fail # Constant maps not implemented.
+Language/10_Expressions/08_Function_Expressions_A01_t05: Fail # Parsing of anonymous function expressions.
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
Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t02: Fail # super-send to non-function not implemented
Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # super-send to non-function not implemented
+Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Parsing of anonymous function expressions.
Language/10_Expressions/19_Bitwise_Expressions_A03_t01: Fail # SsaBuilder.visitIdentifier on non-this
Language/10_Expressions/19_Bitwise_Expressions_A03_t02: Fail # SsaBuilder.visitIdentifier on non-this
Language/10_Expressions/19_Bitwise_Expressions_A03_t03: Fail # SsaBuilder.visitIdentifier on non-this
@@ -239,6 +238,7 @@ Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # SsaBuilder.visitIde
Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # SsaBuilder.visitIdentifier on non-this
Language/10_Expressions/27_Assignable_Expressions_A05_t01: Fail # SsaBuilder.visitIdentifier on non-this
Language/10_Expressions/27_Assignable_Expressions_A06_t01: Fail # SsaBuilder.visitIdentifier on non-this
+Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Parsing of pseudo-keywords.
LibTest/core/Date/Date.fromEpoch_A01_t02: Fail # Expect.fail('Exception expected with the passed null value of the timeZone')
LibTest/core/Date/toString_A02_t01: Fail # Test is out of date. See co19 issue 86.
LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
« no previous file with comments | « dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart ('k') | dart/tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698