summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a testcase for defining and using lambdas in the expression parser.Sean Callanan2016-04-152-0/+21
* Added a testcase for defining and using a block in the expression parser.Sean Callanan2016-04-151-3/+13
* Fix test cases for big-endian systemsUlrich Weigand2016-04-141-1/+7
* Skip a test in TestNamespaceLookup on linux to avoid a crashPavel Labath2016-04-121-0/+1
* Fix and xfail TestRegisterVariables after rL265498Tamas Berghammer2016-04-062-8/+3
* make TestRegisterVariables slightly more resilientTodd Fiala2016-04-062-16/+123
* Fix clean rule for a makefilePavel Labath2016-04-011-1/+1
* Fixed a problem where a dSYM wasn't properly found because it had the wrong nameSean Callanan2016-03-302-2/+3
* Switch from unittest2.expectedFailure to our own decorator on TestSTLPavel Labath2016-03-161-2/+1
OpenPOWER on IntegriCloud