aboutsummaryrefslogtreecommitdiff
path: root/lldb/test
AgeCommit message (Expand)AuthorFilesLines
2013-05-15Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant...Ashok Thirumurthi1-1/+0
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea41-52/+52
2013-05-15Re-enable tests disabled due to llvm.org/pr14541Daniel Malea3-3/+0
2013-05-15Revert r181833: lldb prompt issue still occurs on buildbot (http://lab.llvm.o...Daniel Malea3-0/+3
2013-05-15Disable test case that causes assertion failure on LinuxDaniel Malea1-1/+2
2013-05-15Didn't mean to check in this change...Jim Ingham1-1/+1
2013-05-15Need to add the LLDB.framework directory to the rpath for the driver programs...Jim Ingham2-2/+2
2013-05-14Unbreak the linux buildbot tests. This still fails for the clang that is bein...Greg Clayton1-0/+2
2013-05-14Fixed the test case to pass on Darwin. This might pass on linux as well. The ...Greg Clayton1-3/+2
2013-05-14Remove XFAIL from tests affected by llvm.org/pr-14637Daniel Malea3-3/+0
2013-05-14Fix GCC buildbot failures in API/Multithreaded testsDaniel Malea2-1/+2
2013-05-14Skip C++ API/Multithreaded tests that are unsupported with Clang/libstdc++Daniel Malea2-0/+22
2013-05-14Adding C++ tests that drive LLDB from multiple threadsDaniel Malea11-0/+520
2013-05-14Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buil...Ashok Thirumurthi1-4/+6
2013-05-13Adding new test cases for inferior crashing.Andrew Kaylor1-7/+75
2013-05-13Add expression tests for a function in an anonymous namespace.Matt Kopec2-0/+16
2013-05-13Prevent convenience registers from being included in "read register" as they ...Ashok Thirumurthi1-6/+7
2013-05-13Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targetsDaniel Malea2-3/+3
2013-05-13Cleanup test output when run via cmake/make check targetsDaniel Malea1-1/+0
2013-05-13Fixed expression evaluation with convenience registers.Ashok Thirumurthi1-0/+6
2013-05-10Add temporary fix for calling c++ global/anonymous functions on Linux.Matt Kopec3-3/+0
2013-05-10Adding support for setting thread stop state when a process stops.Andrew Kaylor1-2/+0
2013-05-10Removed expectedFailureDarwin, and added a note about the disparity between t...Ashok Thirumurthi1-4/+2
2013-05-10Added an integration test to step through a crash and then test for globals, ...Ashok Thirumurthi2-6/+69
2013-05-09Fixed "log enable linux registers" and added a test.Ashok Thirumurthi1-1/+24
2013-05-09Revert r181482 as it causes occasional hangs in LLDB buildbotsDaniel Malea1-0/+2
2013-05-09Skipping a test that asserts with gcc and icc to allow the test suite to run ...Ashok Thirumurthi1-2/+2
2013-05-09Changing the std::map test case to use source breakpoints instead of relying ...Enrico Granata2-30/+45
2013-05-08Fixed the process attach by name test to get the target _after_ doing process...Greg Clayton1-2/+2
2013-05-08Remove debug print statement.Greg Clayton1-1/+0
2013-05-08Adding code to set thread state to stopped when the process stops.Andrew Kaylor1-2/+0
2013-05-08Test case added for importing packagesEnrico Granata4-0/+18
2013-05-08Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions i...Matt Kopec1-2/+2
2013-05-08Fix assertion from previous fix for debian os watchpoints.Matt Kopec1-2/+2
2013-05-08Adding test-case for llvm.org/pr15936 (known failure with GCC 4.6/4.7)Daniel Malea3-0/+92
2013-05-08Fix rdar-13338477 test-case for Linux.Daniel Malea1-3/+3
2013-05-08Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham1-0/+2
2013-05-07Adding support for process attach by pid on Linux.Andrew Kaylor2-4/+4
2013-05-07Add watchpoint support for Linux on 64-bit host.Matt Kopec12-17/+38
2013-05-07Making it possible to specify a substring for a category name as long as the ...Enrico Granata1-2/+16
2013-05-06Fix typo in C++11 flag for the GCC 4.6 code path: missing '-'Daniel Malea1-1/+1
2013-05-03Fixed a test suite typo error that caused the test to fail.Greg Clayton1-1/+1
2013-05-03Adding test for non-API process attachAndrew Kaylor3-0/+106
2013-05-02Mark TestConstVariables as expected to fail due to radar 13314878 on darwin. ...Greg Clayton1-0/+2
2013-05-02<rdar://problem/13788579>Greg Clayton1-12/+18
2013-05-02Fix check_public_api_headers test on mac os x, and refactor some logic into l...Daniel Malea3-28/+65
2013-05-02Changing the test to use eax rather than rax for compatibility with i386.Ashok Thirumurthi1-2/+2
2013-05-02<rdar://problem/13338477>Enrico Granata3-0/+92
2013-05-01Refactored convenience register tests to provide some coverage on Linux that ...Ashok Thirumurthi1-11/+13
2013-04-30TestCallCPPFunction is an expected failure onSean Callanan1-0/+1