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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits