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

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

Issue 2980963002: Resynthesize constructor properties. (Closed)
Patch Set: Created 3 years, 5 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/dart/element/element.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 b2342c89a59f7b2da332805cb2164f2178a72b7f..4c14a27f500526fbb6a93ed148fbec4b41a97f22 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -135,31 +135,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_class_constructor_const() async {
- await super.test_class_constructor_const();
- }
-
- @failingTest
- test_class_constructor_const_external() async {
- await super.test_class_constructor_const_external();
- }
-
- @failingTest
- test_class_constructor_explicit_named() async {
- await super.test_class_constructor_explicit_named();
- }
-
- @failingTest
test_class_constructor_explicit_type_params() async {
await super.test_class_constructor_explicit_type_params();
}
@failingTest
- test_class_constructor_external() async {
- await super.test_class_constructor_external();
- }
-
- @failingTest
test_class_constructor_factory() async {
await super.test_class_constructor_factory();
}
@@ -250,11 +230,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_class_constructors() async {
- await super.test_class_constructors();
- }
-
- @failingTest
test_class_documented() async {
await super.test_class_documented();
}
« no previous file with comments | « pkg/analyzer/lib/src/dart/element/element.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698