summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang
Commit message (Expand)AuthorAgeFilesLines
* mark newly failing tests as XFAILPavel Labath2016-07-141-0/+2
* Added test for setting breakpoints by basename and fullname.Greg Clayton2016-07-131-0/+67
* Fixed a bug where we report a single type multiple times in namespaces.Sean Callanan2016-07-058-0/+156
* Split TestTemplateIntegerArgs test into twoPavel Labath2016-07-041-14/+17
* 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-292-1/+2
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-242-1/+69
* Added a test case for bitfield ivars. It currently fails.Sean Callanan2016-06-242-0/+56
* Fix an issue where LLDB would show the key and value of a single entry NSDict...Enrico Granata2016-06-243-0/+82
* Handle variadic Objective-C methods from DWARF correctly.Sean Callanan2016-06-242-0/+35
* Test that lldb calls the right 'printf' even when a 'printf' method exists.Sean Callanan2016-06-202-0/+25
* xfail TestWithModuleDebugging.py on macOSTodd Fiala2016-06-161-0/+1
* Fixed C++ template integer parameter types to work correctly when the integer...Greg Clayton2016-06-103-0/+94
* Enable some tests on linuxPavel Labath2016-06-095-6/+2
* Revert "Make lldbinline.py regenerate the Makefile each time it builds."Pavel Labath2016-06-074-32/+1
* Make lldbinline.py regenerate the Makefile each time it builds.Sean Callanan2016-06-074-1/+32
* Fix makefile for TestExternCSymbolsTamas Berghammer2016-06-031-1/+1
* Fixed a problem where we couldn't call extern "C" functions.Sean Callanan2016-06-023-0/+36
* Add "-gmodules" support to the test suite.Todd Fiala2016-05-264-8/+4
* Avoid using stdio in TestVirtualPavel Labath2016-05-262-20/+22
* 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-133-2/+3
* Enable NamespaceLookupTestCase.test_scope_lookup_before_using_with_run_comman...Pavel Labath2016-05-091-1/+1
* 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
* XFail TestLambdas.py on Windows after fixing some of the problemsAdrian McCarthy2016-05-042-4/+4
* 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
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-293-0/+35
* XFail TestBitfields.py Python API tests.Chaoren Lin2016-04-281-0/+1
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-283-35/+0
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-283-0/+35
* Remove flaky decorator from three tests on linuxPavel Labath2016-04-271-1/+0
* 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
* Adds a test to detect when clang omits specialized generic types from debug i...Kate Stone2016-04-194-0/+80
* Blocks are only reliably supported on Darwin. Disable the test otherwise.Sean Callanan2016-04-151-0/+3
OpenPOWER on IntegriCloud