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

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

Issue 2717523003: Update the statuses of various analysis server integration tests. (Closed)
Patch Set: 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_driver_test.dart
diff --git a/pkg/analysis_server/test/integration/analysis/error_driver_test.dart b/pkg/analysis_server/test/integration/analysis/error_driver_test.dart
index 9f18a12a1c42cc49cea73fa9c3ace729cd4936f1..ca47b692f04d5f2cf77f7cf72f5c6537c6833687 100644
--- a/pkg/analysis_server/test/integration/analysis/error_driver_test.dart
+++ b/pkg/analysis_server/test/integration/analysis/error_driver_test.dart
@@ -18,7 +18,7 @@ class AnalysisErrorIntegrationTest_Driver
@override
bool get enableNewAnalysisDriver => true;
- @failingTest
+ @failingTest // We see errors here with the new driver (#28870).
scheglov 2017/02/23 21:22:50 Please put these comments inside method bodies.
devoncarew 2017/02/23 21:34:51 Done.
test_super_mixins_enabled() async {
// Expected: empty
// Actual: [

Powered by Google App Engine
This is Rietveld 408576698