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

Unified Diff: tests/language/language.status

Issue 8849001: frog: use type annotation in map and list literals (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 9 years 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
« frog/parser.dart ('K') | « frog/parser.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 5bc40b2139ec40df15251a18d6b0268068cec025..e391acb951eebc186ea3daf0df0917cee1042fd7 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -255,17 +255,13 @@ Library1NegativeTest: Fail # issue with test see #354
Library4NegativeTest: Fail # issue with test see #354
Library5NegativeTest: Fail # issue with test see #354
Library6NegativeTest: Fail # issue with test see #354
-ListLiteral1NegativeTest: Fail # Issue 220
-ListLiteral2NegativeTest: Fail # Issue 220
-ListLiteral3Test: Fail # Issue 220
-ListLiteral4Test: Fail # Issue 220
+ListLiteral3Test: Fail # vm and frog throw different exceptions
Jennifer Messerly 2011/12/08 02:13:26 What are the different exceptions?
Siggi Cherem (dart-lang) 2011/12/08 23:02:15 vm: UnsupportedOperationException frog: IllegalAcc
+ListLiteral4Test: Fail # missing type checks on index operations
ListTest: Fail # array bound checks not implemented
LocalFunction3Test: Fail
LocalFunctionTest: Fail
ManyGenericInstanceofTest: Fail
-MapLiteral1NegativeTest: Fail # Issue 221
-MapLiteral2NegativeTest: Fail # Issue 221
-MapLiteral4Test: Fail # Issue 221
+MapLiteral4Test: Fail # missing checks on map index operations
MathTest: Fail
MethodBindingTest: Fail
MethodOverrideTest: Fail
« frog/parser.dart ('K') | « frog/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698