summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c
Commit message (Expand)AuthorAgeFilesLines
* 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
* XFail TestInlines.py on Windows with clang.Adrian McCarthy2016-02-251-0/+1
* XFAIL TestInlines for Linux with gccTamas Berghammer2016-02-231-1/+3
* Actually commit the test for r261598.Sean Callanan2016-02-232-1/+50
* Remove expectedFailureFreeBSD decoratorEd Maste2016-02-191-1/+1
* Fix copy/paste error in TestCModules.Zachary Turner2016-02-101-1/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-102-2/+2
* Remove skipIf<compiler> decorators.Zachary Turner2016-02-091-2/+2
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-092-4/+4
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-0810-13/+12
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0411-16/+25
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-044-4/+8
* Fix this test for the the switch in default for IgnoreBreakpoints in SBFrame....Jim Ingham2016-01-291-1/+6
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-212-12/+6
* Update some XFAILs after the 3.8->3.9 version changeTamas Berghammer2016-01-141-1/+1
* mark TestGlobalVariables.py as XFAIL on OS X dwarf.Todd Fiala2015-12-181-4/+2
* Inspect DW_AT_const_value global static const variablesEwan Crawford2015-12-172-1/+3
* Make debug info specification use categories system.Zachary Turner2015-12-141-13/+4
* [LLDB][MIPS] Fix TestConstVariables.pySagar Thakur2015-12-051-0/+1
* Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on ...Ed Maste2015-11-241-0/+1
* This test is now passing on DarwinEnrico Granata2015-11-101-1/+0
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0318-18/+18
* Changes for Bug 25251Ravitheja Addepally2015-11-032-6/+12
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0320-44/+45
* Harden this test case to do the right thing in the face of compiler changesEnrico Granata2015-10-312-2/+8
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-2875-0/+2871
OpenPOWER on IntegriCloud