aboutsummaryrefslogtreecommitdiff
path: root/test/lang
AgeCommit message (Expand)Author
2013-08-06Mark remaining failing test on icc as expected fail..Matt Kopec
2013-08-05Additional fixes/xfails for icc testsAndrew Kaylor
2013-08-02Mark additional icc test failures as expected fail.Matt Kopec
2013-08-01Updates TestLongjump to ensure that compiler optimizations don't affect theAshok Thirumurthi
2013-08-01Update failing tests on Linux for clang and gcc to only fail on Linux instead...Matt Kopec
2013-07-31Mark some tests as explicitly failing on clang/gcc as they pass on icc.Matt Kopec
2013-07-31Add the LD_LIBRARY_PATH to target.env-vars for tests expecting libimf.so when...Matt Kopec
2013-07-31Adds a test for 'target module dump symfile' to the LLDB suite.Ashok Thirumurthi
2013-07-31Mark additional ICC failing tests as expected fail.Matt Kopec
2013-07-31Update break conditions test to have consistent behaviour on all test suite c...Matt Kopec
2013-07-31Updated the LLDB rvalue reference test to cross-reference with a bugzilla rep...Ashok Thirumurthi
2013-07-30Assorted test suite fixes as a result of GCC 4.8 validation effortsDaniel Malea
2013-07-30tests: Mark expected FreeBSD failures due to pr16697Ed Maste
2013-07-25Annote expected failures on FreeBSD due to pr14540Ed Maste
2013-07-24tests: Mark expected FreeBSD failures due to pr16697Ed Maste
2013-07-23Fix rvalue test makefile.Matt Kopec
2013-07-15Fixed a problem in IRForTarget where we would notSean Callanan
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-02Add split symbol support to test makefile & add linux split symbol test case.Michael Sartain
2013-06-17Fix single whitespace before breakpoint filename in some tests due to r183932.Matt Kopec
2013-06-12If using clang 3.4, skip tests affected by llvm.org/pr16214Daniel Malea
2013-06-06<rdar://problem/14064994>Enrico Granata
2013-06-05Fixes for the IR interpreter:Sean Callanan
2013-05-31Fixed value evaluation to handle null constants.Sean Callanan
2013-05-15Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant...Ashok Thirumurthi
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-05-14Unbreak the linux buildbot tests. This still fails for the clang that is bein...Greg Clayton
2013-05-14Fixed the test case to pass on Darwin. This might pass on linux as well. The ...Greg Clayton
2013-05-13Add expression tests for a function in an anonymous namespace.Matt Kopec
2013-05-10Add temporary fix for calling c++ global/anonymous functions on Linux.Matt Kopec
2013-05-09Skipping a test that asserts with gcc and icc to allow the test suite to run ...Ashok Thirumurthi
2013-05-08Remove debug print statement.Greg Clayton
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham
2013-05-02Mark TestConstVariables as expected to fail due to radar 13314878 on darwin. ...Greg Clayton
2013-04-30TestCallCPPFunction is an expected failure onSean Callanan
2013-04-30Added a test case verifying that simple C++Sean Callanan
2013-04-27Fixed the anonymous testcase. It was testingSean Callanan
2013-04-26Mark tests as expected fail for Linux due to not being able to call/print c++...Matt Kopec
2013-04-24Fixed IRForTarget to handle Objective-C messagesSean Callanan
2013-04-24Fixed expression parser handling of empty strings.Sean Callanan
2013-04-24Added support for pulling Objective-C class symbolsSean Callanan
2013-04-24Fixed a problem where the expression parser wouldSean Callanan
2013-04-19Improved tests for nested structs when anonymous structs are involved.Ashok Thirumurthi
2013-04-19Provided a variant of ReadCStringFromMemory that supports null terminators of...Ashok Thirumurthi
2013-04-11<rdar://problem/13558484>Enrico Granata
2013-03-28Making the buildbot happy again after changes to the default formatter for ch...Enrico Granata
2013-03-19Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton
2013-03-15Add icc support to the test suiteMatt Kopec
2013-03-13Minor LLDB test improvementsDaniel Malea
2013-03-07Fix enum_types test on LinuxDaniel Malea