summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-122/+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-3/+3
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-5/+7
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-18/+9
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-2/+2
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Marking test cases with @expectedFailureLinux as per recently opened bugsDaniel Malea2013-01-241-1/+0
* Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (...Andrew Kaylor2012-12-131-0/+1
* Make the assignment of TestBase.mydir more portable.Johnny Chen2011-09-271-1/+1
* Add a @benchmarks_test decorator for test method we want to categorize as ben...Johnny Chen2011-07-301-0/+3
* Minor change of variable name, from m to b (for breakpoint).Johnny Chen2011-07-141-2/+2
* Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen2011-07-111-6/+4
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-5/+5
* Add truth value testing to those lldb Python objects with the IsValid() metho...Johnny Chen2011-05-171-9/+9
* Renamed the test cases more properly to test_lldb_iter_module/breakpoint/farme.Johnny Chen2011-05-161-9/+9
* Add two utility functions:Johnny Chen2011-05-121-0/+133
OpenPOWER on IntegriCloud