| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 43281ee5d12d8c24e36716b3f11b3397fe51824d..e2209f80689375a91502f032948297b7b2b51c5a 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -239,6 +239,7 @@ 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.
|
| +CompileTimeConstantGTest: Fail # compile time constants with super calls to optional arguments.
|
| 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
|
|
|