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

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

Issue 3008453002: Build / resynthesize final fields as ConstFieldElementImpl only if the enclosing class has a consta… (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
« 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 22702441f570d65be0c9769c2426bb545f8f5412..e6cad8a6b5bb23115613d64f80d7097a6769dade 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -217,21 +217,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
await super.test_const_invokeConstructor_unnamed_unresolved3();
}
- @failingTest
- test_const_reference_type_functionType() async {
- await super.test_const_reference_type_functionType();
- }
-
@failingTest
test_const_reference_type_imported_withPrefix() async {
await super.test_const_reference_type_imported_withPrefix();
}
- @failingTest
- test_const_reference_type_typeParameter() async {
- await super.test_const_reference_type_typeParameter();
- }
-
@failingTest
@fastaProblem
test_const_reference_unresolved_prefix0() async {
@@ -391,21 +381,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
await super.test_field_covariant();
}
- @failingTest
- test_field_propagatedType_final_dep_inLib() async {
- await super.test_field_propagatedType_final_dep_inLib();
- }
-
- @failingTest
- test_field_propagatedType_final_dep_inPart() async {
- await super.test_field_propagatedType_final_dep_inPart();
- }
-
- @failingTest
- test_field_propagatedType_final_noDep_instance() async {
- await super.test_field_propagatedType_final_noDep_instance();
- }
-
@failingTest
test_genericFunction_asGenericFunctionReturnType() async {
await super.test_genericFunction_asGenericFunctionReturnType();
« 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