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

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

Issue 1943013002: Fix for serializing annotations. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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_ast_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
index 7b48d770772d7aa9b1924bff1c597b3a3609b294..21be2a961e7aed7fb65bbe7fa1581fd442794e0a 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -154,12 +154,6 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
@override
@failingTest
- void test_downwardsInferenceAnnotations() {
- super.test_downwardsInferenceAnnotations();
- }
-
- @override
- @failingTest
void test_downwardsInferenceAsyncAwait() {
super.test_downwardsInferenceAsyncAwait();
}
@@ -651,30 +645,6 @@ class ResynthesizeAstTest extends ResynthesizeTest
@override
@failingTest
- void test_metadata_constructor_call_named() {
- super.test_metadata_constructor_call_named();
- }
-
- @override
- @failingTest
- void test_metadata_constructor_call_named_prefixed() {
- super.test_metadata_constructor_call_named_prefixed();
- }
-
- @override
- @failingTest
- void test_metadata_constructor_call_unnamed() {
- super.test_metadata_constructor_call_unnamed();
- }
-
- @override
- @failingTest
- void test_metadata_constructor_call_with_args() {
- super.test_metadata_constructor_call_with_args();
- }
-
- @override
- @failingTest
void test_type_reference_to_import_part_in_subdir() {
super.test_type_reference_to_import_part_in_subdir();
}

Powered by Google App Engine
This is Rietveld 408576698