From 6ae61f7675d65e767662873e87de088b0ae2dc3e Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 22 Jan 2020 15:14:50 -0800 Subject: [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/Python/crashlog.test | 1 + lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test | 1 + 2 files changed, 2 insertions(+) (limited to 'lldb/test/Shell/ScriptInterpreter/Python') 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. -- cgit v1.1