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

Unified Diff: compiler/tests/dartc/dartc.status

Issue 9015005: Add dartc junit tests to test.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix stray delete. Created 9 years 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 | compiler/tests/dartc/test_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/tests/dartc/dartc.status
diff --git a/compiler/tests/dartc/dartc.status b/compiler/tests/dartc/dartc.status
index bb6f62be02afb37bb4084493ac3c9e0b5d155d90..367516514f1d220f1db938aefc10cf126f1d7ad4 100644
--- a/compiler/tests/dartc/dartc.status
+++ b/compiler/tests/dartc/dartc.status
@@ -3,6 +3,13 @@
# BSD-style license that can be found in the LICENSE file.
prefix dartc
+# This directory creates a single java junit test, with name dartc/junit_tests.
+# This status file is only used to exclude all components except dartc
+# from performing the test, in the test.py script.
+
+# The individual file and directory exclusions are hardcoded into the scripts
+# client/tests/dartc/testcfg.py and client/tests/dartc/test_config.dart.
+# The component exclusions are hardcoded into test.dart.
compiler/vm/*: Skip
« no previous file with comments | « no previous file | compiler/tests/dartc/test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698