summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
* Avoid dirtying the source tree in breakpoint command testsPavel Labath2018-02-204-92/+34
* Two more dosep-paralellization fallout fixesPavel Labath2018-02-191-32/+14
* Add SBDebugger::GetBuildConfiguration and use it to skip an XML testPavel Labath2018-02-192-1/+9
* Make gdb-client tests generate binaries in the build treePavel Labath2018-02-191-7/+1
* 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
* [dosep] Run tests in a more parallel fashionPavel Labath2018-02-162-61/+51
* @skipIfRemote TestTargetXMLArchPavel Labath2018-02-151-0/+1
* Remove vestigial remnants of the test crash info hookPavel Labath2018-02-142-8/+0
* [testsuite] Reintroduce test to check leaking.Davide Italiano2018-02-123-0/+141
* Skip TestTargetXMLArch on non-darwin OSsPavel Labath2018-02-121-0/+1
* Looks like this fails when built i386 on linux bots, possible targetJason Molenda2018-02-101-0/+1
* Add test case for x86_64 architecture recognition in theJason Molenda2018-02-102-1/+122
* Make LLDB's clang module cache path customizableAdrian Prantl2018-02-092-6/+13
* [lldb-mi] This test now passes consistently, unXFAIL it.Davide Italiano2018-02-091-1/+0
* [Testsuite] Remove leak tests, it's not useful anymore.Davide Italiano2018-02-093-141/+0
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-0819-36/+15
* Rewrite testcase to not depend on Foundation implementation details.Adrian Prantl2018-02-087-31/+22
* Rewrite the flaky test_restart_bug test in a more deterministic wayPavel Labath2018-02-083-88/+93
* Deactivate TestTargetSymbolsBuildidCase if host is windowsEugene Zemtsov2018-02-082-1/+2
* [test] Don't drop existing categories for methods.Jonas Devlieghere2018-02-071-7/+10
* [test] Enable setting category for inline tests.Jonas Devlieghere2018-02-071-2/+7
* Remove obsolete fileAdrian Prantl2018-02-062-208/+0
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-0613-148/+131
* [testsuite] Skip a flakey test.Davide Italiano2018-02-051-0/+1
* Disable test_restart_bug failing on AndroidEugene Zemtsov2018-02-051-0/+1
* [lang/Objc] UNXFAIL a test. Nullability has been implemented in clang.Davide Italiano2018-02-051-1/+0
* Skip TestTargetSymbolsSepDebugSymlink on remote targetsPavel Labath2018-02-051-0/+1
* TestLinuxCore -- add a check for thread namePavel Labath2018-02-051-10/+19
* [test] Un-XFAIL TestRaise.RaiseTestCase.test_restart_bugJonas Devlieghere2018-02-051-4/+0
* [dotest] make debug info variant accessible in setUp()Pavel Labath2018-02-055-41/+29
* Resolve binary symlinks before finding its separate .debug fileJan Kratochvil2018-02-053-0/+45
* Fix upper->lower case for /usr/lib/debug/.build-id/**.debugJan Kratochvil2018-02-053-0/+44
* Add the ability to restrict the breakpoint to a moduleJim Ingham2018-02-021-4/+13
* Use an alternative approach to prevent Spotlight from indexing the build dire...Adrian Prantl2018-02-022-9/+1
* Create a marker for Spotlight to never index $BUILD_DIR.Adrian Prantl2018-02-011-2/+11
* Added lldbutil.run_to_name_breakpoint and use it in one test.Jim Ingham2018-02-012-52/+58
* Extend windows->android XFAIL on TestLoadUnloadPavel Labath2018-02-011-2/+0
* mock_gdb_server: rectify ack handling codePavel Labath2018-02-011-11/+3
* replace os.mkdirs with lldbutil.mkdir_p (NFC)Adrian Prantl2018-01-312-4/+2
* Fix TestMixedDwarfBinary.pyPavel Labath2018-01-311-1/+1
* [lldb] Enable debugging of binaries with mixed (splitted/regular) dwarfDavide Italiano2018-01-314-0/+70
* Fix TestTargetSymbolsAddCommand makefilePavel Labath2018-01-311-4/+5
* Revert "[lldb] Enable debugging of binaries with mixed (splitted/regular) dwarf"Davide Italiano2018-01-314-70/+0
* [lldb] Enable debugging of binaries with mixed (splitted/regular) dwarfAlexander Shaposhnikov2018-01-304-0/+70
* Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().Adrian Prantl2018-01-304-6/+18
* XUnit Formatter: Handle UTF-8 decode errors on invalid XMLVedant Kumar2018-01-301-1/+3
* PR25934: Skip EventAPITestCase. It still SEGV's on Darwin.Vedant Kumar2018-01-301-0/+1
* Add more diagnostics to help diagnose flaky testAdrian Prantl2018-01-302-5/+7
OpenPOWER on IntegriCloud