| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 1571968819f0a47058b7b59a4c4d2391873041cd..afc93bb7339fc0275269a1104cd698a3c26da274 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -10,9 +10,6 @@ null_is_bottom_test/22: RuntimeError # Issue 28025
|
| null_is_bottom_test/34: RuntimeError # Issue 28025
|
|
|
| [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
|
| -# Tests that use the name#field tear off syntax which has been deprecated.
|
| -tearoff_basic_test: CompileTimeError
|
| -tearoff_constructor_basic_test: CompileTimeError
|
| # Other issues:
|
| generic_methods_type_expression_test: RuntimeError # Issue 25869
|
| null_is_bottom_test/05: RuntimeError # Issue 28025
|
| @@ -109,9 +106,6 @@ type_checks_in_factory_method_test: Fail # Issue 14651.
|
| vm/type_vm_test: Fail # Issue 14651.
|
|
|
| [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
|
| -# Tests that use the name#field tear off syntax which has been deprecated.
|
| -tearoff_basic_test: RunTimeError
|
| -tearoff_constructor_basic_test: RunTimeError
|
| # Other issues.
|
| issue13474_test: Pass, Fail # Issue 14651.
|
| config_import_test: Fail # Issue 14651.
|
|
|