summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2020-01-14 12:34:13 -0800
committerAdrian Prantl <aprantl@apple.com>2020-01-14 12:35:24 -0800
commitb53d44b17a1685e405415cd32c4b6eb89cc4c3a1 (patch)
tree1bc7e9cff0c9190f0c5eb0c372cfb32ac494cc55 /lldb/packages/Python/lldbsuite/test/configuration.py
parent337e4359645ebd0f35136dbec9b51c48b9071f9c (diff)
downloadbcm5719-llvm-b53d44b17a1685e405415cd32c4b6eb89cc4c3a1.tar.gz
bcm5719-llvm-b53d44b17a1685e405415cd32c4b6eb89cc4c3a1.zip
dotest.py: Add option to pass extra lldb settings to dotest
The primary motivation for this is to add another dimension to the Swift LLDB test matrix, but this seems generally useful. Differential Revision: https://reviews.llvm.org/D72662
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/configuration.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py
index 0fc831d1173..09fc646f96e 100644
--- a/lldb/packages/Python/lldbsuite/test/configuration.py
+++ b/lldb/packages/Python/lldbsuite/test/configuration.py
@@ -48,6 +48,10 @@ compiler = None # Must be initialized after option parsing
# The overriden dwarf verison.
dwarf_version = 0
+# Any overridden settings.
+# Always disable default dynamic types for testing purposes.
+settings = [('target.prefer-dynamic-value', 'no-dynamic-values')]
+
# Path to the FileCheck testing tool. Not optional.
filecheck = None
OpenPOWER on IntegriCloud