summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/hello_world/TestHelloWorld.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-142/+0
* Changes for Bug 17384Ravitheja Addepally2015-10-281-2/+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-0/+2
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-85/+19
* XFAIL TestHelloWorld on Windows.Zachary Turner2015-09-011-0/+2
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-3/+3
* Fix RegisterCommandsTestCase and HelloWorldTestCase tests which hang on OS X ...Ilia K2015-03-261-0/+6
* Restore commented setTearDownCleanup in TestHelloWorld.test_with_dwarf_and_at...Oleksiy Vyalov2015-03-101-1/+1
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-3/+1
* 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
* Mark 32/64-bit tests as expected fail after root causing and referencing bugz...Matt Kopec2013-09-261-0/+2
* Attach by name tests now pass on FreeBSDEd Maste2013-08-301-1/+0
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-0/+4
* Assorted test suite fixes as a result of GCC 4.8 validation effortsDaniel Malea2013-07-301-0/+7
* tests: Mark expected FreeBSD failures due to pr16699Ed Maste2013-07-251-0/+1
* Re-enable tests disabled due to llvm.org/pr14541Daniel Malea2013-05-151-1/+0
* Avoid hang in attach-by-name test caseDaniel Malea2013-04-011-1/+1
* Fix misuse of python subprocess module (caused "leaking" processes and garbli...Daniel Malea2013-02-151-10/+6
* Test suite cleanup for Linux: mark test cases expected to fail due to open bu...Daniel Malea2012-12-191-0/+1
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+6
* Modify the test cases so that each uses a unique executable name for the debu...Johnny Chen2012-01-181-8/+15
* Work in progress for:Johnny Chen2011-12-201-0/+7
* Move hello_world to now reside under python_api dir.Johnny Chen2011-06-261-0/+178
OpenPOWER on IntegriCloud