| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index aa2cfb038af49e65fe81d48f9335d0b709033963..54ea148fe66c1777e524953f86f6fa04825aeeab 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -34,6 +34,7 @@ IndexedListAccessTest: Fail # Issue 274
|
| ConstList*: Fail # 'const' is not currently checked.
|
| CoreRuntimeTypesTest: Fail
|
| DateTimeTest: Fail
|
| +DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
|
| ForInTest: Fail
|
| IndexedListAccessTest: Fail
|
| IndexOutOfRangeExceptionTest: Fail
|
| @@ -51,16 +52,6 @@ StringSubstringTest: Fail
|
| StringTest: Fail # Needs index out of range checks.
|
|
|
|
|
| -[ $component == frog ]
|
| -DoubleCompareTest: Crash # Issue with static finals and -Infinity, -0.
|
| -NanInfinityTest: Crash
|
| -
|
| -
|
| -[ $component == frogsh || $component == frogium ]
|
| -DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
|
| -NanInfinityTest: Fail
|
| -
|
| -
|
| [ $arch == x64 ]
|
| *: Skip
|
|
|
|
|