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

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

Issue 3004163002: Don't treat typedef-typed formal parameters as funtion-type from resynthesize from Kernel. (Closed)
Patch Set: Created 3 years, 4 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/lib/src/dart/element/element.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 e367175c3332027221482102f9144b6b4046deda..e41c7399ef9c612f35f69ed4bdfc4dba9eb6ef03 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -305,11 +305,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
await super.test_error_extendsEnum();
}
- @failingTest
- test_executable_parameter_type_typedef() async {
- await super.test_executable_parameter_type_typedef();
- }
-
@failingTest
test_export_configurations_useDefault() async {
await super.test_export_configurations_useDefault();
@@ -365,11 +360,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
await super.test_import_invalidUri_metadata();
}
- @failingTest
- test_inferred_type_refers_to_function_typed_param_of_typedef() async {
- await super.test_inferred_type_refers_to_function_typed_param_of_typedef();
- }
-
@failingTest
test_inferred_type_refers_to_function_typed_parameter_type_generic_class() async {
await super
« no previous file with comments | « pkg/analyzer/lib/src/dart/element/element.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698