Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lldbpexpect.py
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
3de2a90
Fixed the failing test TestCommandScriptImmediateOutput on MacOSX. Turns out that there are few things to watch out for when writing pexpect tests:
by Greg Clayton
· 9 years ago
74b7965
Don't automtically try to import pexpect in lldbpexpect.
by Zachary Turner
· 10 years ago
c1b7cd7
Python 3 - Turn on absolute imports, and fix existing imports.
by Zachary Turner
· 10 years ago
19474e1
Remove `use_lldb_suite` from the package, and don't import it anymore.
by Zachary Turner
· 10 years ago
c432c8f
Move lldb/test to lldb/packages/Python/lldbsuite/test.
by Zachary Turner
· 10 years ago
[Renamed from lldb/test/lldbpexpect.py]
0a0490b
Rename `lldb_shared` to `use_lldb_suite`.
by Zachary Turner
· 10 years ago
35d017f
Add from __future__ import print_function everywhere.
by Zachary Turner
· 10 years ago
77db4a8
Update every test to import `lldb_shared`.
by Zachary Turner
· 10 years ago
790d95c
Refactored lldb executable name discovery
by Vince Harron
· 10 years ago
decf03b
Add an expectall() API that allows you to pass a list of patterns and have pexpect match *ALL* of them instead of just picking one
by Enrico Granata
· 11 years ago
3ea3b39
Make it easier to see what's going on by tracing the test case
by Enrico Granata
· 11 years ago
9c3a079
Allow customizing the timeout of the inferior
by Enrico Granata
· 11 years ago
9c58e8a
And, do not define arguments twice
by Enrico Granata
· 11 years ago
35dd52c
Allow pexpect exact matches
by Enrico Granata
· 11 years ago
18cf8e0
Some cleanup in lldbpexpect
by Enrico Granata
· 11 years ago
15c752f
Nice syntax typo in lldbpexpect
by Enrico Granata
· 11 years ago
78b7d5f
Add an helper class to write pexpect-based test cases
by Enrico Granata
· 11 years ago