summaryrefslogtreecommitdiff
path: root/lldb/test/python_api/event
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-14Marked TestEvents test as flakey on Linux.Todd Fiala
2015-09-11XFAIL miscellaneous tests on windows.Zachary Turner
2015-07-22Fix typos.Bruce Mitchener
2015-06-02Un-enable TestEvents test on linuxPavel Labath
2015-06-02Enable TestEvents test on linuxPavel Labath
2015-05-21Add bug number for TestEventsTamas Berghammer
2015-05-21XFAIL TestEvents on Linux bacuse it is flakyTamas Berghammer
2015-05-08[TestEvents] Add a 'connected' state to include remote debugging.Siva Chandra
2015-05-04un-skipped a bunch of tests on LinuxVince Harron
2015-04-02Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton
2015-03-30Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack
2014-12-19[TestEvents] Replace expectedFailureLinux with skipIfLinuxSiva Chandra
2014-11-22Mark 9 lldb unit tests for ubuntu as XFAIL.Siva Chandra
2014-10-29Temporarily disable test on FreeBSD that is assertingEd Maste
2014-10-17Fixed python API event test cases.Greg Clayton
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
2012-11-23Remove decorator to skip event testsDaniel Malea
2012-11-19Temporarily skip tests known to hang on LinuxDaniel Malea
2012-04-06Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen
2011-07-20A more succinct assertTrue.Johnny Chen
2011-07-20Minor change; add an assertTrue stmt.Johnny Chen
2011-07-11Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen
2011-07-08o TestEvents.py:Johnny Chen
2011-06-15The extra burden for the Python API test case to assign its process object to...Johnny Chen
2011-05-24Now that we have added a post-processing step for adding truth value testing toJohnny Chen
2011-04-23Convert the rest of the test suite to use the lldbutil.get_description() util...Johnny Chen
2011-04-19Converted to use SBProcess.LaunchSimple().Johnny Chen
2011-02-03Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen
2011-01-23Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton
2010-12-22No need to pass an empty string as an arg or as an env string to the SBTarget...Johnny Chen
2010-12-22Fix some typos in the docstrings and also update the test method names.Johnny Chen
2010-12-22Add test cases for registering a listener object with the broadcaster of a pr...Johnny Chen
2010-12-21Rename the test methods to be more meaningful.Johnny Chen
2010-12-21Set the debugger to asynchronous mode before using the Python API call to killJohnny Chen
2010-12-21Fix typo.Johnny Chen
2010-12-21Added python_api/event/TestEvents.py to get the listener object associated wi...Johnny Chen