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

Unified Diff: tests/language/language.status

Issue 8676001: Implement type checking of list literals (issue 220). (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
« no previous file with comments | « tests/corelib/src/StringBaseVMTest.dart ('k') | tests/language/src/CanonicalConstTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
===================================================================
--- tests/language/language.status (revision 1805)
+++ tests/language/language.status (working copy)
@@ -118,7 +118,10 @@
InterfaceFactory3NegativeTest: Fail # Bug 5387405
IsObjectTest: Skip # Hasn't be tested on DartC yet
Library4NegativeTest: Fail # Bug 5406175
-ListLiteral3Test: Fail # Bug 4510015.
+ListLiteral1NegativeTest: Skip # Issue 220
+ListLiteral2NegativeTest: Fail # Issue 220
+ListLiteral3Test: Fail # Issue 220
+ListLiteral4Test: Fail # Issue 220
ListTest: Fail # Bug 5146975.
LocalFunction3Test: Fail # Bug 4202974.
LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing).
@@ -205,7 +208,6 @@
BitOperationsTest: Fail # relies on big integers not available in JS
CallThroughGetterTest: Fail
-CanonicalConstTest: Fail # type in const array allocation is erased
CharEscapeTest: Fail
ClassOverrideNegativeTest: Fail
ClosureSharedStateTest: Fail
@@ -257,7 +259,10 @@
Library4NegativeTest: Fail # issue with test see #354
Library5NegativeTest: Fail # issue with test see #354
Library6NegativeTest: Fail # issue with test see #354
-ListLiteral3Test: Fail
+ListLiteral1NegativeTest: Fail # Issue 220
+ListLiteral2NegativeTest: Fail # Issue 220
+ListLiteral3Test: Fail # Issue 220
+ListLiteral4Test: Fail # Issue 220
ListTest: Fail # array bound checks not implemented
LocalFunction3Test: Fail
LocalFunctionTest: Fail
« no previous file with comments | « tests/corelib/src/StringBaseVMTest.dart ('k') | tests/language/src/CanonicalConstTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698