| 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 2c0d76ac94b11d8f1b80a6fa6f1e3b33b498f1d7..e47cefe623c635b3c4c945e714769cca96325d13 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
|
| @@ -469,16 +469,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| }
|
|
|
| @failingTest
|
| - test_export_class() async {
|
| - await super.test_export_class();
|
| - }
|
| -
|
| - @failingTest
|
| - test_export_class_type_alias() async {
|
| - await super.test_export_class_type_alias();
|
| - }
|
| -
|
| - @failingTest
|
| test_export_configurations_useDefault() async {
|
| await super.test_export_configurations_useDefault();
|
| }
|
| @@ -494,16 +484,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| }
|
|
|
| @failingTest
|
| - test_export_function() async {
|
| - await super.test_export_function();
|
| - }
|
| -
|
| - @failingTest
|
| - test_export_getter() async {
|
| - await super.test_export_getter();
|
| - }
|
| -
|
| - @failingTest
|
| test_export_hide() async {
|
| await super.test_export_hide();
|
| }
|
| @@ -514,36 +494,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| }
|
|
|
| @failingTest
|
| - test_export_setter() async {
|
| - await super.test_export_setter();
|
| - }
|
| -
|
| - @failingTest
|
| test_export_show() async {
|
| await super.test_export_show();
|
| }
|
|
|
| @failingTest
|
| - test_export_typedef() async {
|
| - await super.test_export_typedef();
|
| - }
|
| -
|
| - @failingTest
|
| - test_export_variable() async {
|
| - await super.test_export_variable();
|
| - }
|
| -
|
| - @failingTest
|
| - test_export_variable_const() async {
|
| - await super.test_export_variable_const();
|
| - }
|
| -
|
| - @failingTest
|
| - test_export_variable_final() async {
|
| - await super.test_export_variable_final();
|
| - }
|
| -
|
| - @failingTest
|
| test_exportImport_configurations_useDefault() async {
|
| await super.test_exportImport_configurations_useDefault();
|
| }
|
| @@ -554,11 +509,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| }
|
|
|
| @failingTest
|
| - test_exports() async {
|
| - await super.test_exports();
|
| - }
|
| -
|
| - @failingTest
|
| test_field_covariant() async {
|
| await super.test_field_covariant();
|
| }
|
| @@ -589,11 +539,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| }
|
|
|
| @failingTest
|
| - test_function_entry_point_in_export() async {
|
| - await super.test_function_entry_point_in_export();
|
| - }
|
| -
|
| - @failingTest
|
| test_function_entry_point_in_export_hidden() async {
|
| await super.test_function_entry_point_in_export_hidden();
|
| }
|
| @@ -809,36 +754,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| }
|
|
|
| @failingTest
|
| - test_main_class_alias_via_export() async {
|
| - await super.test_main_class_alias_via_export();
|
| - }
|
| -
|
| - @failingTest
|
| - test_main_class_via_export() async {
|
| - await super.test_main_class_via_export();
|
| - }
|
| -
|
| - @failingTest
|
| - test_main_getter_via_export() async {
|
| - await super.test_main_getter_via_export();
|
| - }
|
| -
|
| - @failingTest
|
| test_main_typedef() async {
|
| await super.test_main_typedef();
|
| }
|
|
|
| @failingTest
|
| - test_main_typedef_via_export() async {
|
| - await super.test_main_typedef_via_export();
|
| - }
|
| -
|
| - @failingTest
|
| - test_main_variable_via_export() async {
|
| - await super.test_main_variable_via_export();
|
| - }
|
| -
|
| - @failingTest
|
| test_metadata_classDeclaration() async {
|
| await super.test_metadata_classDeclaration();
|
| }
|
| @@ -1366,11 +1286,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| }
|
|
|
| @failingTest
|
| - test_unresolved_export() async {
|
| - await super.test_unresolved_export();
|
| - }
|
| -
|
| - @failingTest
|
| test_unresolved_import() async {
|
| await super.test_unresolved_import();
|
| }
|
|
|