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

Unified Diff: tools/auto_bisect/bisect_perf_regression_test.py

Issue 2784303004: Bisect - Fix testGetCommitPositionForV8. (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/bisect_perf_regression_test.py
diff --git a/tools/auto_bisect/bisect_perf_regression_test.py b/tools/auto_bisect/bisect_perf_regression_test.py
index 30c9b24fd9a2d7219e88395305b0ed0df3e372af..209388d09147b399ae022d8401199effa50d6429 100644
--- a/tools/auto_bisect/bisect_perf_regression_test.py
+++ b/tools/auto_bisect/bisect_perf_regression_test.py
@@ -465,10 +465,10 @@ class BisectPerfRegressionTest(unittest.TestCase):
def testGetCommitPositionForV8(self):
bisect_instance = _GetBisectPerformanceMetricsInstance(DEFAULT_OPTIONS)
- v8_rev = '21d700eedcdd6570eff22ece724b63a5eefe78cb'
+ v8_rev = '818769db41cb3e83979aa16cc76c69b66045e369'
depot_path = os.path.join(bisect_instance.src_cwd, 'v8')
self.assertEqual(
- 23634, source_control.GetCommitPosition(v8_rev, depot_path))
+ 43769, source_control.GetCommitPosition(v8_rev, depot_path))
def testGetCommitPositionForSkia(self):
bisect_instance = _GetBisectPerformanceMetricsInstance(DEFAULT_OPTIONS)
« 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