| Index: dart/tests/corelib/corelib-leg.status
|
| diff --git a/dart/tests/corelib/corelib-leg.status b/dart/tests/corelib/corelib-leg.status
|
| index 6a9a9674dbbdfd60558ae9c40d92a9497517dd5b..d360ee6a7ef7099f1b6eca6d6a9251824c7f3388 100644
|
| --- a/dart/tests/corelib/corelib-leg.status
|
| +++ b/dart/tests/corelib/corelib-leg.status
|
| @@ -12,6 +12,8 @@ prefix corelib
|
| DoubleCompareTest: Fail, OK # VM handling of double literals.
|
| MathTest: Fail, OK # VM handling of double literals.
|
|
|
| +MapTest: Skip # SplayTree gets stuck when looking up key. MUST FIX.
|
| +
|
| # Compilation errors.
|
| CollectionFromTest: Fail # named constructors with type arguments are not implemented
|
| CollectionToStringTest: Fail # visitContinueStatement not implemented
|
| @@ -26,10 +28,8 @@ ListSortTest: Fail # visitContinueStatement not implemented
|
| ListTest: Fail # Internal Error: Cannot find value
|
| MapFromTest: Fail # map not implemented
|
| MapTest: Fail # map not implemented
|
| -MapsTest: Fail # Internal Error: Cannot find value
|
| PortTest: Fail # SsaBuilder.visitContinueStatement not implemented
|
| QueueTest: Fail # Internal Error: Cannot find value
|
| -SetIteratorTest: Fail # CompileTimeConstantEvaluator not implemented
|
| SetTest: Fail # Internal Error: Cannot find value
|
| SortTest: Fail # visitContinueStatement not implemented
|
| SplayTreeTest: Fail # Internal Error: Cannot find value
|
|
|