| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index e57059c95ec7f87c05e7c52abb48a07bb66c067b..688e3e00a66a3e54d45f0d7fa2be09f5466c9bfc 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -12,6 +12,16 @@ built_in_identifier_prefix_test: Fail # Issue 6970
|
| is_malformed_type_test/95: Fail # Issue 17253
|
| is_malformed_type_test/94: Fail # Issue 17253
|
|
|
| +# These bugs refer currently ongoing language discussions.
|
| +constructor_initializer_test/none: Fail # Issue 12633
|
| +constructor5_test: Fail # Issue 6422
|
| +constructor6_test: Fail # Issue 6422
|
| +closure_in_initializer_test: Fail # Issue 6422
|
| +
|
| +# Regular bugs which should be fixed.
|
| +duplicate_export_negative_test: Fail # Issue 6134
|
| +mixin_forwarding_constructor2_test: Fail # Issue 13641
|
| +
|
| [ ($compiler == none || $compiler == dart2dart) && $unchecked ]
|
| # The vm and dart2dart does not support deferred loading.
|
| deferred_constraints_test/as_operation: MissingRuntimeError
|
| @@ -37,16 +47,6 @@ deferred_constraints_test/as_operation: Fail
|
| deferred_constraints_test/type_annotation_generic1: Fail
|
| deferred_constraints_test/type_annotation_generic4: Fail
|
|
|
| -# These bugs refer currently ongoing language discussions.
|
| -constructor_initializer_test/none: Fail # Issue 12633
|
| -constructor5_test: Fail # Issue 6422
|
| -constructor6_test: Fail # Issue 6422
|
| -closure_in_initializer_test: Fail # Issue 6422
|
| -
|
| -# Regular bugs which should be fixed.
|
| -duplicate_export_negative_test: Fail # Issue 6134
|
| -mixin_forwarding_constructor2_test: Fail # Issue 13641
|
| -
|
| [ $compiler == none || $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| # The vm and analyzer do not support deferred loading.
|
| deferred_no_prefix_test/01: Fail
|
|
|