summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Simplify if-returnTatyana Krasnukha2019-12-261-3/+1
* [lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann2019-12-131-4/+0
* [lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann2019-12-131-1/+0
* [lldb] [testsuite] Mark TestSBCommandReturnObject as failing on WindowsJan Kratochvil2019-10-041-0/+3
* [lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil2019-10-043-0/+69
* Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-272-0/+4
* [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2019-09-272-4/+0
* Fir TestAPILog for gccPavel Labath2019-09-181-7/+5
* [test] Fail gracefully if the regex doesn't matchJonas Devlieghere2019-09-161-6/+11
* [test] Update TestAPILog to pass on Windows.Jonas Devlieghere2019-09-131-2/+2
* [test] Print the log output on failure.Jonas Devlieghere2019-09-131-2/+2
* [Reproducer] Include the this pointer in the API log.Jonas Devlieghere2019-09-131-0/+48
* [dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath2019-09-045-15/+5
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-025-15/+0
* [lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil2019-07-291-0/+2
* [lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil2019-06-171-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Skip TestMultithreaded.test_sb_api_listener_resume on linuxPavel Labath2018-12-181-1/+1
* Fix whitespace in the python test suite.Raphael Isemann2018-07-272-2/+2
* [test] Replace some references to Apple-internal bugsVedant Kumar2018-03-131-10/+2
* Fix TestMultithreaded when there's no debugserver specifiedFrederic Riss2018-02-231-1/+1
* Fix TestMultithreaded when specifying an alternative debugserver.Frederic Riss2018-02-231-0/+2
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-061-1/+1
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-304-11/+15
* Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASEAdrian Prantl2018-01-302-0/+3
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-192-3/+3
* Mark this as skipped for now. There is a race condition withJason Molenda2017-03-101-0/+1
* Ah, this was an early exit to leave built products around, it wasn't meant toJason Molenda2017-02-271-1/+0
* Fix a race condition in FuncUnwinders where the mutex was beingJason Molenda2017-02-242-0/+6
* Fix multi-process-driver.cpp build on NetBSDKamil Rytarowski2017-02-021-1/+1
* Ignore SIGPIPE in the mini-driver used by these tests.Jim Ingham2016-12-211-0/+10
* Remove some annotations from TestMultipleTargetsPavel Labath2016-12-121-8/+2
* Fix buildbots that are failing due to this test by adding all expected fails ...Greg Clayton2016-12-091-0/+9
* Rename multiple target test so it is unique.Greg Clayton2016-12-091-1/+1
* Fix TestMultipleTargets for on x86_64 architecturesPavel Labath2016-12-091-0/+2
* Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...Greg Clayton2016-12-093-0/+78
* Enable TestMultithreaded-sb_api_listener_event_process_state on linux/gccPavel Labath2016-11-241-8/+0
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-319-49/+16
* Revert "[Test Suite] Pull generateSource into lldbtest"Chris Bieneman2016-10-279-16/+49
* [Test Suite] Pull generateSource into lldbtestChris Bieneman2016-10-279-49/+16
* Reduce the number of simultaneous debug sessions to 10 and removeJason Molenda2016-09-132-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-46/+97
* Fix API usage in TestMultithreaded.test_sb_api_listener_event_process_statePavel Labath2016-08-231-0/+5
* Rewriting TestMultithreaded.py to solve flakyness on LinuxRavitheja Addepally2016-05-112-29/+18
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-073-0/+68
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-101-1/+1
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-091-1/+1
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-081-3/+1
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-042-4/+7
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-041-1/+2
OpenPOWER on IntegriCloud