summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c
Commit message (Expand)AuthorAgeFilesLines
* [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
* XFAIL TestRegisterVariables on gcc-4.8-x86_64Pavel Labath2017-01-101-0/+2
* Enable TestBitfields on linux with clangPavel Labath2016-11-241-7/+0
* Enable TestRegisterVariables for some configurationsPavel Labath2016-11-241-5/+2
* Un-XFail test on Windows. Has been in "unexpected success" mode for a while.Adrian McCarthy2016-11-101-2/+0
* Added a decorator for the macOS version and switched over testcases that used...Sean Callanan2016-10-201-3/+1
* Remove a debug print statement.Jim Ingham2016-10-181-1/+0
* Added a radar on our end for this test's failure.Jim Ingham2016-10-111-1/+1
* Add some logging when trace is on. We're getting a bot failure on i386 that ...Jim Ingham2016-09-291-8/+15
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0623-534/+909
* Don't crash when trying to capture persistent variables in a block.Sean Callanan2016-08-261-1/+3
* Join TestTlsGlobal tests again and use the proper decoratorPavel Labath2016-07-041-12/+2
* Fixed thread local storage test case to run normally with no expected fail fo...Greg Clayton2016-07-011-2/+12
* Thread local storage was already broken on Linux and the tests were passing b...Greg Clayton2016-07-011-0/+1
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-013-5/+16
* XFAIL tests which fail with gcc on linuxPavel Labath2016-06-291-1/+1
* Enable some tests on linuxPavel Labath2016-06-093-4/+2
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-071-9/+0
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-071-0/+9
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-261-1/+1
* Mark some aarch64-linux specific xfails marking bug entriesOmair Javaid2016-05-251-0/+1
* xfail TestRedefinitionsInline with older ClangEd Maste2016-05-241-1/+2
* Make sure TestRedefinitionsInInlines.py actually inlines.Chaoren Lin2016-05-231-2/+2
OpenPOWER on IntegriCloud