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

Unified Diff: tools/isolate/run_test_from_archive_test.py

Issue 10876044: run_test_from_archive: Rewritten to be more parallelized. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase againt HEAD and include fixes Created 8 years, 4 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 | « tools/isolate/run_test_from_archive_smoke_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/isolate/run_test_from_archive_test.py
diff --git a/tools/isolate/run_test_from_archive_test.py b/tools/isolate/run_test_from_archive_test.py
index 0a6f5c9ac261810f4ddbeb1b2a7deeb0274d059b..9662a21dd40141f1dfdafa6c9792260678abbc75 100755
--- a/tools/isolate/run_test_from_archive_test.py
+++ b/tools/isolate/run_test_from_archive_test.py
@@ -30,6 +30,7 @@ class RunTestFromArchiveTest(unittest.TestCase):
u'sha-1': u'0123456789abcdef0123456789abcdef01234567'
}
},
+ u'includes': [u'0123456789abcdef0123456789abcdef01234567'],
u'read_only': False,
u'relative_cwd': u'somewhere_else'
}
« no previous file with comments | « tools/isolate/run_test_from_archive_smoke_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698