| Index: dart/tests/corelib/corelib-leg.status
|
| diff --git a/dart/tests/corelib/corelib-leg.status b/dart/tests/corelib/corelib-leg.status
|
| index f0be8a56b291d6c2a18bff9dd8e0e31f63090c6c..c5eb0112df254aafed504842fbb0062e63a49377 100644
|
| --- a/dart/tests/corelib/corelib-leg.status
|
| +++ b/dart/tests/corelib/corelib-leg.status
|
| @@ -40,13 +40,8 @@ StringPatternTest: Fail # Bad bailout code related to for-in.
|
| StringTest: Fail # Internal Error: Cannot find value
|
|
|
|
|
| -# Constant lists.
|
| -ConstListRemoveRangeTest: Fail # Expect.isTrue(false) fails.
|
| -ConstListSetRangeTest: Fail # Expect.isTrue(false) fails.
|
| -
|
| -
|
| # Bad test, assumes RegExp.allMatches returns a Collection.
|
| -RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach'
|
| +RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forEach'
|
|
|
|
|
| BigIntegerVMTest: Fail, OK # VM specific test.
|
|
|