summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/thread/TestThreadAPI.py
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-26Port the python api decorator to use test categoriesPavel Labath
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-16Last set of XFAILs for Windows.Zachary Turner
2015-06-25Fix TestThreadAPI on LinuxTamas Berghammer
2015-03-31Enabled a bunch of tests on LinuxVince Harron
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2014-08-01Add decorator for FreeBSD test failure - malloc() breakpoint issueEd Maste
2014-03-07Fix malloc thread step-out test on FreeBSDEd Maste
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-12-09test: Add annotation for FreeBSD failures w/ threaded inferiorsEd Maste
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-03-19Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton
2012-11-23Update test status on LinuxDaniel Malea
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2011-12-19Fix Python docstring for SBThread.GetStopDescription().Johnny Chen
2011-09-26Remove the @expectedFailureClang custom decorator for indicating clang-specif...Johnny Chen
2011-08-19Add a decorator for marking clang only expectedFailure. Use it for the test_...Johnny Chen
2011-06-23o lldbtest.py:Johnny Chen
2011-06-23For now, use 'b.out' compiled from main2.cpp as the executable name for test_...Johnny Chen
2011-06-15The extra burden for the Python API test case to assign its process object to...Johnny Chen
2011-05-26Comment change.Johnny Chen
2011-05-24Now that we have added a post-processing step for adding truth value testing toJohnny Chen
2011-04-19Converted to use SBProcess.LaunchSimple().Johnny Chen
2011-03-11Add test cases to exercise the SBThread.GetProcess() API. We launch the proc...Johnny Chen
2011-03-11Add a test case test_run_to_address() to exercise the SBThread.RunToAddress(l...Johnny Chen
2011-03-10Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by stoppin...Johnny Chen
2011-03-10Test cleanup. Check for the full caller symbol of malloc -- b(int).Johnny Chen
2011-03-09Add test cases for Python SBThread.StepOut() API by stepping out of a malloc ...Johnny Chen
2011-03-07Add TestThreadAPI.py file to house the Python SBThread API test cases.Johnny Chen