From d3ae0bc31043bdd544485f060dbc1bf79a4aa5f9 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 30 Jul 2019 16:42:47 +0000 Subject: [dotest] Remove multiprocessing Now that the Xcode project is removed, I want to focus on dotest as a test framework, and remove its driver capabilities for which we already rely on llvm's lit. Removing multiprocessing is the first step in that direction. Differential revision: https://reviews.llvm.org/D65311 llvm-svn: 367331 --- lldb/packages/Python/lldbsuite/test/configuration.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py index c6cec1a881b..e3ed7ce298a 100644 --- a/lldb/packages/Python/lldbsuite/test/configuration.py +++ b/lldb/packages/Python/lldbsuite/test/configuration.py @@ -117,12 +117,6 @@ test_build_dir = None # takes precedence. exclusive_test_subdir = None -# Parallel execution settings -is_inferior_test_runner = False -num_threads = None -no_multiprocess_test_runner = False -test_runner_name = None - # Test results handling globals results_filename = None results_port = None -- cgit v1.2.3