summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-8/+8
* 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-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
OpenPOWER on IntegriCloud