aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/Shell/ScriptInterpreter/Python
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
parent4c2b0a63661576c1849862bad3978050fc6a2ff7 (diff)
downloadllvm-6ae61f7675d65e767662873e87de088b0ae2dc3e.zip
llvm-6ae61f7675d65e767662873e87de088b0ae2dc3e.tar.gz
llvm-6ae61f7675d65e767662873e87de088b0ae2dc3e.tar.bz2
[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')
-rw-r--r--lldb/test/Shell/ScriptInterpreter/Python/crashlog.test1
-rw-r--r--lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test1
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/crashlog.test b/lldb/test/Shell/ScriptInterpreter/Python/crashlog.test
index 047cb80b..293d3451 100644
--- a/lldb/test/Shell/ScriptInterpreter/Python/crashlog.test
+++ b/lldb/test/Shell/ScriptInterpreter/Python/crashlog.test
@@ -1,5 +1,6 @@
# -*- python -*-
# REQUIRES: system-darwin
+# UNSUPPORTED: lldb-repro
# DEBUG: cd %S/../../../../examples/python && cat %s | %lldb && false
# RUN: cd %S/../../../../examples/python && cat %s | %lldb | FileCheck %s
# CHECK-LABEL: {{S}}KIP BEYOND CHECKS
diff --git a/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test b/lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
index c49124a..12fccfe 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.