[lldb-dev] [Bug 24679] New: Remove pexpect dependency from tests unless it's absolutely necessary
via lldb-dev
lldb-dev at lists.llvm.org
Wed Sep 2 09:38:13 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24679
Bug ID: 24679
Summary: Remove pexpect dependency from tests unless it's
absolutely necessary
Product: lldb
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: zturner at google.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
pexpect should only be used in tests that require by definition the ability to
launch an lldb.exe from the command line in order to test argument parsing,
etc. There are tests that use pexpect anyway even though this is not required.
Those tests should be re-written using the SB API, or if that is not possible,
unit tests.
For starters, this includes the tests in TestCompletion.py, but new instances
of this occuring should be added to this bug for tracking.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150902/8cf3bc10/attachment.html>
More information about the lldb-dev
mailing list