Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
source-manager
/
TestSourceManager.py
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
6a31164
When calling "settings set target.source-map <old-path> <new-path>", make sure that <new-path> exists before accepting it as a remapping.
by Greg Clayton
· 9 years ago
79b25d5
Fix typo in TestSourceManager.py
by Pavel Labath
· 9 years ago
b0b1ea3
Add reverse file remapping for breakpoint set
by Tamas Berghammer
· 10 years ago
9a1a294
Move the rest of the tests over to using the new decorator module.
by Zachary Turner
· 10 years ago
6089730
Fix TestSourceManager.py on Windows.
by Adrian McCarthy
· 10 years ago
742afdb
Remove -S option from dotest.py.
by Zachary Turner
· 10 years ago
606e3a5
Get rid of global variables in dotest.py
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
95c453a
Tighten up sys.path, and use absolute imports everywhere.
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/source-manager/TestSourceManager.py]
0a0490b
Rename `lldb_shared` to `use_lldb_suite`.
by Zachary Turner
· 10 years ago
dc8b2d3
Port the python api decorator to use test categories
by Pavel Labath
· 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
c8fd130
Merge dwarf and dsym tests
by Tamas Berghammer
· 10 years ago
05834cd
Reversed r238363, because the message is inconsistent
by Sean Callanan
· 10 years ago
3154aa2
[TestBase.runCmd] Better error message when runCmd fails.
by Siva Chandra
· 10 years ago
8f3f7bea
During source manager test, write back the file using binary mode.
by Zachary Turner
· 11 years ago
9ef307b
Make the test runner understand Windows command shell execution.
by Zachary Turner
· 11 years ago
c694751
Correctly set the working directory when launching processes for both local and remote targets.
by Greg Clayton
· 12 years ago
4570d3e
Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case.
by Greg Clayton
· 12 years ago
12ff126
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
· 13 years ago
874f43c
Fix a test failure caused by checkin 165274.
by Jim Ingham
· 13 years ago
63dfc72
Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
by Jim Ingham
· 13 years ago
4f8189b
Work in progress for:
by Johnny Chen
· 14 years ago
64bab48
rdar://problem/10227672
by Johnny Chen
· 14 years ago
1d3e880
Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path
by Johnny Chen
· 14 years ago
4ebd019
Now that we have added a post-processing step for adding truth value testing to
by Johnny Chen
· 14 years ago
dbee242
Add a test scenario for 'source list -b' which shows the line table locations from
by Johnny Chen
· 14 years ago
7426681
Use self.TraceOn() API.
by Johnny Chen
· 14 years ago
7260f62
Centralized a lot of the status information for processes,
by Greg Clayton
· 14 years ago
10889e6
Modify self.expect() patterns to react to API change for SourceManager.DisplaySourceLinesWithLineNumbers().
by Johnny Chen
· 14 years ago
e0ec9ea
Add the ability for the test suite to specify a list of compilers and a list of architectures
by Johnny Chen
· 15 years ago
d762ff1
Modify test scripts to accomodate SBTarget.Launch() API change.
by Johnny Chen
· 15 years ago
6f907e6
Deprecated old forms of SBTarget::Launch. There is not just one and no
by Greg Clayton
· 15 years ago
68300da
Make the test case SourceManagerTestCase.display_source_python stronger by also
by Johnny Chen
· 15 years ago
f6eaba8
Add test_display_source_python() test case to TestSourceManager.py which uses
by Johnny Chen
· 15 years ago
de2c8bd
Minor docstring change.
by Johnny Chen
· 15 years ago
67f73ac
Remove unnecessary imports.
by Johnny Chen
· 15 years ago
5b3a357
Add a test/source-manager directory for testing lldb core component SourceManager.
by Johnny Chen
· 15 years ago