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

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

Issue 2613183002: Revert of Multiprocess test client: Android child process launcher rework. (Closed)
Patch Set: Created 3 years, 11 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/test_support_android.cc ('k') | components/test_runner/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 678f68b17ea9b5c48d94455d8aba16293a762ce4..394b9e8999504614554eb68ee3ad2931d61d0c46 100644
--- a/build/android/pylib/gtest/gtest_test_instance.py
+++ b/build/android/pylib/gtest/gtest_test_instance.py
@@ -25,16 +25,7 @@
'content_browsertests',
]
-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'
-]
+RUN_IN_SUB_THREAD_TEST_SUITES = ['net_unittests']
# Used for filtering large data deps at a finer grain than what's allowed in
« no previous file with comments | « base/test/test_support_android.cc ('k') | components/test_runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698