[lldb/Test] Skip script interpreter tests reading from stdin for lldb-repro
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 22 Jan 2020 23:14:50 +0000 (15:14 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 22 Jan 2020 23:22:25 +0000 (15:22 -0800)
commit6ae61f7675d65e767662873e87de088b0ae2dc3e
treecf5331c5947357174ada117399f20f5e962f8b9a
parent4c2b0a63661576c1849862bad3978050fc6a2ff7
[lldb/Test] Skip script interpreter tests reading from stdin for lldb-repro

The reproducers currently only shadow the command interpreter. It would
be possible to make it work for the Lua interpreter which uses the
IOHandlerEditline under the hood, but the Python one runs a REPL in
Python itself so there's no (straightforward) way to shadow that.

Given that we already capture any API calls, this isn't super high on my
list of priorities.
lldb/test/Shell/ScriptInterpreter/Lua/bindings.test
lldb/test/Shell/ScriptInterpreter/Lua/convenience_variables.test
lldb/test/Shell/ScriptInterpreter/Python/crashlog.test
lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test