aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
AgeCommit message (Expand)AuthorFilesLines
2018-04-02Support template template parametersFrederic Riss2-0/+35
2018-03-28Revert r328715. Wasn't wrong, just not the issue.Jim Ingham1-1/+0
2018-03-28Explicitly import subprocessJim Ingham1-0/+1
2018-03-27Use the DWARF linkage name when importing C++ methods.Davide Italiano3-0/+63
2018-03-26Fix TestDisassembleBreakpoint broken by r328488Pavel Labath2-33/+22
2018-03-26Make @skipUnlessSupportedTypeAttribute windows-compatiblePavel Labath1-5/+4
2018-03-26Add and fix some tests for PPC64Pavel Labath6-35/+37
2018-03-26[LLDB][PPC64] Fix TestGdbRemoteAuxvSupportPavel Labath1-0/+15
2018-03-26Add a test for setting the load address of a module with differing physical/v...Pavel Labath1-0/+19
2018-03-23Add support for __attribute__(trivial_abi).Jim Ingham4-0/+128
2018-03-21Last batch of test-tree cleaning changesPavel Labath5-118/+80
2018-03-21Fix TestOperatorOverload for 32-bit buildsPavel Labath2-14/+4
2018-03-20[Testsuite] Modernize this test to be run out-of-tree.Davide Italiano1-5/+3
2018-03-20[ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano4-0/+61
2018-03-20[TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot.Davide Italiano1-1/+1
2018-03-20[LLDB] Fix TestTargetXMLArch's expected archPavel Labath1-1/+1
2018-03-20Fix some tests for PPC64le architecturePavel Labath4-15/+39
2018-03-20Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2-2/+63
2018-03-19Modernize a test.Jim Ingham1-29/+2
2018-03-19[test] Skip flaky tests in TestMiSyntax on DarwinVedant Kumar1-0/+3
2018-03-19[test] Skip flaky TestThreadStates tests on DarwinVedant Kumar1-3/+3
2018-03-16[DWARFASTParserClang] Complete external record types before using them as a d...Frederic Riss3-0/+31
2018-03-16Skip TestThreadSpecificBpPlusCondition on Darwin due to timeoutsVedant Kumar1-0/+1
2018-03-16Remove -gmodules restriction from testAdrian Prantl1-1/+0
2018-03-16[dotest] Clean up test folder clean-upPavel Labath16-71/+31
2018-03-16Skip more lldb-mi tests which time out on DarwinVedant Kumar1-0/+3
2018-03-15Split skipIf decorator, the condition is supposed to be ORAdrian Prantl1-1/+2
2018-03-15[dotest] remove confirm_directory_exclusivity remnantsPavel Labath1-13/+0
2018-03-15Fix TestProcessLaunch breakage on MacOSPavel Labath1-1/+1
2018-03-15Next batch of test-tree-cleaning changesPavel Labath9-171/+87
2018-03-15@skipUnlessDarwin TestTargetSourceMapPavel Labath1-0/+1
2018-03-15Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...Greg Clayton2-0/+437
2018-03-15[Dictionary] Rewrite the test added in r327587 as an inline test.Davide Italiano2-0/+13
2018-03-14[test] Skip more lldb-mi tests which occasionally time out on DarwinVedant Kumar1-1/+6
2018-03-14[test] Skip some lldb-mi tests which time out on DarwinVedant Kumar2-0/+11
2018-03-14[test] Delete some xfailed lldb-mi testsVedant Kumar7-638/+0
2018-03-14[test] Disable TestMachCore everywhere except on DarwinJonas Devlieghere1-0/+1
2018-03-14Update selected thread after loading mach coreJonas Devlieghere3-0/+966
2018-03-14Skip TestWatchedVarHitWhenInScope.py everywherePavel Labath1-3/+1
2018-03-13[test] Replace some references to Apple-internal bugsVedant Kumar10-32/+14
2018-03-13Add a missing return in SBPlatform::IsConnected and testJim Ingham1-0/+8
2018-03-12Introduce a setting to disable Spotlight while running the test suiteAdrian Prantl1-1/+6
2018-03-10Rename clang.modules-cache-path to symbols.clang-modules-cache-pathAdrian Prantl2-2/+2
2018-03-09Make TestCompletion work on windowsPavel Labath1-58/+0
2018-03-09Move option parsing out of the Args classPavel Labath1-26/+21
2018-03-09[test] Skip a test which sporadically fails in its dsym variantVedant Kumar1-0/+2
2018-03-08[test] Skip a test when using an out-of-tree debugserverVedant Kumar5-0/+18
2018-03-08[LLDB][PPC64] Fix single step and LldbGdbServer testsPavel Labath3-6/+11
2018-03-06Add test for lldb-mi interpreterAdrian Prantl2-0/+39
2018-03-06Rewrite TestTargetSymbolsBuildidCase to be more focusedPavel Labath3-45/+0