summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang
Commit message (Expand)AuthorAgeFilesLines
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-043-11/+0
* Support scoped enums in the DWARF AST parserTamas Berghammer2017-11-071-2/+2
* Disable tests in lang/c/shared_lib on WindowsStephane Sezer2017-11-071-0/+3
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-024-11/+3
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-273-0/+6
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-259-19/+58
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-259-57/+19
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-229-19/+57
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-219-57/+19
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-219-19/+57
* remove FreeBSD xfail decorator from TestCppNsImportEd Maste2017-08-101-1/+0
* RFix PR33875 by distinguishing between DWO and clang modules.Adrian Prantl2017-07-241-2/+0
* Revert "Fix PR33875 by distinguishing between DWO and clang modules"Adrian Prantl2017-07-231-0/+2
* Fix PR33875 by distinguishing between DWO and clang modulesAdrian Prantl2017-07-231-2/+0
* XFail TestWithModuleDebugging on linux (bug 33875)Pavel Labath2017-07-211-0/+2
* Disable TestGoASTContextPavel Labath2017-07-071-0/+1
* Updated the NSArray and NSDictionary formatters to support new storage formats.Sean Callanan2017-06-231-4/+0
* [testsuite] xfailed two tests that depend on NSString conforming to NSCopying.Sean Callanan2017-06-141-0/+4
* [LLDB][MIPS] Fix TestRegisterVariables.py.Nitesh Jain2017-06-141-1/+1
* [TypeSystem] Handle Clang AttributedTypesSean Callanan2017-06-021-10/+121
* Added a testcase for local/namespaced name conflicts.Sean Callanan2017-05-313-0/+39
* Make TestConflictingSymbol run on non-darwin targetsPavel Labath2017-05-171-7/+11
* [Expression parser] Look up module symbols before hunting globallySean Callanan2017-05-1611-0/+161
* [TypeSystem] Fix inspection of Objective-C object typesSean Callanan2017-05-153-0/+94
* xfail TestClassTemplateParameterPack on gcc to mollify lldb-x86_64-ubuntu-14....Sean Callanan2017-05-111-1/+3
* [DWARF parser] Produce correct template parameter packsSean Callanan2017-05-116-0/+104
* Windows fix for TestConflictingDefinition makefilePavel Labath2017-05-031-1/+1
* Fixed a bug where we did not properly use the complete versions of Objective-...Sean Callanan2017-05-039-0/+134
* Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham2017-04-281-4/+17
* Name the C++ source files for two tests correctly.Sean Callanan2017-04-242-2/+2
* Fixed two bad Makefiles that might be breaking Linux.Sean Callanan2017-04-242-2/+2
* [Expression parser] Return both types and variablesSean Callanan2017-04-247-2/+98
* [DWARF] Fix lookup in the abstract origins of inlined blocks/functionsSean Callanan2017-04-241-0/+5
* Update two android XFAILSPavel Labath2017-04-241-1/+1
* Make TestStaticVariables XFAIL more specificPavel Labath2017-04-201-6/+5
* Fix TestRegisterVariables for clang/armPavel Labath2017-04-191-2/+11
* TestStaticVariables still fails on Linux.Jim Ingham2017-04-181-0/+2
* This test is succeeding on macOS with clang.Jim Ingham2017-04-181-6/+1
* Fix TestCppIncompleteTypes for android/clangPavel Labath2017-04-121-2/+2
* FindTypes should find "struct TypeName" as well as "TypeName".Jim Ingham2017-03-213-0/+95
* Fix TestRegisterVariables for linux arm/arm64 gcc ver > 5Omair Javaid2017-01-131-1/+1
* XFAIL TestRegisterVariables on gcc-4.8-x86_64Pavel Labath2017-01-101-0/+2
* Fix i386 being able to show member variables correctly by not returning empty...Greg Clayton2016-12-092-4/+5
* Handle UTF-16 and UTF-32 constant CFStringsSean Callanan2016-12-012-0/+11
* Enable TestBitfields on linux with clangPavel Labath2016-11-241-7/+0
* Enable TestRegisterVariables for some configurationsPavel Labath2016-11-241-5/+2
* Mark xfail TestNamespaceDefinitions for arm/aarch64 targetsOmair Javaid2016-11-111-0/+3
* Un-XFail test on Windows. Has been in "unexpected success" mode for a while.Adrian McCarthy2016-11-101-2/+0
* Fix expectation in TestStaticVariables.py after rL286302Tamas Berghammer2016-11-091-1/+1
* Fix an issue where frame variable -s <varname> would not show the scope even ...Enrico Granata2016-10-261-1/+1
OpenPOWER on IntegriCloud