summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-01-22 15:14:50 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2020-01-22 15:22:25 -0800
commit6ae61f7675d65e767662873e87de088b0ae2dc3e (patch)
treecf5331c5947357174ada117399f20f5e962f8b9a /lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
parent4c2b0a63661576c1849862bad3978050fc6a2ff7 (diff)
[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.
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test')
-rw-r--r--lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
index c49124a22bf0..12fccfe16eff 100644
--- a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
+++ b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
@@ -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.