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

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

Issue 2983423003: Resynthesize import prefixes 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/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 69dabb826cfd099f582f5443f4f3e2cc74d35c80..3728264705dba32876cb66110193458a8972a7a0 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -169,23 +169,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_const_invokeConstructor_generic_named_imported_withPrefix() async {
- await super
- .test_const_invokeConstructor_generic_named_imported_withPrefix();
- }
-
- @failingTest
- test_const_invokeConstructor_generic_unnamed_imported_withPrefix() async {
- await super
- .test_const_invokeConstructor_generic_unnamed_imported_withPrefix();
- }
-
- @failingTest
- test_const_invokeConstructor_named_imported_withPrefix() async {
- await super.test_const_invokeConstructor_named_imported_withPrefix();
- }
-
- @failingTest
test_const_invokeConstructor_named_unresolved() async {
await super.test_const_invokeConstructor_named_unresolved();
}
@@ -216,11 +199,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_const_invokeConstructor_unnamed_imported_withPrefix() async {
- await super.test_const_invokeConstructor_unnamed_imported_withPrefix();
- }
-
- @failingTest
test_const_invokeConstructor_unnamed_unresolved() async {
await super.test_const_invokeConstructor_unnamed_unresolved();
}
@@ -351,11 +329,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_const_topLevel_typedList_importedWithPrefix() async {
- await super.test_const_topLevel_typedList_importedWithPrefix();
- }
-
- @failingTest
test_constExpr_pushReference_enum_field() async {
await super.test_constExpr_pushReference_enum_field();
}
@@ -866,11 +839,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_import_prefixed() async {
- await super.test_import_prefixed();
- }
-
- @failingTest
test_import_self() async {
await super.test_import_self();
}
« 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