summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang
Commit message (Expand)AuthorAgeFilesLines
* Move go expression tests to the new location.Ryan Brown2015-11-022-134/+0
* Create an expression parser for Go.Ryan Brown2015-11-022-0/+134
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-28335-13216/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-2778-78/+78
* Convert `long` to `int`, and portably detect all integral types.Zachary Turner2015-10-261-1/+1
* Fix usages of range() and xrange() for Python 3.Zachary Turner2015-10-262-2/+2
* Port the python api decorator to use test categoriesPavel Labath2015-10-2629-30/+30
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-2379-41/+199
* Update every test to import `lldb_shared`.Zachary Turner2015-10-2292-657/+171
* Clean up more .dwo files after the tests runPavel Labath2015-10-211-1/+1
* Fix test for change in a summary string (objects -> elements).Jim Ingham2015-10-121-6/+6
* Rename one of the TestGoASTContextsPavel Labath2015-10-091-0/+0
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-083-0/+96
* [DWARFASTParserClang] Strengthen incomplete type handling.Siva Chandra2015-10-077-0/+97
* Another stripped test that requires darwin and a dSYM (no Dwarf or DWO).Greg Clayton2015-10-071-0/+2
* More fixes for binaries that we strip. When we strip a binary we can't do Dwa...Greg Clayton2015-10-071-0/+4
* Fix a test that should only be run with a dSYM file by adding @skipIfDwarf an...Greg Clayton2015-10-071-0/+2
* Add expectedFailureFreeBSD for Go runtime testEd Maste2015-10-071-0/+1
* Add missing GoLanguageRuntime files.Ryan Brown2015-10-062-0/+117
* Updated xfail / skip status on a few tests.Zachary Turner2015-10-024-2/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-3092-2328/+719
* 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
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-2/+2
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-233-96/+0
* [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
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-233-0/+96
* Fix a test case which was failing. There was no actual problem in the test lo...Enrico Granata2015-09-221-1/+1
* Remove expectedFailureFreeBSD from passing test_expr_null_with_dwarfEd Maste2015-09-221-1/+0
* For now skip go tests that trigger assertion failures on FreeBSDEd Maste2015-09-212-0/+2
* 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 an OperatingSystem plugin to support goroutinesRyan Brown2015-09-162-0/+176
* 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
* Last set of XFAILs for Windows.Zachary Turner2015-09-161-0/+2
* 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
* Skip TestGoASTContext on remote targets as it it not remote compatibleTamas Berghammer2015-09-151-0/+1
* Add support for DW_OP_GNU_const_index to dwarf expressionTamas Berghammer2015-09-151-1/+1
* Fixed up TestConstVariables for Linux/FreeBSD, take 2.Todd Fiala2015-09-151-1/+9
* Revert "Fixup XFAIL marking on TestConstVariables for clang version"Chaoren Lin2015-09-151-3/+1
* Fixup XFAIL marking on TestConstVariables for clang versionTodd Fiala2015-09-141-1/+3
* Add a TypeSystem for GoRyan Brown2015-09-142-0/+181
* Another round of macosx unexpected success corrections.Todd Fiala2015-09-142-2/+2
* OS X unexpected success cleanupTodd Fiala2015-09-141-2/+4
* Correct XFAIL OS list after r247576Ed Maste2015-09-141-2/+2
OpenPOWER on IntegriCloud