New issue
Advanced search Search tips

Issue 707212 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Mar 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

tools/auto_bisect/run_tests fails testGetCommitPositionForV8

Project Member Reported by perezju@chromium.org, Mar 31 2017

Issue description


What steps will reproduce the problem?
(1) cd $SRC/tools/auto_bisect
(2) ./run_tests


What is the expected result?

All tests pass.

What happens instead?

======================================================================
FAIL: testGetCommitPositionForV8 (bisect_perf_regression_test.BisectPerfRegressionTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "bisect_perf_regression_test.py", line 471, in testGetCommitPositionForV8
AssertionError: 23634 != None

----------------------------------------------------------------------


These tests are run on presubmit, and the error was blocking me from uploading some CLs.

+simonhatch could you triage?
 
Project Member

Comment 1 by bugdroid1@chromium.org, Mar 31 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/1f7424c4927085e46ba1b0d56637e708d70e978b

commit 1f7424c4927085e46ba1b0d56637e708d70e978b
Author: simonhatch <simonhatch@chromium.org>
Date: Fri Mar 31 14:39:37 2017

Bisect - Fix testGetCommitPositionForV8.

This directory should probably just get deleted, but for now fixing test.

TBR=perezju@chromium.org
BUG= 707212 

Review-Url: https://codereview.chromium.org/2784303004
Cr-Commit-Position: refs/heads/master@{#461118}

[modify] https://crrev.com/1f7424c4927085e46ba1b0d56637e708d70e978b/tools/auto_bisect/bisect_perf_regression_test.py

Status: Fixed (was: Untriaged)

Sign in to add a comment