| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 7e37e4a49215270019bf662e9f23106092fb436b..e2bfc835661faa9efc5f654d380c37473e1435ec 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -56,10 +56,10 @@ generic_methods_function_type_test: CompiletimeError # Issue 25869
|
| generic_methods_type_expression_test: CompiletimeError # Issue 25869
|
|
|
| # Experimental feature: Use initializing formals in initializers and constructor body.
|
| -initializing_formal_access_test: CompiletimeError # TODO(eernst): Create a suitable sdk issue.
|
| -initializing_formal_capture_test: CompiletimeError # TODO(eernst): Create a suitable sdk issue.
|
| -initializing_formal_final_test: CompiletimeError # TODO(eernst): Create a suitable sdk issue.
|
| -initializing_formal_type_test: CompiletimeError # TODO(eernst): Create a suitable sdk issue.
|
| +initializing_formal_access_test: CompiletimeError # Issue 26656
|
| +initializing_formal_capture_test: CompiletimeError # Issue 26656
|
| +initializing_formal_final_test: CompiletimeError # Issue 26656
|
| +initializing_formal_type_test: CompiletimeError # Issue 26656
|
|
|
| [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
|
|
|
| @@ -111,10 +111,10 @@ generic_methods_function_type_test: RuntimeError # Issue 25869
|
| generic_methods_type_expression_test: RuntimeError # Issue 25869
|
|
|
| # Experimental feature: Use initializing formals in initializers and constructor body.
|
| -initializing_formal_access_test: RuntimeError # TODO(eernst): create a suitable sdk issue.
|
| -initializing_formal_capture_test: RuntimeError # TODO(eernst): create a suitable sdk issue.
|
| -initializing_formal_final_test: RuntimeError # TODO(eernst): create a suitable sdk issue.
|
| -initializing_formal_type_test: RuntimeError # TODO(eernst): create a suitable sdk issue.
|
| +initializing_formal_access_test: RuntimeError # Issue 26656
|
| +initializing_formal_capture_test: RuntimeError # Issue 26656
|
| +initializing_formal_final_test: RuntimeError # Issue 26656
|
| +initializing_formal_type_test: RuntimeError # Issue 26656
|
|
|
| config_import_test: Skip # Issue 26250
|
|
|
|
|