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)
Comment 1 by benhenry@chromium.org
, Aug 1