| Index: dart/tests/corelib/corelib-leg.status
|
| diff --git a/dart/tests/corelib/corelib-leg.status b/dart/tests/corelib/corelib-leg.status
|
| index 7f29fad73df9a9695a9ca60cf7945ceca1d304e0..7fe30f8b4082d3bfd4633afb44865c8e3b455935 100644
|
| --- a/dart/tests/corelib/corelib-leg.status
|
| +++ b/dart/tests/corelib/corelib-leg.status
|
| @@ -12,16 +12,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.
|
| @@ -32,6 +29,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.
|
|
|