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

Unified Diff: pkg/analysis_server/test/integration/support/protocol_matchers.dart

Issue 3000823002: Forward Kythe requests to plugins and merge in the results (Closed)
Patch Set: Created 3 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/integration/support/protocol_matchers.dart
diff --git a/pkg/analysis_server/test/integration/support/protocol_matchers.dart b/pkg/analysis_server/test/integration/support/protocol_matchers.dart
index 902a6a58e371ed2425aa1be90335d0525c96068b..0768145bafd0e53a2e8f632f765dc511423adfa7 100644
--- a/pkg/analysis_server/test/integration/support/protocol_matchers.dart
+++ b/pkg/analysis_server/test/integration/support/protocol_matchers.dart
@@ -1077,6 +1077,7 @@ final Matcher isRequestError = new LazyMatcher(() => new MatchesJsonObject(
* FORMAT_WITH_ERRORS
* GET_ERRORS_INVALID_FILE
* GET_IMPORTED_ELEMENTS_INVALID_FILE
+ * GET_KYTHE_ENTRIES_INVALID_FILE
* GET_NAVIGATION_INVALID_FILE
* GET_REACHABLE_SOURCES_INVALID_FILE
* IMPORT_ELEMENTS_INVALID_FILE
@@ -1106,6 +1107,7 @@ final Matcher isRequestErrorCode = new MatchesEnum("RequestErrorCode", [
"FORMAT_WITH_ERRORS",
"GET_ERRORS_INVALID_FILE",
"GET_IMPORTED_ELEMENTS_INVALID_FILE",
+ "GET_KYTHE_ENTRIES_INVALID_FILE",
"GET_NAVIGATION_INVALID_FILE",
"GET_REACHABLE_SOURCES_INVALID_FILE",
"IMPORT_ELEMENTS_INVALID_FILE",

Powered by Google App Engine
This is Rietveld 408576698