summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfail TestRedefinitionsInline on Windows.Zachary Turner2016-05-231-1/+1
* Removed the m_decl_objects map from ClangASTContext.Sean Callanan2016-05-232-0/+23
* Fixed and re-enabled the Clang modules testcase.Sean Callanan2016-05-161-3/+2
* Clean up test results on Windows.Zachary Turner2016-05-131-1/+0
* Downgrade skip to xfail in TestBitfields on linuxPavel Labath2016-05-051-1/+1
* Fix syntax errors in TestEnumTypesPavel Labath2016-05-051-1/+2
* XFail TestEnumTypes.py on WindowsAdrian McCarthy2016-05-042-7/+8
* Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan2016-05-021-1/+0
* Fix TestEnumTypes.py for 32 bit platforms.Chaoren Lin2016-04-291-2/+2
* Watch out for compilers that generate bad bitfield info. If the bit size of a...Greg Clayton2016-04-291-1/+0
* Make sure LLDB can deal with forward declarations to enums without crashing o...Greg Clayton2016-04-292-1/+19
* XFail TestBitfields.py Python API tests.Chaoren Lin2016-04-281-0/+1
* Fix TestRegisterVariables.py on WindowsAdrian McCarthy2016-04-261-3/+3
* skip TestBitfields.py on OS XTodd Fiala2016-04-251-0/+1
* Skip TestBitfileds on linuxPavel Labath2016-04-251-0/+1
* DWARF layout for bitfields is wrong when the bit offset is negative. Greg Clayton2016-04-222-0/+22
* Blocks are only reliably supported on Darwin. Disable the test otherwise.Sean Callanan2016-04-151-0/+3
* Added a testcase for defining and using a block in the expression parser.Sean Callanan2016-04-151-3/+13
* Fix and xfail TestRegisterVariables after rL265498Tamas Berghammer2016-04-062-8/+3
* make TestRegisterVariables slightly more resilientTodd Fiala2016-04-062-16/+123
* Enable expectedFailure for all Clang versions in TestRegisterVariablesEd Maste2016-03-141-1/+1
* Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/u...Marianne Mailhot-Sarrasin2016-03-101-0/+11
* [DWARFASTParserClang] Start with member offset of 0 for members of union types.Siva Chandra2016-03-103-0/+69
* [TestRegisterVariables] Adjust compiler range in expected failure decorator.Siva Chandra2016-03-091-2/+2
* Support floating point values in 128-bit SSE vector registersAdrian Prantl2016-03-082-1/+27
* Fix TestInlines.py on WindowsAdrian McCarthy2016-02-294-114/+0
* Add the "block" keyword to "thread step-in -e", and an alias that uses it: "s...Jim Ingham2016-02-263-0/+158
OpenPOWER on IntegriCloud