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

Unified Diff: tools/auto_bisect/fetch_build_test.py

Issue 994183002: Make android-chrome bisect work with archives. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/auto_bisect/fetch_build.py ('k') | tools/auto_bisect/request_build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/fetch_build_test.py
diff --git a/tools/auto_bisect/fetch_build_test.py b/tools/auto_bisect/fetch_build_test.py
index dfd81d28aa936d1d908085698512631d9901aae0..85c8ff26405e5ea9d15b5a2c237cdffcc278aad5 100644
--- a/tools/auto_bisect/fetch_build_test.py
+++ b/tools/auto_bisect/fetch_build_test.py
@@ -166,6 +166,13 @@ class BuildArchiveTest(unittest.TestCase):
archive._platform = 'mac'
self.assertEqual(14400, archive.GetBuilderBuildTime())
+ def test_GetBuildBotUrl_Perf(self):
+ self.assertEqual(fetch_build.PERF_TRY_SERVER_URL,
+ fetch_build.GetBuildBotUrl(fetch_build.PERF_BUILDER))
+
+ def test_GetBuildBotUrl_full(self):
+ self.assertEqual(fetch_build.LINUX_TRY_SERVER_URL,
+ fetch_build.GetBuildBotUrl(fetch_build.FULL_BUILDER))
class UnzipTest(unittest.TestCase):
« no previous file with comments | « tools/auto_bisect/fetch_build.py ('k') | tools/auto_bisect/request_build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698