summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/event/TestEvents.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-285/+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-15/+17
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-57/+17
* Marked TestEvents test as flakey on Linux.Todd Fiala2015-09-141-1/+1
* XFAIL miscellaneous tests on windows.Zachary Turner2015-09-111-0/+1
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* Un-enable TestEvents test on linuxPavel Labath2015-06-021-0/+2
* Enable TestEvents test on linuxPavel Labath2015-06-021-1/+0
* Add bug number for TestEventsTamas Berghammer2015-05-211-1/+1
* XFAIL TestEvents on Linux bacuse it is flakyTamas Berghammer2015-05-211-0/+1
* [TestEvents] Add a 'connected' state to include remote debugging.Siva Chandra2015-05-081-10/+20
* un-skipped a bunch of tests on LinuxVince Harron2015-05-041-2/+0
* Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton2015-04-021-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-6/+4
* [TestEvents] Replace expectedFailureLinux with skipIfLinuxSiva Chandra2014-12-191-2/+5
* Mark 9 lldb unit tests for ubuntu as XFAIL.Siva Chandra2014-11-221-0/+2
* Temporarily disable test on FreeBSD that is assertingEd Maste2014-10-291-0/+1
* Fixed python API event test cases.Greg Clayton2014-10-171-39/+46
* 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
* Remove decorator to skip event testsDaniel Malea2012-11-231-2/+0
* Temporarily skip tests known to hang on LinuxDaniel Malea2012-11-191-0/+2
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-2/+8
* A more succinct assertTrue.Johnny Chen2011-07-201-2/+1
* Minor change; add an assertTrue stmt.Johnny Chen2011-07-201-0/+1
* Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, s...Johnny Chen2011-07-111-1/+1
* o TestEvents.py:Johnny Chen2011-07-081-0/+87
* The extra burden for the Python API test case to assign its process object to...Johnny Chen2011-06-151-12/+8
* Now that we have added a post-processing step for adding truth value testing toJohnny Chen2011-05-241-10/+10
* Convert the rest of the test suite to use the lldbutil.get_description() util...Johnny Chen2011-04-231-5/+3
* Converted to use SBProcess.LaunchSimple().Johnny Chen2011-04-191-2/+1
* Modify test scripts to accomodate SBTarget.Launch() API change.Johnny Chen2011-02-031-5/+5
* Deprecated old forms of SBTarget::Launch. There is not just one and noGreg Clayton2011-01-231-2/+4
* No need to pass an empty string as an arg or as an env string to the SBTarget...Johnny Chen2010-12-221-2/+2
* Fix some typos in the docstrings and also update the test method names.Johnny Chen2010-12-221-13/+12
* Add test cases for registering a listener object with the broadcaster of a pr...Johnny Chen2010-12-221-16/+126
* Rename the test methods to be more meaningful.Johnny Chen2010-12-211-8/+8
* Set the debugger to asynchronous mode before using the Python API call to killJohnny Chen2010-12-211-2/+11
* Fix typo.Johnny Chen2010-12-211-1/+1
* Added python_api/event/TestEvents.py to get the listener object associated wi...Johnny Chen2010-12-211-0/+100
OpenPOWER on IntegriCloud