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

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

Issue 9600059: Resolve constructors with type arguments. (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
Index: dart/tests/corelib/corelib-leg.status
diff --git a/dart/tests/corelib/corelib-leg.status b/dart/tests/corelib/corelib-leg.status
index 46319d6622167d5519bc218e470f382951419dda..0f02e12ff07c008ff39d3c0cced92eae2e722470 100644
--- a/dart/tests/corelib/corelib-leg.status
+++ b/dart/tests/corelib/corelib-leg.status
@@ -14,16 +14,13 @@ MathParseDoubleTest: Fail
MapTest: Skip # SplayTree gets stuck when looking up key. MUST FIX.
# Compilation errors.
-CollectionFromTest: Fail # named constructors with type arguments are not implemented
ConstListLiteralTest: Fail # visitContinueStatement not implemented
CoreRuntimeTypesTest: Fail # map not implemented
DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented
ForInTest: Fail # visitContinueStatement not implemented
-FutureTest: Fail # named constructors with type arguments are not implemented
FuturesTest: Fail # factory ReceivePort is not implemented
ListGetRangeTest: Fail # Bad code for Expect.throws.
ListTest: Fail # Internal Error: Cannot find value
-QueueTest: Fail # Internal Error: Cannot find value
SetTest: Fail # Internal Error: Cannot find value
SplayTreeTest: Fail # Internal Error: Cannot find value
StringPatternTest: Fail # Bad bailout code related to for-in.
@@ -34,6 +31,9 @@ StringTest: Fail # Internal Error: Cannot find value
RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forEach'
+FutureTest: Fail, OK # Bad constructor in FutureImpl, issue 2029.
+
+
BigIntegerVMTest: Fail, OK # VM specific test.
GrowableObjectArray2VMTest: Fail, OK # VM specific test.
GrowableObjectArrayVMTest: Fail, OK # VM specific test.

Powered by Google App Engine
This is Rietveld 408576698