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

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

Issue 2978093002: Resynthesize top-level functions 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
« no previous file with comments | « pkg/analyzer/test/src/summary/resynthesize_common.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2a2739f50680edb567234c98a82d8bac2097d692..31689368f9a07ca65c6c0f4550f746ceba2e40d0 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -356,11 +356,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_closure_executable_with_return_type_from_closure() async {
- await super.test_closure_executable_with_return_type_from_closure();
- }
-
- @failingTest
test_closure_generic() async {
await super.test_closure_generic();
}
@@ -1145,11 +1140,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_function_entry_point() async {
- await super.test_function_entry_point();
- }
-
- @failingTest
test_function_entry_point_in_export() async {
await super.test_function_entry_point_in_export();
}
@@ -1165,11 +1155,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_function_external() async {
- await super.test_function_external();
- }
-
- @failingTest
test_function_parameter_final() async {
await super.test_function_parameter_final();
}
@@ -1215,16 +1200,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_function_return_type() async {
- await super.test_function_return_type();
- }
-
- @failingTest
- test_function_return_type_implicit() async {
- await super.test_function_return_type_implicit();
- }
-
- @failingTest
test_function_return_type_void() async {
await super.test_function_return_type_void();
}
@@ -1245,11 +1220,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_functions() async {
- await super.test_functions();
- }
-
- @failingTest
test_futureOr() async {
await super.test_futureOr();
}
@@ -1643,21 +1613,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_localFunctions() async {
- await super.test_localFunctions();
- }
-
- @failingTest
test_localFunctions_inTopLevelGetter() async {
await super.test_localFunctions_inTopLevelGetter();
}
@failingTest
- test_localLabels_inTopLevelFunction() async {
- await super.test_localLabels_inTopLevelFunction();
- }
-
- @failingTest
test_main_class_alias() async {
await super.test_main_class_alias();
}
@@ -2330,11 +2290,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_typedefs() async {
- await super.test_typedefs();
- }
-
- @failingTest
test_unresolved_annotation_instanceCreation_argument_super() async {
await super.test_unresolved_annotation_instanceCreation_argument_super();
}
« no previous file with comments | « pkg/analyzer/test/src/summary/resynthesize_common.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698