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

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

Issue 1128043007: Support Kerberos on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deal with comments and build and test failures. Created 5 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
Index: build/android/pylib/gtest/test_package.py
diff --git a/build/android/pylib/gtest/test_package.py b/build/android/pylib/gtest/test_package.py
index 4042a98a1320ef0e58b12cbfba279f8559b70afc..f18085e7f4cc80c1c43cdff006b620e908f07026 100644
--- a/build/android/pylib/gtest/test_package.py
+++ b/build/android/pylib/gtest/test_package.py
@@ -45,11 +45,12 @@ class TestPackage(object):
def GetGTestReturnCode(self, _device):
return None
- def SpawnTestProcess(self, device):
+ def SpawnTestProcess(self, device, tests_run_in_subthread):
"""Spawn the test process.
Args:
device: Instance of DeviceUtils.
+ tests_run_in_subthread: true if the tests should run in a subthread.
Returns:
An instance of pexpect spawn class.
« no previous file with comments | « no previous file | build/android/pylib/gtest/test_package_apk.py » ('j') | build/android/pylib/gtest/test_package_apk.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698