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

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

Issue 2288223003: Don't perform final fields and top-level variables type propagation. (Closed)
Patch Set: Rewrite 'reuse' tests using 'inferredTypeSlot'. Created 4 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/summarize_ast_strong_test.dart
diff --git a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
index b034228b8a3c583a88ac52d71c088b1d0bf0e26b..4b6f6d59dc4a5a4330c8909bda7f255a7db69ae6 100644
--- a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
+++ b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
@@ -48,18 +48,6 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
@override
@failingTest
- test_field_propagated_type_final_immediate() {
- super.test_field_propagated_type_final_immediate();
- }
-
- @override
- @failingTest
- test_fully_linked_references_follow_other_references() {
- super.test_fully_linked_references_follow_other_references();
- }
-
- @override
- @failingTest
test_implicit_dependencies_follow_other_dependencies() {
super.test_implicit_dependencies_follow_other_dependencies();
}
@@ -120,18 +108,6 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
@override
@failingTest
- test_linked_reference_reuse() {
- super.test_linked_reference_reuse();
- }
-
- @override
- @failingTest
- test_linked_type_dependency_reuse() {
- super.test_linked_type_dependency_reuse();
- }
-
- @override
- @failingTest
test_syntheticFunctionType_genericClosure() {
super.test_syntheticFunctionType_genericClosure();
}
@@ -156,37 +132,7 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
@override
@failingTest
- test_syntheticFunctionType_noArguments() {
- super.test_syntheticFunctionType_noArguments();
- }
-
- @override
- @failingTest
- test_syntheticFunctionType_withArguments() {
- super.test_syntheticFunctionType_withArguments();
- }
-
- @override
- @failingTest
test_unused_type_parameter() {
super.test_unused_type_parameter();
}
-
- @override
- @failingTest
- test_variable_propagated_type_final_immediate() {
- super.test_variable_propagated_type_final_immediate();
- }
-
- @override
- @failingTest
- test_variable_propagated_type_new_reference() {
- super.test_variable_propagated_type_new_reference();
- }
-
- @override
- @failingTest
- test_variable_propagated_type_omit_dynamic() {
- super.test_variable_propagated_type_omit_dynamic();
- }
}
« no previous file with comments | « pkg/analyzer/test/src/context/context_test.dart ('k') | pkg/analyzer/test/src/summary/summarize_ast_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698