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

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

Issue 3009933002: Resynthesize references to type parameters in default expressions from Kernel. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « pkg/analyzer/test/src/summary/resynthesize_common.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_kernel_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
index 0106280f6e4a24d89a844c1af8d2a6fde8482e56..802d67ee3256d1a18faf05ac7e7336deb1ad693f 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -304,36 +304,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
await super.test_constructor_redirected_factory_unnamed_prefixed_generic();
}
- @failingTest
- test_defaultValue_refersToGenericClass_constructor() async {
- await super.test_defaultValue_refersToGenericClass_constructor();
- }
-
- @failingTest
- test_defaultValue_refersToGenericClass_constructor2() async {
- await super.test_defaultValue_refersToGenericClass_constructor2();
- }
-
- @failingTest
- test_defaultValue_refersToGenericClass_functionG() async {
- await super.test_defaultValue_refersToGenericClass_functionG();
- }
-
- @failingTest
- test_defaultValue_refersToGenericClass_methodG() async {
- await super.test_defaultValue_refersToGenericClass_methodG();
- }
-
- @failingTest
- test_defaultValue_refersToGenericClass_methodG_classG() async {
- await super.test_defaultValue_refersToGenericClass_methodG_classG();
- }
-
- @failingTest
- test_defaultValue_refersToGenericClass_methodNG() async {
- await super.test_defaultValue_refersToGenericClass_methodNG();
- }
-
@failingTest
test_error_extendsEnum() async {
await super.test_error_extendsEnum();
« no previous file with comments | « pkg/analyzer/test/src/summary/resynthesize_common.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698