Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
lldb
/
5bcb221ca649f07ccfaadf4228a8b552d85e56c9
/
test
/
source-manager
/
TestSourceManager.py
c0325a3
Fixed the TestSourceManager.py test case to not fail. It was using the "list" alias which has now been turned into a regex command that mimics the GDB equivalent. Changed "list" to "source list" to get around this problem.
by Greg Clayton
· 12 years ago
ed94767
Fix a test failure caused by checkin 165274.
by Jim Ingham
· 12 years ago
431d839
Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
by Jim Ingham
· 12 years ago
4278bbe
Work in progress for:
by Johnny Chen
· 13 years ago
931449e
rdar://problem/10227672
by Johnny Chen
· 13 years ago
425b0cf
Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path
by Johnny Chen
· 13 years ago
805fec7
Now that we have added a post-processing step for adding truth value testing to
by Johnny Chen
· 13 years ago
a82853d
Add a test scenario for 'source list -b' which shows the line table locations from
by Johnny Chen
· 14 years ago
512cc33
Use self.TraceOn() API.
by Johnny Chen
· 14 years ago
abe0fed
Centralized a lot of the status information for processes,
by Greg Clayton
· 14 years ago
850a6b2
Modify self.expect() patterns to react to API change for SourceManager.DisplaySourceLinesWithLineNumbers().
by Johnny Chen
· 14 years ago
1a4d5e7
Add the ability for the test suite to specify a list of compilers and a list of architectures
by Johnny Chen
· 14 years ago
4b1850a
Modify test scripts to accomodate SBTarget.Launch() API change.
by Johnny Chen
· 14 years ago
5ec14f8
Deprecated old forms of SBTarget::Launch. There is not just one and no
by Greg Clayton
· 14 years ago
5aa1ebc
Make the test case SourceManagerTestCase.display_source_python stronger by also
by Johnny Chen
· 14 years ago
e5791dd
Add test_display_source_python() test case to TestSourceManager.py which uses
by Johnny Chen
· 14 years ago
28e4966
Minor docstring change.
by Johnny Chen
· 14 years ago
88044a9
Remove unnecessary imports.
by Johnny Chen
· 14 years ago
6f7abb0
Add a test/source-manager directory for testing lldb core component SourceManager.
by Johnny Chen
· 14 years ago