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

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

Issue 2990663002: Mark redirecting generic factory constructors as failing because of Fasta. (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 | « 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_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 e186fc8b7d9c8c265f2cd40c58dda8087ec6072f..d6730f376527b6f965a72b3a3f9f9022289466ea 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -351,32 +351,44 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
+ @_fastaProblem
test_constructor_redirected_factory_named_generic() async {
+ // https://github.com/dart-lang/sdk/issues/30258
await super.test_constructor_redirected_factory_named_generic();
}
@failingTest
+ @_fastaProblem
test_constructor_redirected_factory_named_imported_generic() async {
+ // https://github.com/dart-lang/sdk/issues/30258
await super.test_constructor_redirected_factory_named_imported_generic();
}
@failingTest
+ @_fastaProblem
test_constructor_redirected_factory_named_prefixed_generic() async {
+ // https://github.com/dart-lang/sdk/issues/30258
await super.test_constructor_redirected_factory_named_prefixed_generic();
}
@failingTest
+ @_fastaProblem
test_constructor_redirected_factory_unnamed_generic() async {
+ // https://github.com/dart-lang/sdk/issues/30258
await super.test_constructor_redirected_factory_unnamed_generic();
}
@failingTest
+ @_fastaProblem
test_constructor_redirected_factory_unnamed_imported_generic() async {
+ // https://github.com/dart-lang/sdk/issues/30258
await super.test_constructor_redirected_factory_unnamed_imported_generic();
}
@failingTest
+ @_fastaProblem
test_constructor_redirected_factory_unnamed_prefixed_generic() async {
+ // https://github.com/dart-lang/sdk/issues/30258
await super.test_constructor_redirected_factory_unnamed_prefixed_generic();
}
« 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