summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-28106-4295/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2718-18/+18
* Port the python api decorator to use test categoriesPavel Labath2015-10-266-7/+7
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2319-17/+55
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2230-210/+42
* Clean up more .dwo files after the tests runPavel Labath2015-10-211-1/+1
* [DWARFASTParserClang] Strengthen incomplete type handling.Siva Chandra2015-10-077-0/+97
* Updated xfail / skip status on a few tests.Zachary Turner2015-10-024-2/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-3031-787/+231
* Fix evaluation of unicode character arrays (char16_t[] and char32_t[])Dawn Perchik2015-09-252-3/+33
* [TestCppIncompleteTypes] Handle different archs when building a.o.Siva Chandra2015-09-241-1/+1
* [TestCppIncompleteTypes] Remove the dependence on std::string.Siva Chandra2015-09-247-26/+45
* [TestCppIncompleteTypes] Fix Makefile to handle different archs.Siva Chandra2015-09-231-4/+4
* Remove expectedFailureFreeBSD from passing testEd Maste2015-09-231-1/+0
* DWARFASTParserClang::CompleteTypeFromDWARF: Handle incomplete baseclass or childSiva Chandra2015-09-235-0/+146
* XFAIL TestCppNsImport for gcc-4.9 inclusive.Chaoren Lin2015-09-161-1/+1
* XFAIL TestCppNsImport for gcc-4.9.Chaoren Lin2015-09-161-0/+1
* Add using directives to the clang::DeclContext and fix decls for variables in...Paul Herman2015-09-161-6/+9
* Remove XFAIL from TestCppNsImport.Zachary Turner2015-09-161-2/+0
* Fix MacOSX since "imported" and "Imported::imported" are ambiguous. Test that...Greg Clayton2015-09-161-2/+9
* Search variables based on clang::DeclContext and clang::Decl treePaul Herman2015-09-152-3/+80
* Another round of macosx unexpected success corrections.Todd Fiala2015-09-141-1/+0
* Cleaned up a few unexpected successes on OS XTodd Fiala2015-09-141-2/+0
* XFAIL tests that try to call a function in the inferior.Zachary Turner2015-09-112-0/+2
* XFAIL some C++ language specific tests on Windows.Zachary Turner2015-09-115-0/+5
* Don't allow duplicate names for tests.Zachary Turner2015-09-093-1/+1
* [Windows] XFAIL test that depend on dynamic value types.Zachary Turner2015-09-021-0/+1
* XFAIL the last Windows test that calls a function in the target.Zachary Turner2015-08-211-0/+1
* XFAIL Tests that require C++ exceptions on Windows.Zachary Turner2015-08-211-0/+1
* [Windows] XFAIL tests that require calling a function in target.Zachary Turner2015-08-201-0/+1
* Fix tests to work on remote targets.Paul Herman2015-08-193-6/+6
* Fix evaluation of global operators in C++Paul Herman2015-08-193-0/+93
* Improve tests regarding imported namespaces and chained calls in C++Paul Herman2015-08-194-232/+87
* XFAIL TestCppScope for Darwin.Chaoren Lin2015-08-191-0/+2
* Fix TestCppNsImport and TestCppScope for remote tests.Chaoren Lin2015-08-192-18/+18
* XFAIL TestCppChainedCalls for GCC.Chaoren Lin2015-08-191-0/+1
* Fix resolution conflict between global and class static variables in C++Paul Herman2015-08-183-0/+113
* Test chaned function calls and imported namespaces in C++Paul Herman2015-08-186-0/+385
* [Windows] XFAIL tests that depend on expression name lookup.Zachary Turner2015-08-186-0/+9
* Teach the "extend char types" (char16_t, char32_t and wchar_t) formatters tha...Enrico Granata2015-07-174-0/+12
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-0116-17/+17
* Added expectedFlakey test decoratorVince Harron2015-06-261-1/+1
* Fix compile error in TestCxxWCharT on LinuxTamas Berghammer2015-06-161-0/+2
* Add a formatter for wchar_t[N] arraysEnrico Granata2015-06-152-0/+5
* [TestNamespace] Fix an accidentally committed local change.Siva Chandra2015-05-271-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-2716-18/+18
* XFAIL a test that fails on FreeBSD 11 (local and buildbot)Ed Maste2015-05-111-0/+1
* [TestRvalueReferences] Fix an expectation.Siva Chandra2015-04-151-3/+1
* Enable a test in TestSTL for GCC.Siva Chandra2015-04-061-1/+1
* Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton2015-04-022-2/+2
OpenPOWER on IntegriCloud