summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Update sys.platform switched behavior in tests to use self.getPlatform (remot...Robert Flack2015-04-012-2/+2
* 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-3025-41/+41
* [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-251-0/+1
* Don't clobber CFLAGS_EXTRAS in tests.Robert Flack2015-03-241-1/+1
* Use -fno-limit-debug-info instead of -fstandalone-debug in testsVince Harron2015-03-151-1/+1
* 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 a number of tests on Windows.Zachary Turner2015-01-141-2/+2
* Make array symbol reading resilient to incomplete DWARF.Siva Chandra2015-01-051-4/+2
* [TestStaticVariables] Mark the one unmarked test let also expectedFailure.Siva Chandra2014-12-191-2/+3
* Disable GetSTDOUT, GetSTDERR, and PutSTDIN on Windows.Zachary Turner2014-11-251-0/+1
* Fix a problem where the StringPrinter could be mistaking an empty string for ...Enrico Granata2014-11-172-0/+4
* Fixes for remote test suite execution of the "lldb/test/lang" directory.Greg Clayton2014-11-174-17/+26
* Changed program to go along with the previous commit to allow this test to be...Greg Clayton2014-11-061-12/+13
* Fix the test to not have to run the binary separately first to get the golden...Greg Clayton2014-11-061-19/+26
* Remove hex character number from wchar_t testEd Maste2014-10-301-1/+1
* Add a few more bug IDs for x'fail test casesEnrico Granata2014-10-171-5/+4
* Attach a bug number to these failuresEnrico Granata2014-10-161-6/+6
* Split this test case to handle each literal kind uniquelyEnrico Granata2014-10-161-11/+38
* Some more failure to bug trackingEnrico Granata2014-10-161-4/+2
* Make the test runner understand Windows command shell execution.Zachary Turner2014-07-221-1/+1
* LLDB now correctly handles virtual inheritance.Greg Clayton2014-07-193-0/+153
* Switch to Darwin decorator for tests that XPASS on FreeBSDEd Maste2014-04-221-1/+1
* Add a comment to tests that XPASS on FreeBSDEd Maste2014-04-211-1/+1
* Add decorator for FreeBSD DynamicValueTestCase failureEd Maste2014-04-071-0/+1
* rdar://16424649Enrico Granata2014-04-022-60/+0
* Use continue instead of nextEnrico Granata2014-04-011-1/+1
* Add a test to check the C's constructor's name is C::C, which will fail every...Jim Ingham2014-03-192-4/+71
* Don't use the Disassembly test to report the fact that we don't decorate upJim Ingham2014-03-191-4/+7
* Make TestStdCXXDisassembly.StdCXXDisassembleTestCase work with libc++Enrico Granata2014-02-251-4/+5
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-139-9/+9
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-1025-25/+25
* Remove decorators for llvm.org/pr17225Ed Maste2013-11-222-2/+0
* test: Remove annotation for now-fixed FreeBSD issue pr15302Ed Maste2013-11-151-1/+0
* Workaround the DWARF info is anticipating the derived class assignment issue ...Enrico Granata2013-10-311-2/+8
* Marking dynamic value test as expected failure on Linux.Andrew Kaylor2013-10-311-0/+1
* Fix dynamic value test to build correctly on Linux with C++11 features.Andrew Kaylor2013-10-311-2/+2
* <rdar://problem/15045059>Enrico Granata2013-10-302-0/+55
* <rdar://problem/14393032>Enrico Granata2013-09-301-4/+4
* Skip tests that segfault or are inconsistent on FreeBSDEd Maste2013-09-131-0/+1
* test: Update FreeBSD failure decoratorsEd Maste2013-09-132-0/+2
* test: Add @expectedFailureFreeBSD decoratorsEd Maste2013-09-101-0/+1
* Expression evaluation works on FreeBSD after switch to MCJITEd Maste2013-08-304-4/+0
* Mark remaining failing test on icc as expected fail..Matt Kopec2013-08-061-0/+1
* Mark additional icc test failures as expected fail.Matt Kopec2013-08-021-0/+1
* Updates TestLongjump to ensure that compiler optimizations don't affect theAshok Thirumurthi2013-08-011-0/+1
* Update failing tests on Linux for clang and gcc to only fail on Linux instead...Matt Kopec2013-08-012-6/+5
* Mark some tests as explicitly failing on clang/gcc as they pass on icc.Matt Kopec2013-07-313-6/+9
OpenPOWER on IntegriCloud