| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 77da565ac8fc0f965eb810d4d35c6eb8e3422781..806ef899622079d0a5220d34c907b8b748ac01ca 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -54,10 +54,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) ]
|
|
|
| @@ -109,10 +109,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
|
|
|
|
|