| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 3484efc2466139429f23f83b80abbc9236ff25ff..93c5f31a9094eb0b0e1126630a5b870e9e2cbaf3 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.
|
| +CompileTimeConstantETest: Fail
|
| 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.
|
|
|