summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang
Commit message (Expand)AuthorAgeFilesLines
* 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-194-4/+4
* Remove XFAIL from test passing on FreeBSDEd Maste2016-02-191-1/+0
* Enable TestUnicodeLiteralsPavel Labath2016-02-191-4/+0
* Renamed TestRdar12991846 to the more descriptive TestUnicodeLiterals.Sean Callanan2016-02-123-1/+1
* Fix copy/paste error in TestCModules.Zachary Turner2016-02-101-1/+1
* Remove expectedFailureLinux decorator.Zachary Turner2016-02-102-2/+2
* Remove FreeBSD failure decorator from TestCppIncompleteTypesEd Maste2016-02-101-1/+0
* Remove skipIf<compiler> decorators.Zachary Turner2016-02-092-4/+4
* Remove decorators related to debug info types.Zachary Turner2016-02-093-8/+4
* Delete all the xfail / skip decorators for specific compilers.Zachary Turner2016-02-0910-14/+13
* Remove skip and xfail decorators for target architecture.Zachary Turner2016-02-095-5/+5
* A number of improvements to decorator conditionals.Zachary Turner2016-02-081-1/+1
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-0826-43/+34
* Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-053-0/+275
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-0481-103/+184
* Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra2016-02-043-275/+0
* Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-043-0/+275
* Move some of the common decorators to decorators.py.Zachary Turner2016-02-048-9/+17
* Always write the session file in UTF-8.Zachary Turner2016-02-011-1/+0
* Fix this test for the the switch in default for IgnoreBreakpoints in SBFrame....Jim Ingham2016-01-291-1/+6
* Revert "Resubmit r258759 with proper unicode handling."Zachary Turner2016-01-271-0/+1
* Resubmit r258759 with proper unicode handling.Zachary Turner2016-01-271-1/+0
* XFail TestCPPAuto on Windows until we can find the root problem.Adrian McCarthy2016-01-271-0/+1
* Reverting r258759 as it is breaking the OSX buildEnrico Granata2016-01-261-0/+1
* Write the session log file in UTF-8.Zachary Turner2016-01-261-1/+0
* Skipped IncompleteModulesTestCase on OS XTodd Fiala2016-01-231-2/+1
* XFail TestNamespaceLookup tests on Windows.Adrian McCarthy2016-01-221-1/+5
* NFC. Corrects name of test class and a comment.Adrian McCarthy2016-01-211-2/+2
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-217-30/+18
* Update some XFAILs after the 3.8->3.9 version changeTamas Berghammer2016-01-141-1/+1
* Writing a test case for r257234 I found another place that wasJim Ingham2016-01-093-0/+70
* XFAIL TestCppNsImport on FreeBSDEd Maste2015-12-221-0/+1
* Add expectedFailureFreeBSD to tests failing in the same way as on LinuxEd Maste2015-12-221-0/+3
* [TestCPPAuto] On linux, we need -fno-limit-debug-info.Siva Chandra2015-12-192-1/+4
* Add support for seeing through clang::AutoType in ClangASTContextEnrico Granata2015-12-183-0/+45
* 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
* Revert "Temporarily skip TestWithLimitDebugInfo on Darwin and OS X"Todd Fiala2015-12-141-2/+0
* Temporarily skip TestWithLimitDebugInfo on Darwin and OS XTodd Fiala2015-12-141-0/+2
* Make debug info specification use categories system.Zachary Turner2015-12-142-16/+7
* Extend XFAIL on TestNamespaceLookup on linuxPavel Labath2015-12-141-1/+1
* XFAIL TestNamespaceLookup for linuxPavel Labath2015-12-141-0/+4
* Test case for "Fix scope-based lookup when more than one function is found."Dawn Perchik2015-12-121-0/+216
* Fix scope-based lookup when more than one function is found.Dawn Perchik2015-12-126-2/+169
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-2/+2
* [LLDB][MIPS] Fix TestConstVariables.pySagar Thakur2015-12-051-0/+1
* Marked TestModulesInlineFunctions.py XFAILTodd Fiala2015-12-041-0/+1
* Fix test error in TestObjCCheckers.pyTodd Fiala2015-12-041-1/+1
OpenPOWER on IntegriCloud