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

Unified Diff: compiler/javatests/com/google/dart/corelib/SharedTests.java

Issue 9315036: Change output of test.dart --list option, so it can be parsed automatically. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more changes Created 8 years, 11 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: compiler/javatests/com/google/dart/corelib/SharedTests.java
diff --git a/compiler/javatests/com/google/dart/corelib/SharedTests.java b/compiler/javatests/com/google/dart/corelib/SharedTests.java
index 6be78b7ed480e36f00d74888d0e685d027a953aa..3dc32203c827eee90ccd926cf06a9998028c0986 100644
--- a/compiler/javatests/com/google/dart/corelib/SharedTests.java
+++ b/compiler/javatests/com/google/dart/corelib/SharedTests.java
@@ -36,6 +36,7 @@ public class SharedTests extends TestSetup {
TEST_PY,
"--component=dartc",
"--mode=release",
+ "--progress=silent",
"--list"};
public SharedTests(Test test) {

Powered by Google App Engine
This is Rietveld 408576698