summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Don't run TestBreakpointThumbCodesection.py on darwin systems;Jason Molenda2019-01-172-1/+4
* XFAIL test on WindowsAdrian Prantl2019-01-161-1/+2
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-164-0/+43
* [lldbsuite] Skip two more flaky tests on WindowsStella Stamenova2019-01-142-0/+2
* [Core] Use the implementation method GetAddressOf in ValueObjectConstResultChildAleksandr Urakov2019-01-141-0/+3
* [lldbsuite] Skip TestExitDuringStep on WindowsStella Stamenova2019-01-111-0/+1
* lldbtest.py: try to fix a runtime exceptionAdrian Prantl2019-01-101-4/+7
* [Python] Update checkDsymForUUIDIsOn to be compatible with Python 3.Davide Italiano2019-01-101-4/+5
* Split two sub-tests into separate top-level methods.Adrian Prantl2019-01-071-1/+7
* Refactor test, no changes expected.Adrian Prantl2019-01-071-7/+4
* Fine-tune and document the barrier in TestQueues.Adrian Prantl2019-01-071-10/+16
* Simplify testcase by using lldbutil.run_to_source_breakpoint()Adrian Prantl2019-01-071-15/+2
* [lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...Kuba Mracek2019-01-041-0/+11
* symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil2019-01-033-2/+11
* TestQueues: Move the synchronisation code into the binary itself.Adrian Prantl2019-01-032-43/+14
* Add file-based synching to places missed in r350247.Adrian Prantl2019-01-022-10/+15
* Add file-based synchronization to flaky testAdrian Prantl2019-01-022-3/+38
* [test] Remove flakiness decorator from TestObjCDynamicSBTypeJonas Devlieghere2018-12-301-2/+0
* Fix tests for python 3.7Pavel Labath2018-12-271-1/+2
* [lldbsuite] Skip flakey Windows testsStella Stamenova2018-12-216-4/+7
* "help finish" tells you it is an alias. "help fin" doesn't.Jim Ingham2018-12-211-0/+11
* Fix typoAdrian Prantl2018-12-201-2/+2
* [lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek2018-12-201-3/+18
* Disable a few tests on the green dragon sanitzier bot.Adrian Prantl2018-12-203-0/+10
* [lldbsuite] Un-xfail several tests in TestInferiorCrashing on WindowsStella Stamenova2018-12-201-21/+4
* [lldbsuite] Un-xfail TestMiniDump and TestThreadJumpStella Stamenova2018-12-202-2/+0
* [lldbsuite] Un-xfail TestEvents on WindowsStella Stamenova2018-12-201-3/+0
* [lldbsuite] Skip TestConflictingSymbol (test_shadowed) on WindowsStella Stamenova2018-12-201-0/+1
* Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha2018-12-201-0/+62
* [lldbsuite] Un-xfail TestRedefinitionsInInlines on WindowsStella Stamenova2018-12-201-6/+4
* [lldbsuite] Un-xfail TestDataFormatterSynthVal on WindowsStella Stamenova2018-12-201-3/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)Stella Stamenova2018-12-206-18/+5
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-203-17/+128
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova2018-12-2014-41/+2
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)Stella Stamenova2018-12-205-12/+4
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)Stella Stamenova2018-12-1912-20/+1
* [lldbsuite] Un-xfail tests on Windows that are now passingStella Stamenova2018-12-1910-37/+1
* Show the memory region name if there is one in the output of the "memory regi...Greg Clayton2018-12-192-0/+30
* refactor testsuite spawnLldbMi args->exe+argsJan Kratochvil2018-12-193-11/+14
* [lit] Use the new build.py script in the lldb-mi testsStella Stamenova2018-12-181-2/+0
* TestHelloWorld: Use a file on the target platform for synchronisation.Adrian Prantl2018-12-182-19/+29
* de-flake TestThreadStates.test_process_interruptPavel Labath2018-12-181-1/+5
* Skip TestMultithreaded.test_sb_api_listener_resume on linuxPavel Labath2018-12-181-1/+1
* Un-XFail TestYMMRegister on linuxPavel Labath2018-12-181-1/+0
* Un-XFail TestThreadStates.test_process_interruptPavel Labath2018-12-181-12/+7
* Un-XFAIL TestExitDuringBreak.py for linuxPavel Labath2018-12-181-3/+0
* Un-XFAIL TestNamespaceLookup for linuxPavel Labath2018-12-181-12/+3
* A few small updates to the testsuite for running against an iOS device.Jason Molenda2018-12-178-9/+8
* Reflow readmeAdrian Prantl2018-12-171-46/+55
* Remove sleep() synchronisation from teststcase andAdrian Prantl2018-12-171-9/+3
OpenPOWER on IntegriCloud