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

Unified Diff: scripts/slave/runisolatedtest.py

Issue 12995019: Start running base_unittests in isolate mode for Linux and Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove linux_aura Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/runisolatedtest.py
diff --git a/scripts/slave/runisolatedtest.py b/scripts/slave/runisolatedtest.py
index 8f5e66f5c24737af9951e9404c495d8f1d6880e5..093f1a94c0d8a341a23fd4d3502f3db4d5ad15fd 100755
--- a/scripts/slave/runisolatedtest.py
+++ b/scripts/slave/runisolatedtest.py
@@ -17,6 +17,13 @@ USAGE = ('%s [options] /full/path/to/test.exe -- [original test command]' %
os.path.basename(sys.argv[0]))
ISOLATE_ENABLED_TESTS = {
+ 'Linux Tests': 'base_unittests',
+ 'linux_rel': 'base_unittests',
+ 'Vista Tests (2)': 'base_unittests',
+ 'Win 7 Tests x64 (2)': 'base_unittests',
+ 'win_rel': 'base_unittests',
+ 'Win7 Tests (2)': 'base_unittests',
+ 'XP Tests (2)': 'base_unittests',
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698