aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/api
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-08Remove expectedFailureWindows decorator.Zachary Turner1-3/+1
2016-02-04Move the rest of the tests over to using the new decorator module.Zachary Turner2-4/+7
2016-02-04Move some of the common decorators to decorators.py.Zachary Turner1-1/+2
2016-01-07XFAIL TestMultithreaded on linuxPavel Labath1-1/+1
2016-01-06Remove XTIMEOUT from TestMultithreaded on linuxPavel Labath1-0/+1
2015-12-15Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer1-1/+1
2015-12-08Remove the -c option from dotest.py.Zachary Turner1-2/+2
2015-12-08Get rid of global variables in dotest.pyZachary Turner1-2/+2
2015-12-07getwd(3) with NULL pointer extension is supported on NetBSDKamil Rytarowski1-2/+2
2015-11-27Re-add an xfail removed by r254163Tamas Berghammer1-0/+1
2015-11-26Remove some xfail-s fixed by r253026Tamas Berghammer1-4/+0
2015-11-13Re-XFAIL two more tests I missedPavel Labath1-0/+2
2015-11-13Re-add XFAILs to two testsPavel Labath1-0/+1
2015-11-13Fix to solve Bug 23139 & Bug 23560Abhishek Aggarwal1-3/+0
2015-11-03Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner3-3/+3
2015-11-03Tighten up sys.path, and use absolute imports everywhere.Zachary Turner3-6/+7