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

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

Issue 2992573002: Specialize imported_withPrefix tests for resynthesizing from Kernel. (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 | « pkg/analyzer/test/src/summary/resynthesize_common.dart ('k') | 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 2c0d76ac94b11d8f1b80a6fa6f1e3b33b498f1d7..3aaa19a87c82ca20346948158eb1c14547a94281 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -243,36 +243,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_const_length_ofClassConstField_imported_withPrefix() async {
- await super.test_const_length_ofClassConstField_imported_withPrefix();
- }
-
- @failingTest
- test_const_length_ofTopLevelVariable_imported_withPrefix() async {
- await super.test_const_length_ofTopLevelVariable_imported_withPrefix();
- }
-
- @failingTest
- test_const_reference_staticField_imported_withPrefix() async {
- await super.test_const_reference_staticField_imported_withPrefix();
- }
-
- @failingTest
- test_const_reference_staticMethod_imported_withPrefix() async {
- await super.test_const_reference_staticMethod_imported_withPrefix();
- }
-
- @failingTest
- test_const_reference_topLevelFunction_imported_withPrefix() async {
- await super.test_const_reference_topLevelFunction_imported_withPrefix();
- }
-
- @failingTest
- test_const_reference_topLevelVariable_imported_withPrefix() async {
- await super.test_const_reference_topLevelVariable_imported_withPrefix();
- }
-
- @failingTest
test_const_reference_type() async {
await super.test_const_reference_type();
}
« no previous file with comments | « pkg/analyzer/test/src/summary/resynthesize_common.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698