summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect application of expectedFlakeyVince Harron2015-06-261-1/+1
* Added expectedFlakey test decoratorVince Harron2015-06-262-2/+2
* Fix a bug where we were trying to reconstruct ivars of ObjC types from the ru...Enrico Granata2015-06-255-0/+116
* 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
* TestGlobalVariables no longer fails on FreeBSDEd Maste2015-06-021-1/+0
* [TestNamespace] Fix an accidentally committed local change.Siva Chandra2015-05-271-1/+1
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-2749-63/+63
* Working on getting the OSX build greenVince Harron2015-05-123-0/+5
* XFAIL a test that fails on FreeBSD 11 (local and buildbot)Ed Maste2015-05-111-0/+1
* TestCModules was effectively skipped on LinuxVince Harron2015-05-081-3/+2
* Restore TestRegisterVariables failure decorator for older ClangEd Maste2015-05-061-0/+1
* [ValueObject] Do not return address of eValueTypeHostAddress values.Siva Chandra2015-05-041-1/+0
* TestCModules - fixed for gccVince Harron2015-05-041-1/+1
* un-skipped a bunch of tests on LinuxVince Harron2015-05-041-1/+0
* Added support for locating and importing functionsSean Callanan2015-05-016-0/+116
* This patch implements several improvements to theSean Callanan2015-04-205-0/+99
* [TestRvalueReferences] Fix an expectation.Siva Chandra2015-04-151-3/+1
* Added support to ClangUserExpression for importingSean Callanan2015-04-141-0/+3
* Updated IRForTarget to change the way we generateSean Callanan2015-04-141-2/+0
* [TestAnonymous] Enable all tests for GCCSiva Chandra2015-04-101-8/+5
* [TestBitfields] Correct the attribute name to "aligned" in the testcase.Siva Chandra2015-04-092-7/+2
* Added a testcase that checks that struct argumentsSean Callanan2015-04-073-0/+113
* Made the struct types test case a little stricter,Sean Callanan2015-04-071-1/+17
* Fixed a problem where the second @import statementSean Callanan2015-04-071-1/+7
* Enable a test in TestSTL for GCC.Siva Chandra2015-04-061-1/+1
* Marked the modules tests as expected failures,Sean Callanan2015-04-033-0/+6
* A new testcase had a silly integer-value mismatch.Sean Callanan2015-04-031-1/+1
* Added a testcase that covers loading a module andSean Callanan2015-04-036-0/+123
* Added a C language test case that verifies thatSean Callanan2015-04-033-0/+106
* Add checks to the modules test case to ensureSean Callanan2015-04-021-0/+6
* Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton2015-04-024-4/+4
* Update sys.platform switched behavior in tests to use self.getPlatform (remot...Robert Flack2015-04-016-6/+6
* Enabled a bunch of tests on LinuxVince Harron2015-03-312-3/+0
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-3070-115/+115
* Added a testcase that verifies that LLDB can loadSean Callanan2015-03-273-0/+100
* [DWARF] Generate qualified names of functions if linkage names are missing.Siva Chandra2015-03-272-1/+20
* xfail tests that failed with clang-3.7, gcc4.8.2 and on i386 to get buildbot ...Ying Chen2015-03-252-0/+2
* Fix error introduced by changing function signatures.Zachary Turner2015-03-241-0/+2
* Fix record layout when synthesizing class types.Zachary Turner2015-03-241-2/+0
* Don't clobber CFLAGS_EXTRAS in tests.Robert Flack2015-03-241-1/+1
* Remove obsolate rdar comment from TestSetValues.pyTamas Berghammer2015-03-171-2/+0
* Use -fno-limit-debug-info instead of -fstandalone-debug in testsVince Harron2015-03-151-1/+1
* Fix makefiles to build shared library tests on Windows.Zachary Turner2015-03-131-4/+2
* Remove unnecessary platform specific code from TestGlobalVariables.Chaoren Lin2015-03-031-13/+1
* [TestGlobalVariables] LD_LIBRARY_PATH should be process working directory.Chaoren Lin2015-03-031-2/+7
* Use -fstandalone-debug for few tests to get around a Clang optimizationVince Harron2015-02-281-0/+7
* Fix the test so it runs correctly when there are spaces in the path to the st...Greg Clayton2015-02-211-1/+1
* Fix this test case so it runs correctly.Greg Clayton2015-02-211-3/+5
* Re-add makefiles of inline testsPavel Labath2015-02-121-0/+3
OpenPOWER on IntegriCloud