| 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)
|
|
|