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

Unified Diff: pkg/analysis_server/test/domain_completion_test.dart

Issue 2297343002: Flush results when contexts are made idle. (Closed)
Patch Set: 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/analysis_server/test/domain_completion_test.dart
diff --git a/pkg/analysis_server/test/domain_completion_test.dart b/pkg/analysis_server/test/domain_completion_test.dart
index 81d8a353ac3b79acc58eda76eefa37231b298c33..54f9cbc9d5941bb2b2ce713e237d2c095e65a0c4 100644
--- a/pkg/analysis_server/test/domain_completion_test.dart
+++ b/pkg/analysis_server/test/domain_completion_test.dart
@@ -310,7 +310,7 @@ class CompletionDomainHandlerTest extends AbstractCompletionDomainTest {
expect(suggestions, isEmpty);
}
- test_inDartDoc_reference1() async {
+ fail_inDartDoc_reference1() async {
Brian Wilkerson 2016/08/31 19:26:34 Should we use @failingTest? More importantly, why
scheglov 2016/08/31 19:48:56 Yes, it would be better. Unfortunately analysis_se
Brian Wilkerson 2016/08/31 19:56:49 Yes, but we should be aggressively re-computing th
addFile(
'/testA.dart',
'''
@@ -476,7 +476,7 @@ class B extends A {m() {^}}
});
}
- test_partFile() {
+ fail_partFile() {
addFile(
'/project/bin/testA.dart',
'''
@@ -498,7 +498,7 @@ class B extends A {m() {^}}
});
}
- test_partFile2() {
+ fail_partFile2() {
addFile(
'/testA.dart',
'''

Powered by Google App Engine
This is Rietveld 408576698