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

Unified Diff: pkg/analysis_server/test/integration/completion/get_suggestions_test.dart

Issue 2618243002: Fix the rest of the completion tests with the new analysis driver. (Closed)
Patch Set: Created 3 years, 11 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/integration/completion/get_suggestions_test.dart
diff --git a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
index d8998217735e2c2b22b20fc947a16381d4addba3..6376aa58eca07d8c8dda2d92963787525d8d80e0 100644
--- a/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
+++ b/pkg/analysis_server/test/integration/completion/get_suggestions_test.dart
@@ -129,11 +129,4 @@ class GetSuggestionsTest extends AbstractGetSuggestionsTest {}
class GetSuggestionsTest_Driver extends AbstractGetSuggestionsTest {
@override
bool get enableNewAnalysisDriver => true;
-
- @failingTest
- test_getSuggestions_sourceMissing_noWait() {
- // Expected: same instance as 'exception from server'
- // Actual: CompletionGetSuggestionsResult:<{"id":"0"}>
- return super.test_getSuggestions_sourceMissing_noWait();
- }
}

Powered by Google App Engine
This is Rietveld 408576698