[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.
This commit is contained in:
Jonas Devlieghere
2020-01-22 15:14:50 -08:00
parent 4c2b0a6366
commit 6ae61f7675
4 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
# REQUIRES: python
# UNSUPPORTED: lldb-repro
#
# Test that the scripting language argument to "breakpoint command" is honored
# even if the global scripting language is different.