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

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

Issue 2523853002: Fix failures caused by earlier CL (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | 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_ast_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
index ca4b1f743ddd32c9db5919d52bb2d84fd9b90f34..29e30d3860b49dd7ba98c81ef0ce439837a179e5 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -619,6 +619,14 @@ var v = new C().m(1, b: 'bbb', c: 2.0);
@override
@failingTest
void
+ test_unsafeBlockClosureInference_functionCall_explicitDynamicParam_viaExpr2_comment() {
+ super
+ .test_unsafeBlockClosureInference_functionCall_explicitDynamicParam_viaExpr2_comment();
+ }
+
+ @override
+ @failingTest
+ void
test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2() {
super
.test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2();
@@ -626,6 +634,14 @@ var v = new C().m(1, b: 'bbb', c: 2.0);
@override
@failingTest
+ void
+ test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2_comment() {
+ super
+ .test_unsafeBlockClosureInference_functionCall_explicitTypeParam_viaExpr2_comment();
+ }
+
+ @override
+ @failingTest
void test_unsafeBlockClosureInference_functionCall_implicitTypeParam() {
super.test_unsafeBlockClosureInference_functionCall_implicitTypeParam();
}
@@ -633,6 +649,14 @@ var v = new C().m(1, b: 'bbb', c: 2.0);
@override
@failingTest
void
+ test_unsafeBlockClosureInference_functionCall_implicitTypeParam_comment() {
+ super
+ .test_unsafeBlockClosureInference_functionCall_implicitTypeParam_comment();
+ }
+
+ @override
+ @failingTest
+ void
test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr() {
super
.test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr();
@@ -640,6 +664,14 @@ var v = new C().m(1, b: 'bbb', c: 2.0);
@override
@failingTest
+ void
+ test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr_comment() {
+ super
+ .test_unsafeBlockClosureInference_functionCall_implicitTypeParam_viaExpr_comment();
+ }
+
+ @override
+ @failingTest
void test_unsafeBlockClosureInference_functionCall_noTypeParam_viaExpr() {
super.test_unsafeBlockClosureInference_functionCall_noTypeParam_viaExpr();
}
@@ -662,6 +694,13 @@ var v = new C().m(1, b: 'bbb', c: 2.0);
super.test_unsafeBlockClosureInference_methodCall_implicitTypeParam();
}
+ @override
+ @failingTest
+ void test_unsafeBlockClosureInference_methodCall_implicitTypeParam_comment() {
+ super
+ .test_unsafeBlockClosureInference_methodCall_implicitTypeParam_comment();
+ }
+
LibraryElementImpl _checkSource(
SummaryResynthesizer resynthesizer, Source source) {
LibraryElementImpl resynthesized =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698