summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Fix TestProcessLaunch breakage on MacOSPavel Labath2018-03-151-1/+1
* Next batch of test-tree-cleaning changesPavel Labath2018-03-152-68/+25
* @skipUnlessDarwin TestTargetSourceMapPavel Labath2018-03-151-0/+1
* Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...Greg Clayton2018-03-152-0/+437
* [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-132-3/+3
* Add a missing return in SBPlatform::IsConnected and testJim Ingham2018-03-131-0/+8
* 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 when using an out-of-tree debugserverVedant Kumar2018-03-081-0/+1
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-063-19/+223
* Including <functional> for std::bindRaphael Isemann2018-03-051-0/+1
* Speed up TestWatchpointMultipleThreadsPavel Labath2018-03-022-120/+41
* Adapt some tests to work with PPC64le architecturePavel Labath2018-02-281-1/+1
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-61/+0
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-0/+61
* Move "concurrent events" tests back into one folderPavel Labath2018-02-2770-344/+1
* Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...Pavel Labath2018-02-263-143/+0
* Fix breakpoint thread name conditionals after breakpoint options refactor.Jim Ingham2018-02-232-35/+29
* Fix TestUbsanBasicFrederic Riss2018-02-231-1/+1
* [ObjC] Fix the NSConcreteData formatter and test itVedant Kumar2018-02-222-2/+14
* Fix TestMoveNearest on WindowsAdrian McCarthy2018-02-221-3/+2
* Fix TestBreakpointInGlobalConstructor for WindowsAdrian McCarthy2018-02-211-1/+2
* Fix a couple of more tests to not create files in the source treePavel Labath2018-02-212-2/+4
* Avoid dirtying the source tree in breakpoint command testsPavel Labath2018-02-204-92/+34
* Add SBDebugger::GetBuildConfiguration and use it to skip an XML testPavel Labath2018-02-191-1/+1
* Make gdb-client tests generate binaries in the build treePavel Labath2018-02-191-7/+1
* @skipIfRemote TestTargetXMLArchPavel Labath2018-02-151-0/+1
* [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
* [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-089-16/+1
* Rewrite the flaky test_restart_bug test in a more deterministic wayPavel Labath2018-02-083-88/+93
* Build each testcase variant in its own subdirectory and remove the srcdir loc...Adrian Prantl2018-02-063-28/+17
* Disable test_restart_bug failing on AndroidEugene Zemtsov2018-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-051-1/+1
* Added lldbutil.run_to_name_breakpoint and use it in one test.Jim Ingham2018-02-011-24/+4
* 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
* Add more diagnostics to help diagnose flaky testAdrian Prantl2018-01-301-4/+6
* Rewrite this test not to use pexpect.Jim Ingham2018-01-301-70/+41
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-3076-201/+257
* Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASEAdrian Prantl2018-01-301-1/+3
OpenPOWER on IntegriCloud