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

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

Issue 2260313002: Extend Future.then inference to subclasses (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: rebase Created 4 years, 4 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 bca50680f91b3ad1563ded74aa2007a448c89059..bd2c1fbf038026f1718c02093cf038acf81bac0a 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -209,6 +209,36 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
@override
@failingTest
+ void test_futureThen() {
+ super.test_futureThen();
+ }
+
+ @override
+ @failingTest
+ void test_futureThen_conditional() {
+ super.test_futureThen_conditional();
+ }
+
+ @override
+ @failingTest
+ void test_futureThen_upwards() {
+ super.test_futureThen_upwards();
+ }
+
+ @override
+ @failingTest
+ void test_futureUnion_asyncConditional() {
+ super.test_futureUnion_asyncConditional();
+ }
+
+ @override
+ @failingTest
+ void test_futureUnion_downwards() {
+ super.test_futureUnion_downwards();
+ }
+
+ @override
+ @failingTest
void test_genericMethods_inferJSBuiltin() {
super.test_genericMethods_inferJSBuiltin();
}
« no previous file with comments | « pkg/analyzer/lib/src/generated/type_system.dart ('k') | pkg/analyzer/test/src/task/strong/inferred_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698