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

Unified Diff: build/android/pylib/gtest/test_runner.py

Issue 13376002: base: Consolidate all test data directories under base/test/data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase2 Created 7 years, 9 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 | « base/test/data/prefs/write.golden.need_empty_value.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/test_runner.py
diff --git a/build/android/pylib/gtest/test_runner.py b/build/android/pylib/gtest/test_runner.py
index 1be28a204fbfa6558db449c2d8679a7a91e2fb15..7e0e849e4174aa5bea20ef12147f13e858c1ef25 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -32,12 +32,7 @@ def _GetDataFilesForTestSuite(test_suite_basename):
# features not supported, etc..).
if test_suite_basename in ['base_unittests', 'sql_unittests', 'unit_tests']:
test_files = [
- 'base/data/file_util_unittest',
- 'base/data/json/bom_feff.json',
- 'base/prefs/test/data/pref_service',
- 'base/test/data/serializer_nested_test.json',
- 'base/test/data/serializer_test.json',
- 'base/test/data/serializer_test_nowhitespace.json',
+ 'base/test/data/',
'chrome/test/data/download-test1.lib',
'chrome/test/data/extensions/bad_magic.crx',
'chrome/test/data/extensions/good.crx',
« no previous file with comments | « base/test/data/prefs/write.golden.need_empty_value.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698