| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index e2516644af9e06a06cc41d1acb7c3fe5f4c3025a..d8c1fcd3cb53394cb5739c4761a4a08ca9c2f7d1 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -32,6 +32,7 @@ IndexedListAccessTest: Fail # Issue 274
|
| # Note: Correctly skips 4 VMTests that rely on VM internals
|
|
|
| ConstList*: Fail # 'const' is not currently checked.
|
| +CoreRuntimeTypesTest: Fail
|
| DateTimeTest: Fail
|
| DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
|
| ForInTest: Fail
|
| @@ -52,11 +53,6 @@ StringPatternTest: Fail
|
| StringSubstringTest: Fail
|
| StringTest: Fail # Needs index out of range checks.
|
|
|
| -[ $component == frog || $component == frogsh ]
|
| -CoreRuntimeTypesTest: Fail
|
| -
|
| -[ $component == frogium ]
|
| -CoreRuntimeTypesTest: Timeout
|
|
|
| [ $arch == x64 ]
|
| *: Skip
|
|
|