1. c3ba2bf Refactored convenience register tests to provide some coverage on Linux that is not marked xfail. by Ashok Thirumurthi · 11 years ago
  2. d7bb1ba TestCallCPPFunction is an expected failure on Linux; marking as such. by Sean Callanan · 11 years ago
  3. fb8abab Refactoring thread state tests to show individual failures by Andrew Kaylor · 11 years ago
  4. 974e9fd Added a test case verifying that simple C++ functions can be called by basename. by Sean Callanan · 11 years ago
  5. 2921c36 Fixed the anonymous testcase. It was testing by Sean Callanan · 11 years ago
  6. d82c89e skip randomly failing test to avoid buildbot noise by Daniel Malea · 11 years ago
  7. 143d543 Mark tests as expected fail for Linux due to not being able to call/print c++ demangled functions in the global namespace (bugzilla 15854). by Matt Kopec · 11 years ago
  8. 1b3ac89 Removing invalid test cases from thread state test by Andrew Kaylor · 11 years ago
  9. 66bd7d7 Adds 64-bit POSIX support for AVX by Ashok Thirumurthi · 11 years ago
  10. 2dbfe86 Fixed IRForTarget to handle Objective-C messages sent to "super". by Sean Callanan · 11 years ago
  11. e2172fd Fixed expression parser handling of empty strings. by Sean Callanan · 11 years ago
  12. 967a997 Added support for pulling Objective-C class symbols by Sean Callanan · 11 years ago
  13. 79e7ad8 Fixed a problem where the expression parser would by Sean Callanan · 11 years ago
  14. 7b87e59 Fix missing module name in expectedFailure calls by Daniel Malea · 11 years ago
  15. 23176af Adding basic test for thread state (See PR-15824) by Andrew Kaylor · 11 years ago
  16. 538d305 Added 64-bit POSIX support to write floating-point vector registers. by Ashok Thirumurthi · 11 years ago
  17. 66cd2b5 The new ReadStringFromMemory() API does not work correctly with NSStrings that have an explicit length and no NULL terminator by Enrico Granata · 11 years ago
  18. cbeb328 Splitting the appkit data formatters test in smaller test cases - this should enable us to get a more detailed perspective on which individual data formatters are broken by Enrico Granata · 11 years ago
  19. f78bf6c Fix CheckPublicAPIHeaders test case by Daniel Malea · 11 years ago
  20. c582bbf Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425) by Daniel Malea · 11 years ago
  21. 3a5c74d Added 64-bit POSIX support to write general-purpose floating-point registers. by Ashok Thirumurthi · 11 years ago
  22. 0c5fa86 Splits register_commands into a passing test on Linux (to improve test coverage), by Ashok Thirumurthi · 11 years ago
  23. 14d09ee Improved tests for nested structs when anonymous structs are involved. by Ashok Thirumurthi · 11 years ago
  24. 4e7965a Fix (failing) test name reporting on buildbots by Daniel Malea · 11 years ago
  25. c15fb8c Adding a test case for the changes made to ValueObjects to use iteration instead of recursion for navigating to their root - beware: a regression here will most probably cause a crash instead of a failure by Enrico Granata · 11 years ago
  26. 347d722 Provided a variant of ReadCStringFromMemory that supports null terminators of any character width. by Ashok Thirumurthi · 11 years ago
  27. c1fe322 Added unit tests for register read (should pass) and the expression interpreter (xfail) after the inferior has crashed. by Ashok Thirumurthi · 11 years ago
  28. ab8e00e Added a SetData() method to ValueObject. This by Sean Callanan · 11 years ago
  29. 814c813 New test suite option (-T) by Enrico Granata · 11 years ago
  30. 0ad9297 When specifying a relative path for the --framework option to dotest.py, Python would end up being confused and unable to locate the embedded_interpreter module, causing every testcase that uses the Script Interpreter (e.g. functionalities/data-formatter/data-formatter-stl/libstdcpp) to fail without even trying by Enrico Granata · 11 years ago
  31. 9cd337e <rdar://problem/13558484> by Enrico Granata · 11 years ago
  32. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 11 years ago
  33. 3e1a063 Fixed the version test for darwin. by Greg Clayton · 11 years ago
  34. 00ebf2a Fix test case to not run to main and "next" 5 times. Use a breakpoint. by Greg Clayton · 11 years ago
  35. dd03f0a Avoid hang in attach-by-name test case by Daniel Malea · 11 years ago
  36. ff03cbc Fixing Python commands test cases to work even after removing Printf by Enrico Granata · 11 years ago
  37. ce5a73b Making the buildbot happy again after changes to the default formatter for char[] by Enrico Granata · 11 years ago
  38. 0852cbb Introduces extended register sets whose availability can vary with the target processor. by Ashok Thirumurthi · 11 years ago
  39. 944038e This test case was not doing the right thing with libc++ being used and was generating spurious over-completion warning flags by Enrico Granata · 11 years ago
  40. 76fb323 Checking that the wrong syntax does not give a correct summary after clearing the error messages here by Enrico Granata · 11 years ago
  41. d373fe0 Fix the buildbot so a LLDB test doesn't fail looking for "<invalid usage of pointer value as object>". by Greg Clayton · 11 years ago
  42. 5cc975b These test cases fail on the buildbot - skip on Linux for now, will figure out why by Enrico Granata · 11 years ago
  43. 55f595f Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces. by Matt Kopec · 11 years ago
  44. 166b89f Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". by Greg Clayton · 11 years ago
  45. bc8cdff Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints. by Matt Kopec · 11 years ago
  46. 9ae0efc Make the conditional break test case a little more robust. by Jim Ingham · 11 years ago
  47. 711a5b1 Fix Makefile.rules where no icc is installed and -C gcc is used. by Matt Kopec · 11 years ago
  48. 57d4ab2 Add icc support to the test suite by Matt Kopec · 11 years ago
  49. f1c01a8 Add braces to crashed test summary (needed for buildbots to detect crashes) by Daniel Malea · 11 years ago
  50. e27cafb Remove extra whitespace by Daniel Malea · 11 years ago
  51. d76b889 Prepend "FAIL:" string to tests that crash so that buildbots pick them up. by Daniel Malea · 11 years ago
  52. 2b606ab Minor LLDB test improvements by Daniel Malea · 11 years ago
  53. b785a4c Fix enum_types test on Linux by Daniel Malea · 11 years ago
  54. e1dd3e5 Fix issue that causes linux buildbots to ignore errors by Daniel Malea · 11 years ago
  55. ab3d87a Fix running of LLDB tests with cmake+ninja+ccache by Daniel Malea · 11 years ago
  56. d962c7e Skipping TestConstVariables on Linux. by Andrew Kaylor · 11 years ago
  57. 0e8e6f2 Added tests to test for "settings set" with trailing whitespaces after the values. by Greg Clayton · 11 years ago
  58. d8d97f5 Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly. by Greg Clayton · 11 years ago
  59. 48c6b33 Fixed test suite errors due to new clang -v output. by Greg Clayton · 11 years ago
  60. 8014368 Now that "settings set" will strip leading and trailing spaces, we need a way to be able to specify string values that contain spaces. So now settings setting <property> <value>" can have a <value> that is quoted: by Greg Clayton · 11 years ago
  61. 0856107 Fix Ninja LLDB build on Linux (via cmake -G Ninja) by Daniel Malea · 11 years ago
  62. 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 11 years ago
  63. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 11 years ago
  64. 4a1c7c6 Fix makefile and re-enable test disabled due to llvm.org/pr15256 by Daniel Malea · 11 years ago
  65. a5d313d Add a test case for static member variables by Daniel Malea · 11 years ago
  66. e1588aa Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 11 years ago
  67. 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 11 years ago
  68. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 11 years ago
  69. 5e4adbf Fix the getCompilerVersion() function to do the right thing with clang 5.0 which now says "LLVM version" instead of "clang version". by Greg Clayton · 11 years ago
  70. 02901dc Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive. by Greg Clayton · 11 years ago
  71. 3dd21ab Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 11 years ago
  72. 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 11 years ago
  73. 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 11 years ago
  74. 56e2c56 <rdar://problem/13289828> by Enrico Granata · 11 years ago
  75. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 11 years ago
  76. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 11 years ago
  77. 9d66551 Skip test that fails intermittently with Clang/GCC on Linux by Daniel Malea · 11 years ago
  78. 786e873 This should get clang/gcc decorators working by Enrico Granata · 11 years ago
  79. 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 11 years ago
  80. 596ba5e Remove no-op code (since r175842) by Dmitri Gribenko · 11 years ago
  81. 21416a1 <rdar://problem/12362092> by Enrico Granata · 11 years ago
  82. 2df4d9f Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots. by Daniel Malea · 11 years ago
  83. 45fa511 Fixing the watchpoint test case to reflect changes in error reporting by Enrico Granata · 11 years ago
  84. c29f0f3 Make the lldbtest tear down routine a little less error prone by Daniel Malea · 11 years ago
  85. ebb8444 Ignore the check for com.apple.main-thread - it is not critical for the test case's logic by Enrico Granata · 11 years ago
  86. dac0683 If the inferior program is compiled with libc++, you won't see libstdc++ by Enrico Granata · 11 years ago
  87. d9d3692 Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved. by Daniel Malea · 11 years ago
  88. f5c74cd Mark test as expected-to-fail with GCC because some versions emit DWARF that claims by Daniel Malea · 11 years ago
  89. d7470c2 Skip another two test cases on Linux that are affected by llvm.org/pr14637 by Daniel Malea · 11 years ago
  90. 004ccb3 Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case. by Daniel Malea · 11 years ago
  91. 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 11 years ago
  92. f2025c2 Add logging of which test cases are run (through dosep) to help diagnose any hangs/crashes in the buildbots. by Daniel Malea · 11 years ago
  93. 5d77077 Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GCC compiler bug. by Daniel Malea · 11 years ago
  94. e2cc60e Skip TestCompletion case that fails on linux (with gcc) because the input prompt is not displayed (llvm.org/pr14637) by Daniel Malea · 11 years ago
  95. a964b09 Fix TestPublicAPIHeaders test on Linux. by Matt Kopec · 11 years ago
  96. 2476557 Fix a bug that causes dotest.py to exit with a passing exit-code, even if some tests fail by Daniel Malea · 11 years ago
  97. 3e94733 Fix a problem with the const_variables test case (another lldb bug remains) by Daniel Malea · 11 years ago
  98. 75f260a Make the progress bar opt in (using the -P option.) by Jim Ingham · 11 years ago
  99. 3ad5647 A few more GCC specific test fixes as per logged PRs: by Daniel Malea · 11 years ago
  100. 78a3dd2 Fix Makefile bug preventing tests from running when building lldb with ccache by Daniel Malea · 11 years ago