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

Unified Diff: tests/standalone/src/TestRunnerTest.dart

Issue 8514003: tools/test.dart: Read test expectations from the status file, and pass them to the test runner. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Import library with PASS, FAIL, CRASH to TestRunnerTest Created 9 years, 1 month 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/standalone/src/TestRunnerTest.dart
diff --git a/tests/standalone/src/TestRunnerTest.dart b/tests/standalone/src/TestRunnerTest.dart
index 7f94ec9bc8e156d8e3c13ed87b8314d76cab90d1..85668b0d999d77d017d412e27b2d2f5b16b31216 100644
--- a/tests/standalone/src/TestRunnerTest.dart
+++ b/tests/standalone/src/TestRunnerTest.dart
@@ -5,6 +5,7 @@
#library("TestRunnerTest");
#import("../../../tools/testing/dart/test_runner.dart");
+#import("../../../tools/testing/dart/status_file_parser.dart");
Mads Ager (google) 2011/11/10 16:31:57 Do you need this here when there are no other chan
Bill Hesse 2011/11/10 16:44:45 Yes. The declarations of PASS, FAIL, and CRASH ar
// TODO(whesse) source("ProcessTestUtil.dart"); when it is committed.

Powered by Google App Engine
This is Rietveld 408576698