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

Unified Diff: pkg/analysis_server/test/integration/analysis/analysis_options_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
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/analysis/error_driver_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/test/integration/analysis/analysis_options_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/analysis_options_test.dart b/pkg/analysis_server/test/integration/analysis/analysis_options_test.dart
index 3216977f944b100eb3935687865bcc60315f6d09..b43679ede2ba12dd5b49290a0e5694e528bb38cb 100644
--- a/pkg/analysis_server/test/integration/analysis/analysis_options_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/analysis_options_test.dart
@@ -83,14 +83,16 @@ class OptionsIntegrationTest_Driver extends AbstractOptionsIntegrationTest {
@failingTest
test_option_warning_newOptionFile() async {
- // TimeoutException after 0:00:30.000000: Test timed out after 30 seconds.
+ // TimeoutException after 0:00:30.000000: Test timed out after 30 seconds
+ // (#28868).
//return super.test_option_warning_newOptionFile();
fail('Test timed out');
}
@failingTest
test_option_warning_oldOptionFile() async {
- // TimeoutException after 0:00:30.000000: Test timed out after 30 seconds.
+ // TimeoutException after 0:00:30.000000: Test timed out after 30 seconds
+ // (#28868).
//return super.test_option_warning_oldOptionFile();
fail('Test timed out');
}
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/analysis/error_driver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698