| 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 cc085ff2355abe9252bb507a1e768a3038245ae7..9e3d12b6595da8c7ca880416d3b68155742642eb 100644
|
| --- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
|
| +++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
|
| @@ -279,16 +279,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| await super.test_const_topLevel_this();
|
| }
|
|
|
| - @failingTest
|
| - test_constructor_initializers_assertInvocation() async {
|
| - await super.test_constructor_initializers_assertInvocation();
|
| - }
|
| -
|
| - @failingTest
|
| - test_constructor_initializers_assertInvocation_message() async {
|
| - await super.test_constructor_initializers_assertInvocation_message();
|
| - }
|
| -
|
| @failingTest
|
| @fastaProblem
|
| test_constructor_initializers_field_notConst() async {
|
| @@ -296,13 +286,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
|
| await super.test_constructor_initializers_field_notConst();
|
| }
|
|
|
| - @failingTest
|
| - @fastaProblem
|
| - test_constructor_initializers_field_withParameter() async {
|
| - // https://github.com/dart-lang/sdk/issues/30251
|
| - await super.test_constructor_initializers_field_withParameter();
|
| - }
|
| -
|
| @failingTest
|
| @fastaProblem
|
| test_constructor_redirected_factory_named_generic() async {
|
|
|