summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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-269-145/+218
* Fix tabs/spaces indentation problem in TestUnicodeSymbols.pyAdrian McCarthy2018-02-261-7/+7
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+2
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-2/+2
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-261-2/+2
* Delete dead code in MachVMMemory.cpp, NFCVedant Kumar2018-02-241-36/+0
* [unittests] Disable lldb-server tests if an external debug server is in useVedant Kumar2018-02-242-3/+9
* Fix a compiler warning in ModuleCacheTest.cpp, NFCVedant Kumar2018-02-231-2/+2
* [Utility] Simplify and generalize the CleanUp helper, NFCVedant Kumar2018-02-237-300/+125
* Fix breakpoint thread name conditionals after breakpoint options refactor.Jim Ingham2018-02-233-39/+42
* Replace HashStringUsingDJB with llvm::djbHashPavel Labath2018-02-238-222/+81
* 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
* remove FreeBSD xfail from lit TestCallStdStringFunctionEd Maste2018-02-231-3/+0
* [testsuite] Throw away test/debug_info/apple_types.Davide Italiano2018-02-233-104/+0
* Delete some unused #includes of CleanUp.h, NFCVedant Kumar2018-02-236-7/+0
* [ObjC] Fix the NSConcreteData formatter and test itVedant Kumar2018-02-223-10/+28
* Fix TestMoveNearest on WindowsAdrian McCarthy2018-02-221-3/+2
* Fix TestSBData.py on WindowsAdrian McCarthy2018-02-221-1/+1
* [LLDB][PPC64] Fixed next blocked forever at same linePavel Labath2018-02-211-5/+1
* [testsuite] Run lit tests as part of `check-lldb`.Davide Italiano2018-02-212-0/+4
* [testsuite/decorators] Get rid of some `expectFlakey` variants.Davide Italiano2018-02-211-27/+0
* Fix TestBreakpointInGlobalConstructor for WindowsAdrian McCarthy2018-02-212-3/+5
* Fix remote tests broken by r325690Pavel Labath2018-02-211-1/+1
* llgs-tests: Fix r325511 for debugserverPavel Labath2018-02-212-3/+13
* Fix a couple of more tests to not create files in the source treePavel Labath2018-02-217-28/+23
* Fix TestAppleTypesIsProduced after r324226Frederic Riss2018-02-211-1/+1
* [lit] Update how clang and other binaries are found in per-configuration dire...Aaron Smith2018-02-213-11/+34
* Avoid dirtying the source tree in breakpoint command testsPavel Labath2018-02-204-92/+34
* Handle typeof() expressionsJonas Devlieghere2018-02-202-17/+78
* Two more dosep-paralellization fallout fixesPavel Labath2018-02-191-32/+14
* Fix TestStopReplyContainsThreadPcs on 32-bit x86 (pr36013)Pavel Labath2018-02-195-103/+166
* Add SBDebugger::GetBuildConfiguration and use it to skip an XML testPavel Labath2018-02-195-1/+34
* Make gdb-client tests generate binaries in the build treePavel Labath2018-02-191-7/+1
* Add DEBUGSERVER_PATH to the cache so it'll be available for tests.Don Hinton2018-02-171-2/+2
* [cmake] Fix LLDB_CODESIGN_IDENTITY logic.Don Hinton2018-02-172-18/+17
* Shorten socket names in TestPlatformProcessConnectPavel Labath2018-02-161-3/+3
* Re-enable lang/objc/modules/TestObjCModulesJonas Devlieghere2018-02-161-4/+0
* Fix paralelization of remote testsPavel Labath2018-02-161-1/+1
* [lldb][PPC64] Fixed vector and struct return valuePavel Labath2018-02-162-145/+575
* [dosep] Run tests in a more parallel fashionPavel Labath2018-02-162-61/+51
* @skipIfRemote TestTargetXMLArchPavel Labath2018-02-151-0/+1
* Supply missing break in case statement.Adrian McCarthy2018-02-141-3/+1
OpenPOWER on IntegriCloud