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

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

Issue 1897513002: Fill out the implementation of synthetic getters/setters in the summary linker. (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
« no previous file with comments | « pkg/analyzer/test/src/summary/linker_test.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_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 5e2bcd6adc92ffcb88ac8fff3ee9a06ca722bbae..dbe650de42c81afc0d0d34b467bcd8526f59ebd2 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -333,18 +333,6 @@ var b2 = new B<int>();
@override
@failingTest
- void test_inferFromRhsOnlyIfItWontConflictWithOverriddenFields() {
- super.test_inferFromRhsOnlyIfItWontConflictWithOverriddenFields();
- }
-
- @override
- @failingTest
- void test_inferTypesOnGenericInstantiations_4() {
- super.test_inferTypesOnGenericInstantiations_4();
- }
-
- @override
- @failingTest
void test_inferTypesOnGenericInstantiations_5() {
super.test_inferTypesOnGenericInstantiations_5();
}
« no previous file with comments | « pkg/analyzer/test/src/summary/linker_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698