aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/api
AgeCommit message (Expand)AuthorFilesLines
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht28-1371/+0
2020-02-07Add a test for adding and removing Listeners from a BroadcasterManager.Jim Ingham1-8/+76
2020-02-07[lldb] Remove all 'clean' targets from test MakefilesRaphael Isemann1-3/+0
2019-12-26[lldb][NFC] Simplify if-returnTatyana Krasnukha1-3/+1
2019-12-13[lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...Raphael Isemann1-4/+0
2019-12-13[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...Raphael Isemann1-1/+0
2019-10-04[lldb] [testsuite] Mark TestSBCommandReturnObject as failing on WindowsJan Kratochvil1-0/+3
2019-10-04[lldb] Fix crash on SBCommandReturnObject & assignmentJan Kratochvil3-0/+69
2019-09-27Revert: [lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2-0/+4
2019-09-27[lldb] [testsuite] Remove redundant MAKE_DSYM := NOJan Kratochvil2-4/+0
2019-09-18Fir TestAPILog for gccPavel Labath1-7/+5
2019-09-16[test] Fail gracefully if the regex doesn't matchJonas Devlieghere1-6/+11
2019-09-13[test] Update TestAPILog to pass on Windows.Jonas Devlieghere1-2/+2
2019-09-13[test] Print the log output on failure.Jonas Devlieghere1-2/+2
2019-09-13[Reproducer] Include the this pointer in the API log.Jonas Devlieghere1-0/+48
2019-09-04[dotest] Avoid the need for LEVEL= makefile boilerplatePavel Labath5-15/+5
2019-08-02[lldb][NFC] Remove unused imports in python testsRaphael Isemann5-15/+0
2019-07-29[lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil1-0/+2
2019-06-17[lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-18Skip TestMultithreaded.test_sb_api_listener_resume on linuxPavel Labath1-1/+1
2018-07-27Fix whitespace in the python test suite.Raphael Isemann2-2/+2
2018-03-13[test] Replace some references to Apple-internal bugsVedant Kumar1-10/+2
2018-02-23Fix TestMultithreaded when there's no debugserver specifiedFrederic Riss1-1/+1
2018-02-23Fix TestMultithreaded when specifying an alternative debugserver.Frederic Riss1-0/+2
2018-02-06Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl1-1/+1
2018-01-30Compile the LLDB tests out-of-tree.Adrian Prantl4-11/+15
2018-01-30Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASEAdrian Prantl2-0/+3
2018-01-19Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2-3/+3
2017-03-10Mark this as skipped for now. There is a race condition withJason Molenda1-0/+1
2017-02-27Ah, this was an early exit to leave built products around, it wasn't meant toJason Molenda1-1/+0
2017-02-24Fix a race condition in FuncUnwinders where the mutex was beingJason Molenda2-0/+6
2017-02-02Fix multi-process-driver.cpp build on NetBSDKamil Rytarowski1-1/+1
2016-12-21Ignore SIGPIPE in the mini-driver used by these tests.Jim Ingham1-0/+10
2016-12-12Remove some annotations from TestMultipleTargetsPavel Labath1-8/+2
2016-12-09Fix buildbots that are failing due to this test by adding all expected fails ...Greg Clayton1-0/+9
2016-12-09Rename multiple target test so it is unique.Greg Clayton1-1/+1
2016-12-09Fix TestMultipleTargets for on x86_64 architecturesPavel Labath1-0/+2
2016-12-09Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...Greg Clayton3-0/+78
2016-11-24Enable TestMultithreaded-sb_api_listener_event_process_state on linux/gccPavel Labath1-8/+0
2016-10-31[Test Suite] Pull generateSource into lldbtestChris Bieneman9-49/+16
2016-10-27Revert "[Test Suite] Pull generateSource into lldbtest"Chris Bieneman9-16/+49
2016-10-27[Test Suite] Pull generateSource into lldbtestChris Bieneman9-49/+16
2016-09-13Reduce the number of simultaneous debug sessions to 10 and removeJason Molenda2-2/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone4-46/+97
2016-08-23Fix API usage in TestMultithreaded.test_sb_api_listener_event_process_statePavel Labath1-0/+5
2016-05-11Rewriting TestMultithreaded.py to solve flakyness on LinuxRavitheja Addepally2-29/+18
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham3-0/+68
2016-02-10Remove expectedFailureLinux decorator.Zachary Turner1-1/+1
2016-02-09Remove skip and xfail decorators for target architecture.Zachary Turner1-1/+1