summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/hello_world
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-131-1/+0
* TestHelloWorld: Make compatible with remote testingFrederic Riss2019-10-091-10/+14
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-041-3/+1
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-021-2/+0
* Fix `skipIfSanitized` decorator on macOSJonas Devlieghere2019-08-011-1/+1
* [lldb] [test] Mark newly running test XFAIL on NetBSDMichal Gorny2019-07-301-0/+1
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-041-0/+1
* Disable a few tests on the green dragon sanitzier bot.Adrian Prantl2018-12-201-0/+1
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)Stella Stamenova2018-12-201-2/+0
* TestHelloWorld: Use a file on the target platform for synchronisation.Adrian Prantl2018-12-182-19/+29
* A few small updates to the testsuite for running against an iOS device.Jason Molenda2018-12-171-2/+0
* Remove sleep() synchronisation from teststcase andAdrian Prantl2018-12-171-9/+3
* Mark this test as no debuginfoAdrian Prantl2018-06-221-1/+1
* [lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or WindowsStella Stamenova2018-05-071-0/+6
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-061-15/+19
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-1/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-252-4/+5
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-252-5/+4
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-222-4/+5
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-212-5/+4
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-212-4/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-11/+16
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-081-2/+2
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-041-2/+6
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-211-6/+3
* Fix for Bug 25338Ravitheja Addepally2016-01-191-2/+0
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-111-20/+3
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-051-0/+3
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-4/+4
* Mark TestHelloWorld and TestInferiorAssert.py as XFAIL due llvm.org/pr25338.Oleksiy Vyalov2015-10-281-0/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-283-0/+184
OpenPOWER on IntegriCloud