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

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

Issue 18358005: Adds modules_unittest to ndk-apk script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « build/android/pylib/gtest/gtest_config.py ('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 734b12ef648a188da6b776f1874e2ba0c1c7f7de..beb639d53649e4b254f55fdc92e50803012934d9 100644
--- a/build/android/pylib/gtest/test_runner.py
+++ b/build/android/pylib/gtest/test_runner.py
@@ -190,6 +190,11 @@ def _GetDataFilesForTestSuite(test_suite_basename):
'content/test/data/media',
'third_party/webgl_conformance',
]
+ elif test_suite_basename == 'modules_unittests':
frankf 2013/07/01 18:14:47 We're moving to using isolate files instead of har
frankf 2013/07/01 18:32:38 So the goal is to run these tests on Android build
hellner1 2013/07/02 14:49:25 .isolate-file in http://webrtc-codereview.appspot.
+ return [
+ 'third_party/resources',
+ 'third_party/data',
frankf 2013/07/01 18:32:38 I don't see these thirdparty directories in my chr
hellner1 2013/07/02 14:49:25 third_party/resources (214.8 MB) are loaded from a
frankf 2013/07/02 17:20:24 200MB is a large amount of data to push to the dev
+ ]
return []
« no previous file with comments | « build/android/pylib/gtest/gtest_config.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698