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

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

Issue 2986983002: Resynthesize metadata from Kernel, when already supported. (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 2c21ac6b956f130de4d3535df7d98edf4942502b..5e11a7c0c1d892faea901db077b413b6e9ab561e 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -729,51 +729,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_metadata_classDeclaration() async {
- await super.test_metadata_classDeclaration();
- }
-
- @failingTest
test_metadata_classTypeAlias() async {
await super.test_metadata_classTypeAlias();
}
@failingTest
- test_metadata_constructor_call_named() async {
- await super.test_metadata_constructor_call_named();
- }
-
- @failingTest
- test_metadata_constructor_call_named_prefixed() async {
- await super.test_metadata_constructor_call_named_prefixed();
- }
-
- @failingTest
- test_metadata_constructor_call_unnamed() async {
- await super.test_metadata_constructor_call_unnamed();
- }
-
- @failingTest
- test_metadata_constructor_call_unnamed_prefixed() async {
- await super.test_metadata_constructor_call_unnamed_prefixed();
- }
-
- @failingTest
- test_metadata_constructor_call_with_args() async {
- await super.test_metadata_constructor_call_with_args();
- }
-
- @failingTest
- test_metadata_constructorDeclaration_named() async {
- await super.test_metadata_constructorDeclaration_named();
- }
-
- @failingTest
- test_metadata_constructorDeclaration_unnamed() async {
- await super.test_metadata_constructorDeclaration_unnamed();
- }
-
- @failingTest
test_metadata_enumDeclaration() async {
await super.test_metadata_enumDeclaration();
}
@@ -784,11 +744,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_metadata_fieldDeclaration() async {
- await super.test_metadata_fieldDeclaration();
- }
-
- @failingTest
test_metadata_fieldFormalParameter() async {
await super.test_metadata_fieldFormalParameter();
}
@@ -799,21 +754,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_metadata_functionDeclaration_function() async {
- await super.test_metadata_functionDeclaration_function();
- }
-
- @failingTest
- test_metadata_functionDeclaration_getter() async {
- await super.test_metadata_functionDeclaration_getter();
- }
-
- @failingTest
- test_metadata_functionDeclaration_setter() async {
- await super.test_metadata_functionDeclaration_setter();
- }
-
- @failingTest
test_metadata_functionTypeAlias() async {
await super.test_metadata_functionTypeAlias();
}
@@ -846,31 +786,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_metadata_methodDeclaration_getter() async {
- await super.test_metadata_methodDeclaration_getter();
- }
-
- @failingTest
- test_metadata_methodDeclaration_method() async {
- await super.test_metadata_methodDeclaration_method();
- }
-
- @failingTest
- test_metadata_methodDeclaration_setter() async {
- await super.test_metadata_methodDeclaration_setter();
- }
-
- @failingTest
test_metadata_partDirective() async {
await super.test_metadata_partDirective();
}
@failingTest
- test_metadata_prefixed_variable() async {
- await super.test_metadata_prefixed_variable();
- }
-
- @failingTest
test_metadata_simpleFormalParameter() async {
await super.test_metadata_simpleFormalParameter();
}
@@ -881,11 +801,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_metadata_topLevelVariableDeclaration() async {
- await super.test_metadata_topLevelVariableDeclaration();
- }
-
- @failingTest
test_metadata_typeParameter_ofTypedef() async {
await super.test_metadata_typeParameter_ofTypedef();
}
« 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