New issue
Advanced search Search tips

Issue 732956 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

chrome/common/extensions/PRESUBMIT_test.py failing

Project Member Reported by michae...@chromium.org, Jun 13 2017

Issue description

This test fails on trunk. It isn't run automatically, see issue 716067.

$ python chrome/common/extensions/PRESUBMIT_test.py
F
======================================================================
FAIL: testCreateIntegrationTestArgs (__main__.PRESUBMITTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "chrome/common/extensions/PRESUBMIT_test.py", line 32, in testCreateIntegrationTestArgs
    PRESUBMIT._CreateIntegrationTestArgs(input_files))
AssertionError: Lists differ: ['apps/fileSystem.html'] != []

First list contains 1 additional elements.
First extra element 0:
apps/fileSystem.html

- ['apps/fileSystem.html']
+ []

----------------------------------------------------------------------
Ran 1 test in 0.005s

FAILED (failures=1)

 
Status: Assigned (was: Untriaged)

Sign in to add a comment