summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
...
* [Dictionary] Rewrite the test added in r327587 as an inline test.Davide Italiano2018-03-152-0/+13
* [test] Skip more lldb-mi tests which occasionally time out on DarwinVedant Kumar2018-03-141-1/+6
* [test] Skip some lldb-mi tests which time out on DarwinVedant Kumar2018-03-142-0/+11
* [test] Delete some xfailed lldb-mi testsVedant Kumar2018-03-147-638/+0
* [test] Disable TestMachCore everywhere except on DarwinJonas Devlieghere2018-03-141-0/+1
* Update selected thread after loading mach coreJonas Devlieghere2018-03-143-0/+966
* Skip TestWatchedVarHitWhenInScope.py everywherePavel Labath2018-03-141-3/+1
* [test] Replace some references to Apple-internal bugsVedant Kumar2018-03-1310-32/+14
* Add a missing return in SBPlatform::IsConnected and testJim Ingham2018-03-131-0/+8
* Introduce a setting to disable Spotlight while running the test suiteAdrian Prantl2018-03-121-1/+6
* Rename clang.modules-cache-path to symbols.clang-modules-cache-pathAdrian Prantl2018-03-102-2/+2
* Make TestCompletion work on windowsPavel Labath2018-03-091-58/+0
* Move option parsing out of the Args classPavel Labath2018-03-091-26/+21
* [test] Skip a test which sporadically fails in its dsym variantVedant Kumar2018-03-091-0/+2
* [test] Skip a test when using an out-of-tree debugserverVedant Kumar2018-03-085-0/+18
* [LLDB][PPC64] Fix single step and LldbGdbServer testsPavel Labath2018-03-083-6/+11
* Add test for lldb-mi interpreterAdrian Prantl2018-03-062-0/+39
* Rewrite TestTargetSymbolsBuildidCase to be more focusedPavel Labath2018-03-063-45/+0
* [LLDB][PPC64] Fixed issues with expedited registersPavel Labath2018-03-061-0/+2
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-064-19/+241
* [test] Skip pexpect-based lldb-mi tests on DarwinVedant Kumar2018-03-054-1/+20
* Including <functional> for std::bindRaphael Isemann2018-03-051-0/+1
* Mark ObjC testcase as skipUnlessDarwin and fix a typo in test function.Adrian Prantl2018-03-021-1/+2
* Don't compile testcase with clang modules enabled.Adrian Prantl2018-03-022-2/+1
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-026-2/+55
* [testsuite] Remove workaround for categories and inline tests.Jonas Devlieghere2018-03-021-9/+6
* Speed up TestWatchpointMultipleThreadsPavel Labath2018-03-022-120/+41
* Make TestDynamicValueSameBase gcc-compatiblePavel Labath2018-03-011-3/+7
* [test] Restore cleanup behavior in TestQuoting.pyVedant Kumar2018-03-011-1/+1
* We were getting the wrong dynamic type if there were two classes with the sam...Jim Ingham2018-03-013-0/+99
* Adapt some tests to work with PPC64le architecturePavel Labath2018-02-284-4/+7
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-61/+0
* Fix lldbinline tests for remote targetsPavel Labath2018-02-271-1/+1
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-0/+61
* Move TestGdbRemoteExitCode next to the other llgs testsPavel Labath2018-02-273-363/+0
* Mark test_*int*_t_dwarf as failing on FreeBSDEd Maste2018-02-271-0/+9
* Move "concurrent events" tests back into one folderPavel Labath2018-02-2771-348/+4
* Add a sanity check for inline testcases.Adrian Prantl2018-02-262-0/+10
* Revert r326134 due to broken buildbotEd Maste2018-02-261-8/+0
* Mark test_*int*_t_dwarf as failing on FreeBSDEd Maste2018-02-261-0/+8
* Partial fix for TestConflictingSymbol.py on WindowsAdrian McCarthy2018-02-263-4/+4
* Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...Pavel Labath2018-02-263-143/+0
* Fix tabs/spaces indentation problem in TestUnicodeSymbols.pyAdrian McCarthy2018-02-261-7/+7
* Fix breakpoint thread name conditionals after breakpoint options refactor.Jim Ingham2018-02-232-35/+29
* Replace HashStringUsingDJB with llvm::djbHashPavel Labath2018-02-233-0/+30
* Fix TestMultithreaded when there's no debugserver specifiedFrederic Riss2018-02-231-1/+1
* Fix TestUbsanBasicFrederic Riss2018-02-231-1/+1
* Fix TestMultithreaded when specifying an alternative debugserver.Frederic Riss2018-02-231-0/+2
* [testsuite] Throw away test/debug_info/apple_types.Davide Italiano2018-02-233-104/+0
* [ObjC] Fix the NSConcreteData formatter and test itVedant Kumar2018-02-222-2/+14
OpenPOWER on IntegriCloud