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

Unified Diff: tests/compiler/dart2js/analyze_test_test.dart

Issue 1838903003: Make analyze_test_test less verbose (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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: tests/compiler/dart2js/analyze_test_test.dart
diff --git a/tests/compiler/dart2js/analyze_test_test.dart b/tests/compiler/dart2js/analyze_test_test.dart
index 36a727068cdd71871fd1a58658d941a54f36b113..5d6037318ed25fa393f882740f420b80b4b671db 100644
--- a/tests/compiler/dart2js/analyze_test_test.dart
+++ b/tests/compiler/dart2js/analyze_test_test.dart
@@ -56,9 +56,7 @@ const List<String> SKIP_LIST = const <String>[
];
main(List<String> arguments) {
- // TODO(johnniwinther): Remove verbose flag when test issues have been
- // resolved.
- List<String> options = <String>[Flags.verbose];
+ List<String> options = <String>[];
if (arguments.contains('-v') || arguments.contains(Flags.verbose)) {
options.add(Flags.verbose);
}
Bill Hesse 2016/03/29 11:56:26 No need to process a --hide-whitelisted argument?
Johnni Winther 2016/03/30 07:02:30 I deliberately med show-whitelisted the default (f
« tests/compiler/dart2js/analyze_helper.dart ('K') | « tests/compiler/dart2js/analyze_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698