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

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

Issue 9916001: Fix LocalFunctionTest and update status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
Index: tests/language/language-leg.status
diff --git a/tests/language/language-leg.status b/tests/language/language-leg.status
index 93739d009a837bd1f9913ecddca851380a640699..161e4bb0474a7d24688f4e8a973130e344d1dfe8 100644
--- a/tests/language/language-leg.status
+++ b/tests/language/language-leg.status
@@ -37,7 +37,7 @@ GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi
ImplicitScopeTest: Fail # duplicate definition of a="bar"
LabelTest: Fail # switch cases are not implemented
LibraryPrefixesTest: Fail # other is not a type
-LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1
+LocalFunctionTest: Fail # TypeError: Object #<Closure> has no method '$call$2' (bad exception mapping).
ahe 2012/03/29 05:26:38 I can take a look at this.
ManyGenericInstanceofTest: Fail # cannot resolve type T
MapLiteral2Test: Fail # expected a constant string
MapLiteral3Test: Fail # CL on its way (const { 'a': 3, 'a': 4 } not treated correctly.

Powered by Google App Engine
This is Rietveld 408576698