summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
* [test] Remove randomnessJonas Devlieghere2019-05-051-8/+3
* Fixed some minor style issues in rLLDB359921 [NFC]Raphael Isemann2019-05-031-6/+6
* [Alias] Add 're' alias for registerJonas Devlieghere2019-05-031-1/+2
* Supply a default implementation of IsRuntimeSupportValue.Adrian Prantl2019-05-031-1/+0
* Fix for ambiguous lookup in expressions between local variable and namespaceShafik Yaghmour2019-05-037-0/+117
* Split TestVLA into two and XFAIL one partPavel Labath2019-05-031-3/+10
* Fix tests on non-Darwin platforms.Adrian Prantl2019-05-022-1/+6
* Hide runtime support values such as clang's __vla_expr from frame variableAdrian Prantl2019-05-024-2/+94
* Disable TestArgumentPassingRestrictions for clang < 7Jonas Devlieghere2019-05-021-1/+2
* [test] TestSharedPtr -> TestSharedPtrDbgInfoContentJonas Devlieghere2019-05-021-1/+1
* Add std::stack and std::queue support to CxxModuleHandlerRaphael Isemann2019-05-026-0/+139
* Inject only relevant local variables in the expression evaluation contextRaphael Isemann2019-05-021-0/+37
* [test] Convert TestWatchpointSetErrorCases.py to litJonas Devlieghere2019-05-021-74/+0
* Set a CXXRecordDecl to not be passed in registers if DW_CC_pass_by_reference ...Shafik Yaghmour2019-05-013-0/+56
* Disable queues_with_libBacktraceRecordingJonas Devlieghere2019-05-011-0/+1
* Disabling test in TestClassTemplateParameterPack.py until we do template look...Shafik Yaghmour2019-05-012-7/+9
* Un-xfail the TestMiniDump tests on WindowsStella Stamenova2019-04-301-2/+0
* Instantiate 'std' templates explicitly in the expression evaluatorRaphael Isemann2019-04-3048-0/+800
* @skipIfLinux another batch of flaky lldb-mi testsPavel Labath2019-04-292-1/+3
* [lldb] [test] Remove duplicate YMM/ZMM dotest testsMichal Gorny2019-04-294-354/+0
* [Windows] Dump more information about access violation exceptionAleksandr Urakov2019-04-291-1/+1
* TestZMMRegister: use an integer division as intendedFrederic Riss2019-04-261-2/+2
* [TestTemplateFunction] Add a missing debug info variant.Davide Italiano2019-04-251-1/+1
* Another use of the interactive lldb.debugger.Jason Molenda2019-04-251-1/+1
* Two tests were using the interactive convenience variableJason Molenda2019-04-252-3/+3
* Skip test introduced in r359140 on windowsFrederic Riss2019-04-241-0/+2
* Fix infinite recursion when calling C++ template functionsFrederic Riss2019-04-243-0/+51
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-242-1/+6
* yamlify TestMiniDumpUUID binariesPavel Labath2019-04-2319-34/+183
* Rename C++ TestGlobalVariables.py to have a distinct name from C version.Adrian Prantl2019-04-221-0/+0
* @skipIfLinux flaky lldb-mi testsPavel Labath2019-04-213-0/+3
* Make TestVSCode_step pass reliablyPavel Labath2019-04-211-7/+1
* [Tests] Split float test into float and doublesJonas Devlieghere2019-04-194-18/+76
* This test doesn't need to be run for all debug formats.Jim Ingham2019-04-191-0/+1
* [lldb] [test] Mark three more tests flakey/xfail on NetBSDMichal Gorny2019-04-182-0/+3
* [lldb] Don't filter variable list when doing a lookup by mangled name in Symb...Kuba Mracek2019-04-183-0/+63
* Breakpad: Match the new UUID algorithm in minidumpsPavel Labath2019-04-162-0/+12
* [ASTImporter] Regression test to ensure that we handling importing of anonymo...Shafik Yaghmour2019-04-153-0/+36
* Make TestPrintStackTraces deterministicPavel Labath2019-04-122-158/+8
* [lldb-server] Update tests to use std::thread/mutex for all platformsAaron Smith2019-04-121-86/+81
* [test] Convert CommandScriptImmediateOutput from pexpect to litJonas Devlieghere2019-04-112-120/+0
* Minidump: extend UUID byte-swapping to windows platformPavel Labath2019-04-111-6/+6
* Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()Adrian Prantl2019-04-101-0/+2
* [testsuite] Split Obj-C foundation testJonas Devlieghere2019-04-104-142/+154
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-083-0/+125
* [testsuite] Split Objective-C new syntax testJonas Devlieghere2019-04-055-204/+225
* [Test] Remove no_debug_info_test decorator from Obj-C data formatters.Jonas Devlieghere2019-04-0511-11/+0
* [testsuite] Split Objective-C data formatterJonas Devlieghere2019-04-0514-530/+584
* TestVCCode_step: replace assertTrue with more specific assertionsPavel Labath2019-04-051-10/+10
* modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath2019-04-041-0/+1
OpenPOWER on IntegriCloud