| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 92f5f65ef1d9234e63420266082f14f21565a994..b486b4f75f4480246246546ed7a0f7c86abd69ea 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -232,6 +232,7 @@ Factory3Test: Fail # Issue 417
|
| Factory2NegativeTest: Fail
|
| CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerException.
|
| CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps.
|
| +CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant.
|
| DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
|
| DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
|
| # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
|
|
|