[all-commits] [llvm/llvm-project] 6ae61f: [lldb/Test] Skip script interpreter tests reading ...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Wed Jan 22 15:23:14 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6ae61f7675d65e767662873e87de088b0ae2dc3e
https://github.com/llvm/llvm-project/commit/6ae61f7675d65e767662873e87de088b0ae2dc3e
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-22 (Wed, 22 Jan 2020)
Changed paths:
M lldb/test/Shell/ScriptInterpreter/Lua/bindings.test
M lldb/test/Shell/ScriptInterpreter/Lua/convenience_variables.test
M lldb/test/Shell/ScriptInterpreter/Python/crashlog.test
M lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
Log Message:
-----------
[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.
More information about the All-commits
mailing list