aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorJohn Harrison <harjohn@google.com>2025-05-23 08:46:23 -0700
committerGitHub <noreply@github.com>2025-05-23 08:46:23 -0700
commit7dc7c155251c0008d5d59b84f0c9056365740f11 (patch)
treef23ceb76c44424044dc4f0ff8effa06498877c4d /lldb/packages/Python/lldbsuite/test/dotest.py
parent3f15b66decce2580c4c0c28bc92c220e29567c2f (diff)
downloadllvm-7dc7c155251c0008d5d59b84f0c9056365740f11.zip
llvm-7dc7c155251c0008d5d59b84f0c9056365740f11.tar.gz
llvm-7dc7c155251c0008d5d59b84f0c9056365740f11.tar.bz2
[lldb] Adding a new decorator for CMAKE_BUILD_TYPE. (#141159)
In lldb-dap, we have existing tests that are known to be unstable when lldb and lldb-dap are built in the Debug configuration. This decorator lets us skip those tests in CI jobs that are to slow with those configurations. This was split out from #140777 to make the patches smaller.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/dotest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/dotest.py b/lldb/packages/Python/lldbsuite/test/dotest.py
index 7cc8f29..d7f274a 100644
--- a/lldb/packages/Python/lldbsuite/test/dotest.py
+++ b/lldb/packages/Python/lldbsuite/test/dotest.py
@@ -297,6 +297,7 @@ def parseOptionsAndInitTestdirs():
configuration.libcxx_include_dir = args.libcxx_include_dir
configuration.libcxx_include_target_dir = args.libcxx_include_target_dir
configuration.libcxx_library_dir = args.libcxx_library_dir
+ configuration.cmake_build_type = args.cmake_build_type.lower()
if args.channels:
lldbtest_config.channels = args.channels