summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [lit, lldbsuite] Update the lldbsuite to correctly run tests on windows and w...Aaron Smith2018-04-241-5/+5
* [dotest] Make the set of tests independent of the test configurationPavel Labath2018-04-243-61/+33
* Temporarily skip Go TestExpressions on FreeBSD as it hangsEd Maste2018-04-211-0/+1
* Fix a crash when resolving overloads of C++ virtual methods.Adrian Prantl2018-04-203-0/+25
* Attempt to fix TestMiniDump on windowsPavel Labath2018-04-191-6/+6
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-182-0/+33
* Report more precise error message when attach failsPavel Labath2018-04-182-0/+36
* [Statistics] Relax the test output a little bit.Davide Italiano2018-04-161-4/+4
* [Commands] Expose statistics through the SBAPI.Davide Italiano2018-04-163-0/+34
* Make sure deleting all breakpoints clears their sites firstEugene Zemtsov2018-04-162-0/+23
* [Command] Implement `statistics` command.Davide Italiano2018-04-133-0/+26
* Allow relative file paths when settings source breakpointsGreg Clayton2018-04-132-2/+26
* Re-land "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-132-0/+95
* Revert "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-122-95/+0
* Don't assume backing thread shares protocol ID.Jonas Devlieghere2018-04-122-0/+95
* [dotest] Fix syntax error and typo.Jonas Devlieghere2018-04-122-2/+2
* [dotest] Use in-tree dsymutil on DarwinJonas Devlieghere2018-04-123-2/+10
* [lldb-server] Set a more generous timeout when testing gdbremote.Davide Italiano2018-04-061-1/+1
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-063-0/+142
* [dotest] --skip-category should append and not override.Davide Italiano2018-04-051-1/+1
* Support template template parametersFrederic Riss2018-04-022-0/+35
* Revert r328715. Wasn't wrong, just not the issue.Jim Ingham2018-03-281-1/+0
* Explicitly import subprocessJim Ingham2018-03-281-0/+1
* Use the DWARF linkage name when importing C++ methods.Davide Italiano2018-03-273-0/+63
* Fix TestDisassembleBreakpoint broken by r328488Pavel Labath2018-03-262-33/+22
* Make @skipUnlessSupportedTypeAttribute windows-compatiblePavel Labath2018-03-261-5/+4
* Add and fix some tests for PPC64Pavel Labath2018-03-266-35/+37
* [LLDB][PPC64] Fix TestGdbRemoteAuxvSupportPavel Labath2018-03-261-0/+15
* Add a test for setting the load address of a module with differing physical/v...Pavel Labath2018-03-261-0/+19
* Add support for __attribute__(trivial_abi).Jim Ingham2018-03-234-0/+128
* Last batch of test-tree cleaning changesPavel Labath2018-03-215-118/+80
* Fix TestOperatorOverload for 32-bit buildsPavel Labath2018-03-212-14/+4
* [Testsuite] Modernize this test to be run out-of-tree.Davide Italiano2018-03-201-5/+3
* [ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano2018-03-204-0/+61
* [TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot.Davide Italiano2018-03-201-1/+1
* [LLDB] Fix TestTargetXMLArch's expected archPavel Labath2018-03-201-1/+1
* Fix some tests for PPC64le architecturePavel Labath2018-03-204-15/+39
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-202-2/+63
* Modernize a test.Jim Ingham2018-03-191-29/+2
* [test] Skip flaky tests in TestMiSyntax on DarwinVedant Kumar2018-03-191-0/+3
* [test] Skip flaky TestThreadStates tests on DarwinVedant Kumar2018-03-191-3/+3
* [DWARFASTParserClang] Complete external record types before using them as a d...Frederic Riss2018-03-163-0/+31
* Skip TestThreadSpecificBpPlusCondition on Darwin due to timeoutsVedant Kumar2018-03-161-0/+1
* Remove -gmodules restriction from testAdrian Prantl2018-03-161-1/+0
* [dotest] Clean up test folder clean-upPavel Labath2018-03-1616-71/+31
* Skip more lldb-mi tests which time out on DarwinVedant Kumar2018-03-161-0/+3
* Split skipIf decorator, the condition is supposed to be ORAdrian Prantl2018-03-151-1/+2
* [dotest] remove confirm_directory_exclusivity remnantsPavel Labath2018-03-151-13/+0
* Fix TestProcessLaunch breakage on MacOSPavel Labath2018-03-151-1/+1
* Next batch of test-tree-cleaning changesPavel Labath2018-03-159-171/+87
OpenPOWER on IntegriCloud