Chromium Code Reviews| Index: dart/tests/corelib/corelib-leg.status |
| diff --git a/dart/tests/corelib/corelib-leg.status b/dart/tests/corelib/corelib-leg.status |
| index cb4099c5414e1116b5e546e97c81ec07805998cb..e227ec3fae6bc12462e19a2baabb6c41a2454bbf 100644 |
| --- a/dart/tests/corelib/corelib-leg.status |
| +++ b/dart/tests/corelib/corelib-leg.status |
| @@ -39,13 +39,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' |
|
ngeoffray
2012/02/24 13:24:33
Why is that OK now?
ahe
2012/02/27 11:51:12
The comment above explains why. The test is broken
|
| BigIntegerVMTest: Fail, OK # VM specific test. |