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

Unified Diff: dart/tools/test.py

Issue 8261009: Create a standalone test directory and move tests in runtime/tests/dart (mostly) to that directory. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 2 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: dart/tools/test.py
===================================================================
--- dart/tools/test.py (revision 386)
+++ dart/tools/test.py (working copy)
@@ -26,7 +26,7 @@
TIMEOUT_SECS = 60
ARCH_GUESS = utils.GuessArchitecture()
OS_GUESS = utils.GuessOS()
-BUILT_IN_TESTS = ['dartc', 'vm', 'dart', 'corelib', 'language', 'co19',
+BUILT_IN_TESTS = ['dartc', 'vm', 'standalone', 'corelib', 'language', 'co19',
'samples', 'isolate', 'stub-generator', 'client']
# Patterns for matching test options in .dart files.
« dart/tests/corelib/src/StringBaseVMTest.dart ('K') | « dart/tests/standalone/testcfg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698