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

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

Issue 2992053002: Resynthesize combinators for import/export directives 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 b649a3fddc3e3ca9f75ec7cbdef97ccd28b70633..88ce3e7080ecd8483037a099b3ddc22477478ab4 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -449,21 +449,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_export_hide() async {
- await super.test_export_hide();
- }
-
- @failingTest
- test_export_multiple_combinators() async {
- await super.test_export_multiple_combinators();
- }
-
- @failingTest
- test_export_show() async {
- await super.test_export_show();
- }
-
- @failingTest
test_exportImport_configurations_useDefault() async {
await super.test_exportImport_configurations_useDefault();
}
@@ -494,11 +479,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_function_entry_point_in_export_hidden() async {
- await super.test_function_entry_point_in_export_hidden();
- }
-
- @failingTest
test_function_entry_point_in_part() async {
await super.test_function_entry_point_in_part();
}
@@ -594,31 +574,16 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_import_hide() async {
- await super.test_import_hide();
- }
-
- @failingTest
test_import_invalidUri_metadata() async {
await super.test_import_invalidUri_metadata();
}
@failingTest
- test_import_multiple_combinators() async {
- await super.test_import_multiple_combinators();
- }
-
- @failingTest
test_import_self() async {
await super.test_import_self();
}
@failingTest
- test_import_show() async {
- await super.test_import_show();
- }
-
- @failingTest
test_inferred_type_is_typedef() async {
await super.test_inferred_type_is_typedef();
}
« no previous file with comments | « pkg/analyzer/lib/src/dart/element/element.dart ('k') | pkg/front_end/lib/src/fasta/kernel/kernel_library_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698