| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 08bc8518ffe0420b96ca6dcca15d9fc86337547b..4e6bcf0eb7453d45bf47da36969828ecc22a9204 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -214,6 +214,7 @@ CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of
|
| CompileTimeConstantETest: Fail
|
| CompileTimeConstantGTest: Fail # compile time constants with super calls to optional arguments.
|
| CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly if the same key appears multiple times.
|
| +CompileTimeConstantLTest: Fail # final instance fields with default values are not initialized correctly.
|
| CompileTimeConstantOTest: Fail # String constants with string-interpolation.
|
| DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
|
| DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
|
|
|