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

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

Issue 2977263002: Resynthesize class fields and accessors 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 c4f7b526a7ea00a409ceffae6dbe4001c0005a58..93a70383e171e354e07faecd11bf1e3bd37a4f54 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -226,56 +226,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_class_field_implicit_type() async {
- await super.test_class_field_implicit_type();
- }
-
- @failingTest
- test_class_field_static() async {
- await super.test_class_field_static();
- }
-
- @failingTest
- test_class_fields() async {
- await super.test_class_fields();
- }
-
- @failingTest
- test_class_getter_abstract() async {
- await super.test_class_getter_abstract();
- }
-
- @failingTest
- test_class_getter_external() async {
- await super.test_class_getter_external();
- }
-
- @failingTest
- test_class_getter_implicit_return_type() async {
- await super.test_class_getter_implicit_return_type();
- }
-
- @failingTest
- test_class_getter_static() async {
- await super.test_class_getter_static();
- }
-
- @failingTest
- test_class_getters() async {
- await super.test_class_getters();
- }
-
- @failingTest
- test_class_implicitField_getterFirst() async {
- await super.test_class_implicitField_getterFirst();
- }
-
- @failingTest
- test_class_implicitField_setterFirst() async {
- await super.test_class_implicitField_setterFirst();
- }
-
- @failingTest
test_class_interfaces_unresolved() async {
await super.test_class_interfaces_unresolved();
}
@@ -291,41 +241,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_class_setter_abstract() async {
- await super.test_class_setter_abstract();
- }
-
- @failingTest
- test_class_setter_external() async {
- await super.test_class_setter_external();
- }
-
- @failingTest
- test_class_setter_implicit_param_type() async {
- await super.test_class_setter_implicit_param_type();
- }
-
- @failingTest
- test_class_setter_implicit_return_type() async {
- await super.test_class_setter_implicit_return_type();
- }
-
- @failingTest
- test_class_setter_invalid_no_parameter() async {
- await super.test_class_setter_invalid_no_parameter();
- }
-
- @failingTest
- test_class_setter_static() async {
- await super.test_class_setter_static();
- }
-
- @failingTest
- test_class_setters() async {
- await super.test_class_setters();
- }
-
- @failingTest
test_class_supertype_unresolved() async {
await super.test_class_supertype_unresolved();
}
@@ -830,6 +745,17 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
+ test_constructor_redirected_factory_named_unresolved_class() async {
+ await super.test_constructor_redirected_factory_named_unresolved_class();
+ }
+
+ @failingTest
+ test_constructor_redirected_factory_named_unresolved_constructor() async {
+ await super
+ .test_constructor_redirected_factory_named_unresolved_constructor();
+ }
+
+ @failingTest
test_constructor_redirected_factory_unnamed() async {
await super.test_constructor_redirected_factory_unnamed();
}
@@ -860,6 +786,11 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
+ test_constructor_redirected_factory_unnamed_unresolved() async {
+ await super.test_constructor_redirected_factory_unnamed_unresolved();
+ }
+
+ @failingTest
test_constructor_redirected_thisInvocation_named() async {
await super.test_constructor_redirected_thisInvocation_named();
}
@@ -885,11 +816,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_constructor_withCycles_nonConst() async {
- await super.test_constructor_withCycles_nonConst();
- }
-
- @failingTest
test_defaultValue_refersToGenericClass_constructor() async {
await super.test_defaultValue_refersToGenericClass_constructor();
}
@@ -1060,26 +986,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_field_inferred_type_nonStatic_explicit_initialized() async {
- await super.test_field_inferred_type_nonStatic_explicit_initialized();
- }
-
- @failingTest
- test_field_inferred_type_nonStatic_implicit_initialized() async {
- await super.test_field_inferred_type_nonStatic_implicit_initialized();
- }
-
- @failingTest
- test_field_inferred_type_nonStatic_implicit_uninitialized() async {
- await super.test_field_inferred_type_nonStatic_implicit_uninitialized();
- }
-
- @failingTest
- test_field_inferred_type_static_implicit_initialized() async {
- await super.test_field_inferred_type_static_implicit_initialized();
- }
-
- @failingTest
test_field_propagatedType_const_noDep() async {
await super.test_field_propagatedType_const_noDep();
}
@@ -1100,21 +1006,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_field_propagatedType_final_noDep_static() async {
- await super.test_field_propagatedType_final_noDep_static();
- }
-
- @failingTest
- test_field_static_final_untyped() async {
- await super.test_field_static_final_untyped();
- }
-
- @failingTest
- test_field_untyped() async {
- await super.test_field_untyped();
- }
-
- @failingTest
test_function_async() async {
await super.test_function_async();
}
@@ -1270,11 +1161,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_getter_inferred_type_nonStatic_implicit_return() async {
- await super.test_getter_inferred_type_nonStatic_implicit_return();
- }
-
- @failingTest
test_getters() async {
await super.test_getters();
}
@@ -1350,27 +1236,12 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_inferred_function_type_in_generic_class_constructor() async {
- await super.test_inferred_function_type_in_generic_class_constructor();
- }
-
- @failingTest
- test_inferred_function_type_in_generic_class_getter() async {
- await super.test_inferred_function_type_in_generic_class_getter();
- }
-
- @failingTest
test_inferred_function_type_in_generic_class_in_generic_method() async {
await super
.test_inferred_function_type_in_generic_class_in_generic_method();
}
@failingTest
- test_inferred_function_type_in_generic_class_setter() async {
- await super.test_inferred_function_type_in_generic_class_setter();
- }
-
- @failingTest
test_inferred_type_is_typedef() async {
await super.test_inferred_type_is_typedef();
}
@@ -1432,11 +1303,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_inheritance_errors() async {
- await super.test_inheritance_errors();
- }
-
- @failingTest
test_initializer_executable_with_return_type_from_closure() async {
await super.test_initializer_executable_with_return_type_from_closure();
}
@@ -1939,11 +1805,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
- test_setter_inferred_type_nonStatic_implicit_param() async {
- await super.test_setter_inferred_type_nonStatic_implicit_param();
- }
-
- @failingTest
test_setter_inferred_type_static_implicit_return() async {
await super.test_setter_inferred_type_static_implicit_return();
}
« 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