| Index: pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
|
| diff --git a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
|
| index 22702441f570d65be0c9769c2426bb545f8f5412..e6cad8a6b5bb23115613d64f80d7097a6769dade 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
|
| @@ -217,21 +217,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| await super.test_const_invokeConstructor_unnamed_unresolved3();
|
| }
|
|
|
| - @failingTest
|
| - test_const_reference_type_functionType() async {
|
| - await super.test_const_reference_type_functionType();
|
| - }
|
| -
|
| @failingTest
|
| test_const_reference_type_imported_withPrefix() async {
|
| await super.test_const_reference_type_imported_withPrefix();
|
| }
|
|
|
| - @failingTest
|
| - test_const_reference_type_typeParameter() async {
|
| - await super.test_const_reference_type_typeParameter();
|
| - }
|
| -
|
| @failingTest
|
| @fastaProblem
|
| test_const_reference_unresolved_prefix0() async {
|
| @@ -391,21 +381,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| await super.test_field_covariant();
|
| }
|
|
|
| - @failingTest
|
| - test_field_propagatedType_final_dep_inLib() async {
|
| - await super.test_field_propagatedType_final_dep_inLib();
|
| - }
|
| -
|
| - @failingTest
|
| - test_field_propagatedType_final_dep_inPart() async {
|
| - await super.test_field_propagatedType_final_dep_inPart();
|
| - }
|
| -
|
| - @failingTest
|
| - test_field_propagatedType_final_noDep_instance() async {
|
| - await super.test_field_propagatedType_final_noDep_instance();
|
| - }
|
| -
|
| @failingTest
|
| test_genericFunction_asGenericFunctionReturnType() async {
|
| await super.test_genericFunction_asGenericFunctionReturnType();
|
|
|