| 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();
|
| }
|
|
|