Get DomStorageDatabaseTest.TestCanOpenAndReadWebCoreDatabase pass on Android FYI builder.

The test requires a data file which is now in the whitelist of files copied over to device.
Sample failure on the bot:
http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Linux%20Android/builds/10125/steps/Test%20suite%20content_unittests/logs/stdio

BUG=None
TEST=content_unittests should run successfully on the Android FYI builder.

Review URL: https://chromiumcodereview.appspot.com/10532064

git-svn-id: http://src.chromium.org/svn/trunk/src/build@141200 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
satish@google.com 2012-06-08 12:54:01 +00:00
Родитель 42c1763119
Коммит 77c500fa23
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -197,6 +197,10 @@ class SingleTestRunner(BaseTestRunner):
# GetWebKitRootDirFilePath() we're in a chrome working dir.
'chrome/VERSION',
]
elif self.test_package.test_suite_basename == 'content_unittests':
return [
'webkit/data/dom_storage/webcore_test_database.localstorage',
]
return []
def LaunchHelperToolsForTestSuite(self):