summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* A number of improvements to decorator conditionals.Zachary Turner2016-02-081-1/+1
* Remove expectedFailureWindows decorator.Zachary Turner2016-02-0816-30/+22
* 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-0423-23/+46
* 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-043-3/+6
* Always write the session file in UTF-8.Zachary Turner2016-02-011-1/+0
* 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
* 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-215-18/+12
* 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
* 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-141-3/+3
* 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
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-2/+2
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-2/+2
* Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on ...Ed Maste2015-11-241-0/+1
* Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata2015-11-193-0/+55
* Fix some issues with swig & string conversion.Zachary Turner2015-11-181-0/+3
* Fixed a testcase problem where disassembly would fail for nameless functions.Sean Callanan2015-11-131-1/+2
* Fix multiple symbol lookup in the same namespaceEugene Leviant2015-11-132-8/+44
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-0318-18/+18
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-0332-67/+69
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-28106-0/+4295
OpenPOWER on IntegriCloud