Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1730)

Unified Diff: pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart

Issue 2987883003: Resynthesize top-level accessors and variables from Kernel. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e20735f6eded188c3d104b7dd407ae5e718bd1d5..28da14f0c57bb5a8c8de8755ee11f98ddd47c2f5 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -675,26 +675,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_getter_external() async {
- await super.test_getter_external();
- }
-
- @failingTest
- test_getters() async {
- await super.test_getters();
- }
-
- @failingTest
- test_implicitTopLevelVariable_getterFirst() async {
- await super.test_implicitTopLevelVariable_getterFirst();
- }
-
- @failingTest
- test_implicitTopLevelVariable_setterFirst() async {
- await super.test_implicitTopLevelVariable_setterFirst();
- }
-
- @failingTest
test_import_configurations_useDefault() async {
await super.test_import_configurations_useDefault();
}
@@ -835,11 +815,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_localFunctions_inTopLevelGetter() async {
- await super.test_localFunctions_inTopLevelGetter();
- }
-
- @failingTest
test_main_class_alias_via_export() async {
await super.test_main_class_alias_via_export();
}
@@ -850,11 +825,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_main_getter() async {
- await super.test_main_getter();
- }
-
- @failingTest
test_main_getter_via_export() async {
await super.test_main_getter_via_export();
}
@@ -1087,21 +1057,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_setter_external() async {
- await super.test_setter_external();
- }
-
- @failingTest
- test_setter_inferred_type_top_level_implicit_return() async {
- await super.test_setter_inferred_type_top_level_implicit_return();
- }
-
- @failingTest
- test_setters() async {
- await super.test_setters();
- }
-
- @failingTest
test_syntheticFunctionType_inGenericClass() async {
await super.test_syntheticFunctionType_inGenericClass();
}

Powered by Google App Engine
This is Rietveld 408576698