summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* Change TypeSystem::GetBitSize() to return an optional result.Adrian Prantl2019-01-161-0/+4
* [lldbsuite] Skip TestConflictingSymbol (test_shadowed) on WindowsStella Stamenova2018-12-201-0/+1
* [lldbsuite] Un-xfail TestRedefinitionsInInlines on WindowsStella Stamenova2018-12-201-6/+4
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)Stella Stamenova2018-12-201-4/+1
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova2018-12-202-3/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)Stella Stamenova2018-12-191-1/+0
* [TestVLA] Fix a python decorator.Davide Italiano2018-11-061-1/+2
* Skip this test on older versions of clang.Adrian Prantl2018-11-051-0/+1
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-053-0/+45
* [DWARFExpression] Read literars as unsigned values.Jonas Devlieghere2018-09-133-0/+81
* Allow IRInterpreter to deal with non-power-of-2 sized types to support some b...Frederic Riss2018-08-282-0/+47
* Change xfail to skipIf. The exact condition is really difficult to getAdrian Prantl2018-08-231-1/+1
* XFAIL test for older versions of clangAdrian Prantl2018-08-231-1/+1
* XFAIL test for older versions of dsymutilAdrian Prantl2018-08-231-0/+1
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-1/+1
* DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes methodPavel Labath2018-06-121-2/+15
* [lit, windows] Disable a number of tests that are failing on WindowsStella Stamenova2018-06-072-0/+6
* [test] Re-enable TestUnicodeSymbolsJonas Devlieghere2018-05-081-1/+0
* Remove redundant command.Adrian Prantl2018-05-011-1/+0
* Split TestGlobalVariables into two and xfail one of them for arm64 linuxPavel Labath2018-05-011-10/+23
* Remove premature caching of the global variables list in CompileUnit.Adrian Prantl2018-04-302-4/+20
* [test] Replace some references to Apple-internal bugsVedant Kumar2018-03-132-3/+3
* [test] Skip a test which sporadically fails in its dsym variantVedant Kumar2018-03-091-0/+2
* Adapt some tests to work with PPC64le architecturePavel Labath2018-02-281-1/+1
* Add a sanity check for inline testcases.Adrian Prantl2018-02-261-0/+1
* Partial fix for TestConflictingSymbol.py on WindowsAdrian McCarthy2018-02-263-4/+4
* Fix tabs/spaces indentation problem in TestUnicodeSymbols.pyAdrian McCarthy2018-02-261-7/+7
* Replace HashStringUsingDJB with llvm::djbHashPavel Labath2018-02-233-0/+30
* Only throw -fPIC when building a shared libraryAaron Smith2018-02-085-7/+0
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-306-15/+16
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1923-29/+29
* TestConflictingSymbols: simplify test by using run_break_set_by_source_regexpPavel Labath2018-01-091-14/+8
* Work around test failures on red-hat linuxPavel Labath2017-12-211-6/+39
* [testsuite] Un-XFAIL the global variables tests.Davide Italiano2017-12-171-6/+0
* Disable tests in lang/c/shared_lib on WindowsStephane Sezer2017-11-071-0/+3
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-023-7/+2
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-252-2/+4
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-252-4/+2
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-222-2/+4
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-212-4/+2
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-212-2/+4
* [LLDB][MIPS] Fix TestRegisterVariables.py.Nitesh Jain2017-06-141-1/+1
* 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
* Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham2017-04-281-4/+17
* [DWARF] Fix lookup in the abstract origins of inlined blocks/functionsSean Callanan2017-04-241-0/+5
* Fix TestRegisterVariables for clang/armPavel Labath2017-04-191-2/+11
* 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
OpenPOWER on IntegriCloud