[lldb] Disable Shell/Subporcess with reproducers
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 12 Apr 2021 18:25:24 +0000 (11:25 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 12 Apr 2021 20:08:14 +0000 (13:08 -0700)
lldb/test/Shell/Subprocess/lit.local.cfg [new file with mode: 0644]

diff --git a/lldb/test/Shell/Subprocess/lit.local.cfg b/lldb/test/Shell/Subprocess/lit.local.cfg
new file mode 100644 (file)
index 0000000..c9b378b
--- /dev/null
@@ -0,0 +1,2 @@
+if 'lldb-repro' in config.available_features:
+  config.unsupported = True