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

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

Issue 1853433006: Add more type inference uses cases to AST-based summaries. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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/lib/src/summary/link.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/summarize_ast_strong_test.dart
diff --git a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
index 2fe970435fefba4eba9ab99fc858772ecd46edbe..fbda5a49b069b91d08109810ac1cd785868d8152 100644
--- a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
+++ b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
@@ -58,11 +58,6 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
}
@override
- test_field_inferred_type_nonstatic_implicit_uninitialized() {
- // TODO(paulberry): fix.
- }
-
- @override
test_field_inferred_type_static_implicit_initialized() {
// TODO(paulberry): fix.
}
@@ -78,11 +73,6 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
}
@override
- test_getter_inferred_type_nonstatic_implicit_return() {
- // TODO(paulberry): fix.
- }
-
- @override
test_implicit_dependencies_follow_other_dependencies() {
// TODO(paulberry): fix.
}
@@ -153,16 +143,6 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
}
@override
- test_setter_inferred_type_nonstatic_implicit_param() {
- // TODO(paulberry): fix.
- }
-
- @override
- test_setter_inferred_type_nonstatic_implicit_return() {
- // TODO(paulberry): fix.
- }
-
- @override
test_syntheticFunctionType_genericClosure() {
// TODO(paulberry): fix.
}
« no previous file with comments | « pkg/analyzer/lib/src/summary/link.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698