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

Unified Diff: tests/language/language.status

Issue 8637018: Implement type checking of map literals (issue 221). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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.status
===================================================================
--- tests/language/language.status (revision 1763)
+++ tests/language/language.status (working copy)
@@ -122,6 +122,8 @@
ListTest: Fail # Bug 5146975.
LocalFunction3Test: Fail # Bug 4202974.
LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing).
+MapLiteral3Test: Fail # Issue 221
+MapLiteral4Test: Fail # Issue 221
ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974.
MethodOverrideTest: Crash # Bug 5516001.
NamedParameters2NegativeTest: Fail # Implementation in progress.
@@ -261,6 +263,9 @@
LocalFunction3Test: Fail
LocalFunctionTest: Fail
ManyGenericInstanceofTest: Fail
+MapLiteral1NegativeTest: Fail # Issue 221
+MapLiteral2NegativeTest: Fail # Issue 221
+MapLiteral4Test: Fail # Issue 221
MathTest: Fail
MethodBindingTest: Fail
MethodOverrideTest: Fail

Powered by Google App Engine
This is Rietveld 408576698