aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-24Added support for pulling Objective-C class symbolsSean Callanan
2013-04-24Fixed a problem where the expression parser wouldSean Callanan
2013-04-23Fix missing module name in expectedFailure callsDaniel Malea
2013-04-23Adding basic test for thread state (See PR-15824)Andrew Kaylor
2013-04-23Added 64-bit POSIX support to write floating-point vector registers.Ashok Thirumurthi
2013-04-23The new ReadStringFromMemory() API does not work correctly with NSStrings tha...Enrico Granata
2013-04-23Splitting the appkit data formatters test in smaller test cases - this should...Enrico Granata
2013-04-23Fix CheckPublicAPIHeaders test caseDaniel Malea
2013-04-23Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425)Daniel Malea
2013-04-23Added 64-bit POSIX support to write general-purpose floating-point registers.Ashok Thirumurthi
2013-04-23Splits register_commands into a passing test on Linux (to improve test covera...Ashok Thirumurthi
2013-04-19Improved tests for nested structs when anonymous structs are involved.Ashok Thirumurthi
2013-04-19Fix (failing) test name reporting on buildbotsDaniel Malea
2013-04-19Adding a test case for the changes made to ValueObjects to use iteration inst...Enrico Granata
2013-04-19Provided a variant of ReadCStringFromMemory that supports null terminators of...Ashok Thirumurthi
2013-04-18Added unit tests for register read (should pass) and the expression interpret...Ashok Thirumurthi
2013-04-13Added a SetData() method to ValueObject. ThisSean Callanan
2013-04-11New test suite option (-T)Enrico Granata
2013-04-11When specifying a relative path for the --framework option to dotest.py, Pyth...Enrico Granata
2013-04-11<rdar://problem/13558484>Enrico Granata
2013-04-05Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_v...Greg Clayton
2013-04-03Fixed the version test for darwin.Greg Clayton
2013-04-02Fix test case to not run to main and "next" 5 times. Use a breakpoint.Greg Clayton
2013-04-01Avoid hang in attach-by-name test caseDaniel Malea
2013-03-30Fixing Python commands test cases to work even after removing PrintfEnrico Granata
2013-03-28Making the buildbot happy again after changes to the default formatter for ch...Enrico Granata
2013-03-28Introduces extended register sets whose availability can vary with the target...Ashok Thirumurthi
2013-03-27This test case was not doing the right thing with libc++ being used and was g...Enrico Granata
2013-03-26Checking that the wrong syntax does not give a correct summary after clearing...Enrico Granata
2013-03-25Fix the buildbot so a LLDB test doesn't fail looking for "<invalid usage of p...Greg Clayton
2013-03-25These test cases fail on the buildbot - skip on Linux for now, will figure ou...Enrico Granata
2013-03-19Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.Matt Kopec
2013-03-19Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton
2013-03-15Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints.Matt Kopec
2013-03-15Make the conditional break test case a little more robust.Jim Ingham
2013-03-15Fix Makefile.rules where no icc is installed and -C gcc is used.Matt Kopec
2013-03-15Add icc support to the test suiteMatt Kopec
2013-03-13Add braces to crashed test summary (needed for buildbots to detect crashes)Daniel Malea
2013-03-13Remove extra whitespaceDaniel Malea
2013-03-13Prepend "FAIL:" string to tests that crash so that buildbots pick them up.Daniel Malea
2013-03-13Minor LLDB test improvementsDaniel Malea
2013-03-07Fix enum_types test on LinuxDaniel Malea
2013-03-07Fix issue that causes linux buildbots to ignore errorsDaniel Malea
2013-03-07Fix running of LLDB tests with cmake+ninja+ccacheDaniel Malea
2013-03-06Skipping TestConstVariables on Linux.Andrew Kaylor
2013-03-06Added tests to test for "settings set" with trailing whitespaces after the va...Greg Clayton
2013-03-06Fixed enum printing for negative enums. There previously was no testing to va...Greg Clayton
2013-03-06Fixed test suite errors due to new clang -v output.Greg Clayton
2013-03-06Now that "settings set" will strip leading and trailing spaces, we need a way...Greg Clayton
2013-03-05Fix Ninja LLDB build on Linux (via cmake -G Ninja)Daniel Malea