| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index edbaed19f3b5914a8be284d9cc78b2fa79a5f905..535d09b6cf81b500399deb6511ff1b6671e7c9e7 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -214,7 +214,9 @@ 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.
|
| +CompileTimeConstantPTest: Fail # Implicit super calls that don't match are not caught in compile-time constants.
|
| 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
|
|
|