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

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

Issue 3008463002: Store the covariant keyword flag for parameters and fields into Kernel and resynthesize in analyzer. (Closed)
Patch Set: Update Field in binary. 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 22702441f570d65be0c9769c2426bb545f8f5412..5dfbf2880c6b48ebf1ed4c021ffd01ae3c2d8f1b 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -386,11 +386,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
await super.test_exportImport_configurations_useFirst();
}
- @failingTest
- test_field_covariant() async {
- await super.test_field_covariant();
- }
-
@failingTest
test_field_propagatedType_final_dep_inLib() async {
await super.test_field_propagatedType_final_dep_inLib();
@@ -668,11 +663,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
await super.test_parameter_checked_inherited();
}
- @failingTest
- test_parameter_covariant() async {
- await super.test_parameter_covariant();
- }
-
@failingTest
test_parameter_covariant_inherited() async {
await super.test_parameter_covariant_inherited();
@@ -688,11 +678,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
await super.test_parts_invalidUri_nullStringValue();
}
- @failingTest
- test_setter_covariant() async {
- await super.test_setter_covariant();
- }
-
@failingTest
test_syntheticFunctionType_genericClosure() async {
await super.test_syntheticFunctionType_genericClosure();
« no previous file with comments | « pkg/analyzer/lib/src/dart/element/element.dart ('k') | pkg/front_end/lib/src/fasta/builder/modifier_builder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698