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

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

Issue 9817006: Parse function expressions correctly. (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/leg/scanner/parser.dart ('k') | no next file » | 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 40c6b250e5da3b392e5a1ef9a0c900f89a336831..b5a85a231ba3023a751948819c254c579ddeaba2 100644
--- a/dart/tests/co19/co19-leg.status
+++ b/dart/tests/co19/co19-leg.status
@@ -206,7 +206,6 @@ Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_
Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented
Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A07_t01: Fail # Should throw ObjectNotClosure, not NoSuchMethodException.
Language/10_Expressions/16_Assignment_A05_t06: Fail # Wrong name passed to noSuchMethod.
-Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # Parser bug.
Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
Language/10_Expressions/20_Equality_A06_t01: Fail # Canonicalization.
Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on super
@@ -433,6 +432,7 @@ Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error
Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error
Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error
Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error
+Language/10_Expressions/08_Function_Expressions_A01_t03: Fail, OK # @compile-error
Language/10_Expressions/10_Instance_Creation/1_New_A05_t01: Fail, OK # @compile-error
Language/10_Expressions/10_Instance_Creation/2_Const_A03_t01: Fail, OK # @compile-error
Language/10_Expressions/10_Instance_Creation/2_Const_A04_t02: Fail, OK # @compile-error
« no previous file with comments | « dart/frog/leg/scanner/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698