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

Unified Diff: pkg/analysis_server/test/integration/analysis/get_navigation_test.dart

Issue 2717523003: Update the statuses of various analysis server integration tests. (Closed)
Patch Set: move comments Created 3 years, 10 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/analysis/get_navigation_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/get_navigation_test.dart b/pkg/analysis_server/test/integration/analysis/get_navigation_test.dart
index 72fa597207d6f9a7b5fc6816c220fd9204b1bc82..24578d4eb382c7ebbce743e0ad98517f13849cdc 100644
--- a/pkg/analysis_server/test/integration/analysis/get_navigation_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/get_navigation_test.dart
@@ -41,9 +41,9 @@ class Bar {
expect(target.startColumn, 7);
}
- // This fails - it returns navigation results for a whitespace area (#28799).
@failingTest
test_navigation_no_result() async {
+ // This fails - it returns navigation results for a whitespace area (#28799).
String pathname = sourcePath('test.dart');
String text = r'''
//

Powered by Google App Engine
This is Rietveld 408576698