summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsatish@google.com <satish@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-08 12:54:01 +0000
committersatish@google.com <satish@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-08 12:54:01 +0000
commite163cf6aacf12c2d0665eb75514943b716734efa (patch)
tree151ff859e90a21ca6f0bd817d54e041c158a7aa6 /build
parenta4cdf6f7d1c8eaba101d270e37638e7102868b28 (diff)
downloadchromium_src-e163cf6aacf12c2d0665eb75514943b716734efa.zip
chromium_src-e163cf6aacf12c2d0665eb75514943b716734efa.tar.gz
chromium_src-e163cf6aacf12c2d0665eb75514943b716734efa.tar.bz2
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: svn://svn.chromium.org/chrome/trunk/src@141200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/android/single_test_runner.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/android/single_test_runner.py b/build/android/single_test_runner.py
index 72874d4..fe11f86 100644
--- a/build/android/single_test_runner.py
+++ b/build/android/single_test_runner.py
@@ -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):