summaryrefslogtreecommitdiffstats
path: root/lldb/test/source-manager/TestSourceManager.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-173/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-6/+8
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-8/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-17/+5
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* During source manager test, write back the file using binary mode.Zachary Turner2015-01-151-2/+2
* Make the test runner understand Windows command shell execution.Zachary Turner2014-07-221-2/+2
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Fixed the TestSourceManager.py test case to not fail. It was using the "list"...Greg Clayton2013-02-061-4/+4
* Fix a test failure caused by checkin 165274.Jim Ingham2012-10-051-1/+1
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-4/+2
* Work in progress for:Johnny Chen2011-12-201-1/+5
* rdar://problem/10227672Johnny Chen2011-12-121-0/+33
* Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen2011-07-111-2/+1
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-1/+1
* Add a test scenario for 'source list -b' which shows the line table locations...Johnny Chen2011-04-201-1/+16
* Use self.TraceOn() API.Johnny Chen2011-04-191-6/+10
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-1/+1
* Modify self.expect() patterns to react to API change for SourceManager.Displa...Johnny Chen2011-03-301-6/+6
* Add the ability for the test suite to specify a list of compilers and a list ...Johnny Chen2011-03-041-0/+9
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-1/+1
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-1/+2
* Make the test case SourceManagerTestCase.display_source_python stronger by alsoJohnny Chen2010-12-131-1/+1
* Add test_display_source_python() test case to TestSourceManager.py which usesJohnny Chen2010-12-111-0/+44
* Minor docstring change.Johnny Chen2010-12-091-2/+3
* Remove unnecessary imports.Johnny Chen2010-12-091-3/+1
* Add a test/source-manager directory for testing lldb core component SourceMan...Johnny Chen2010-12-091-0/+83
OpenPOWER on IntegriCloud