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

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

Issue 3002633002: Resynthesize assert constructor initializers and parameter references. (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
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 {

Powered by Google App Engine
This is Rietveld 408576698