| Index: build/android/pylib/gtest/gtest_test_instance.py
|
| diff --git a/build/android/pylib/gtest/gtest_test_instance.py b/build/android/pylib/gtest/gtest_test_instance.py
|
| index 394b9e8999504614554eb68ee3ad2931d61d0c46..678f68b17ea9b5c48d94455d8aba16293a762ce4 100644
|
| --- a/build/android/pylib/gtest/gtest_test_instance.py
|
| +++ b/build/android/pylib/gtest/gtest_test_instance.py
|
| @@ -25,7 +25,16 @@ BROWSER_TEST_SUITES = [
|
| 'content_browsertests',
|
| ]
|
|
|
| -RUN_IN_SUB_THREAD_TEST_SUITES = ['net_unittests']
|
| +RUN_IN_SUB_THREAD_TEST_SUITES = [
|
| + # Multiprocess tests should be run outside of the main thread.
|
| + 'base_unittests', # file_locking_unittest.cc uses a child process.
|
| + 'ipc_perftests',
|
| + 'ipc_tests',
|
| + 'mojo_message_pipe_perftests',
|
| + 'mojo_public_bindings_perftests',
|
| + 'mojo_system_unittests',
|
| + 'net_unittests'
|
| +]
|
|
|
|
|
| # Used for filtering large data deps at a finer grain than what's allowed in
|
|
|