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

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

Issue 2963183002: Don't serialize local variables. (Closed)
Patch Set: Rebase after removing ExecutableElement.localVariables 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
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 05563d2fe4d24cacaf4ed2869111b36df48089ca..da069e58b18a7e1d0b0dbe888fcc6cf7062fedfd 100644
--- a/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
+++ b/pkg/analyzer/test/src/summary/summarize_ast_strong_test.dart
@@ -96,12 +96,6 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
@override
@failingTest
- test_initializer_executable_with_return_type_from_closure_local() {
- super.test_initializer_executable_with_return_type_from_closure_local();
- }
-
- @override
- @failingTest
test_initializer_executable_with_unimported_return_type() {
super.test_initializer_executable_with_unimported_return_type();
}
@@ -114,19 +108,7 @@ class LinkedSummarizeAstStrongTest extends LinkedSummarizeAstTest {
@override
@failingTest
- test_syntheticFunctionType_genericClosure_inGenericFunction() {
- super.test_syntheticFunctionType_genericClosure_inGenericFunction();
- }
-
- @override
- @failingTest
test_syntheticFunctionType_inGenericClass() {
super.test_syntheticFunctionType_inGenericClass();
}
-
- @override
- @failingTest
- test_syntheticFunctionType_inGenericFunction() {
- super.test_syntheticFunctionType_inGenericFunction();
- }
}
« no previous file with comments | « pkg/analyzer/lib/src/summary/summarize_ast.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