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

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

Issue 1927323002: Implement stable resolution of generic types without type arguments to their bounds. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Merge and regenerate the task graph. 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/context/context_test.dart ('k') | pkg/analyzer/test/src/task/dart_test.dart » ('j') | 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 9d7a10d109f0a592a38a2d6763554030634e9284..1bfac3724802e3f4070b24a1c921e1df871eda62 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -562,6 +562,42 @@ var b = a.m();
super.test_inferenceInCyclesIsDeterministic();
}
+ @override
+ @failingTest
+ void test_instantiateToBounds_generic2_hasBound_definedAfter() {
+ super.test_instantiateToBounds_generic2_hasBound_definedAfter();
+ }
+
+ @override
+ @failingTest
+ void test_instantiateToBounds_generic2_hasBound_definedBefore() {
+ super.test_instantiateToBounds_generic2_hasBound_definedBefore();
+ }
+
+ @override
+ @failingTest
+ void test_instantiateToBounds_generic2_noBound() {
+ super.test_instantiateToBounds_generic2_noBound();
+ }
+
+ @override
+ @failingTest
+ void test_instantiateToBounds_generic_hasBound_definedAfter() {
+ super.test_instantiateToBounds_generic_hasBound_definedAfter();
+ }
+
+ @override
+ @failingTest
+ void test_instantiateToBounds_generic_hasBound_definedBefore() {
+ super.test_instantiateToBounds_generic_hasBound_definedBefore();
+ }
+
+ @override
+ @failingTest
+ void test_instantiateToBounds_notGeneric() {
+ super.test_instantiateToBounds_notGeneric();
+ }
+
void test_invokeMethod_notGeneric_genericClass() {
var unit = checkFile(r'''
class C<T> {
« no previous file with comments | « pkg/analyzer/test/src/context/context_test.dart ('k') | pkg/analyzer/test/src/task/dart_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698