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

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

Issue 1904543002: Implement FunctionElementForLink_FunctionTypedParam.parameters. (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 f7442e8928aa93a5ffc4639316417ce339c00006..29848a742db6e26a96a9d78f8edc82599c894b72 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -562,18 +562,6 @@ var b = a.m();
super.test_inferenceInCyclesIsDeterministic();
}
- @override
- @failingTest
- void test_inferTypesOnGenericInstantiations_5() {
- super.test_inferTypesOnGenericInstantiations_5();
- }
-
- @override
- @failingTest
- void test_inferTypesOnGenericInstantiationsInLibraryCycle() {
- super.test_inferTypesOnGenericInstantiationsInLibraryCycle();
- }
-
void test_invokeMethod_notGeneric_genericClass() {
var unit = checkFile(r'''
class C<T> {
« 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