Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: build/android/single_test_runner.py

Issue 10532064: Get DomStorageDatabaseTest.TestCanOpenAndReadWebCoreDatabase pass on Android FYI builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/single_test_runner.py
diff --git a/build/android/single_test_runner.py b/build/android/single_test_runner.py
index 72874d4f1e17115588d5b712cd4fc2db8172fa66..fe11f865a11029391c5ce959d48bdcb6e826ae11 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):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698