| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 5bf69929803380b25469f53b5ac58b903b30de80..319069c9a972eadf8203b86ca4f2749b21086df0 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -212,9 +212,6 @@ GCTest: Skip # Issue 1487
|
| IntrinsifiedMethodsTest: Fail # Issue 1470
|
| ArithmeticTest: Fail # Issue 1470
|
|
|
| -[ $component == frog || $component == frogium || $component == webdriver ]
|
| -DoubleToStringAsFixedTest: Fail # fails due to rounding in constant propagation and -0.0.
|
| -
|
| # This set of four test components (frog, frogsh, frogium, and webdriver) all
|
| # consume frog output, so if frog is generating the incorrect code, chances are
|
| # it will fail on all of these components.
|
| @@ -232,8 +229,13 @@ ExceptionTest: Fail # Issue 1785
|
| Factory3Test: Fail # Issue 417
|
| Factory2NegativeTest: Fail
|
| CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerException.
|
| -DoubleToStringAsPrecisionTest: Fail # fails due to -0.0.
|
| DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
|
| +# Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
|
| +# be moved to a
|
| +# [ $component == frog || $component == frogium || $component == webdriver ]
|
| +# section.
|
| +DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in constant propagation.
|
| +DoubleToStringAsPrecisionTest: Fail # fails due to -0.0.
|
| ExtendTypeParameterNegativeTest: Skip # Issue 886
|
| ExtendTypeParameter2NegativeTest: Skip # Issue 886
|
| FinalSyntaxTest/none: Fail
|
|
|