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

Unified Diff: pkg/analysis_server/test/integration/analysis/error_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/error_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/error_test.dart b/pkg/analysis_server/test/integration/analysis/error_test.dart
index 3d11f4e571e8a549082a8f7795b4e6538d64c871..1b1f69b6805ed7f0226478a08c370e2671085a86 100644
--- a/pkg/analysis_server/test/integration/analysis/error_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/error_test.dart
@@ -139,6 +139,7 @@ class NoAnalysisErrorsIntegrationTest_Driver
@failingTest
@override
test_detect_simple_error() {
+ // Errors are reported with noErrorNotification: true (#28869).
return super.test_detect_simple_error();
}
}

Powered by Google App Engine
This is Rietveld 408576698