[Lldb-commits] [lldb] ba62ebc - [lldb] Disable Shell/Subporcess with reproducers
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 12 13:08:33 PDT 2021
Author: Jonas Devlieghere
Date: 2021-04-12T13:08:14-07:00
New Revision: ba62ebc48e8c424ce3a78ba01acda679d536dd47
URL: https://github.com/llvm/llvm-project/commit/ba62ebc48e8c424ce3a78ba01acda679d536dd47
DIFF: https://github.com/llvm/llvm-project/commit/ba62ebc48e8c424ce3a78ba01acda679d536dd47.diff
LOG: [lldb] Disable Shell/Subporcess with reproducers
Added:
lldb/test/Shell/Subprocess/lit.local.cfg
Modified:
Removed:
################################################################################
diff --git a/lldb/test/Shell/Subprocess/lit.local.cfg b/lldb/test/Shell/Subprocess/lit.local.cfg
new file mode 100644
index 0000000000000..c9b378b7a8a5a
--- /dev/null
+++ b/lldb/test/Shell/Subprocess/lit.local.cfg
@@ -0,0 +1,2 @@
+if 'lldb-repro' in config.available_features:
+ config.unsupported = True
More information about the lldb-commits
mailing list