1. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  2. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  3. 48b6bd1 <rdar://problem/13455021> by Greg Clayton · 11 years ago
  4. 6f742d2 Quiet the new exec test case down so it doesn't spew debug prints. by Greg Clayton · 11 years ago
  5. e3f9bfd Added a test case that verifies that LLDB can debug across a process exec'ing itself into a new program. This currently is only enabled for Darwin since we exec from 64 bit to 32 bit and vice versa for 'x86_64' targets. by Greg Clayton · 11 years ago
  6. bee8a95 Avoided the use of two test decorators with xfail/xpass logic in the same test. by Ashok Thirumurthi · 11 years ago
  7. b7d46e3 Fix xpasses on the gcc buildbots using compiler versions to qualify the xfail. by Ashok Thirumurthi · 11 years ago
  8. 473d0da Modifies the log directory to ensure that the log file will be found on tear-down (i.e. for CI agents that clean up artifacts aggressively). by Ashok Thirumurthi · 11 years ago
  9. 5a7a232 Adds a test case for bugzilla #15671 patterned after TestInferiorCrashing.py. by Ashok Thirumurthi · 11 years ago
  10. d968be7 Uses a helper to consistently verify the stop reason in all tests. by Ashok Thirumurthi · 11 years ago
  11. b3080fe Updated TestAbbreviations to reflect the changed output in r182068. by Ashok Thirumurthi · 11 years ago
  12. 0086b94 Handle the case where there is a user breakpoint set at the location of one of our by Jim Ingham · 11 years ago
  13. 88b7778 Fix Linux 'platform status' command. Its output is now closer to that on Mac OS X by Daniel Malea · 11 years ago
  14. 918ccd4 Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant contains to xfail, and r181841 is a fix for the test. by Ashok Thirumurthi · 11 years ago
  15. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  16. ab23045 Re-enable tests disabled due to llvm.org/pr14541 by Daniel Malea · 11 years ago
  17. 716624b Revert r181833: lldb prompt issue still occurs on buildbot (http://lab.llvm.org:8011/builders/lldb-x86_64-linux/builds/4124) by Daniel Malea · 11 years ago
  18. 0440b11 Disable test case that causes assertion failure on Linux by Daniel Malea · 11 years ago
  19. bd58742 Didn't mean to check in this change... by Jim Ingham · 11 years ago
  20. ec84224 Need to add the LLDB.framework directory to the rpath for the driver programs or they won't run. by Jim Ingham · 11 years ago
  21. 99d5e71 Unbreak the linux buildbot tests. This still fails for the clang that is being used on linux. by Greg Clayton · 11 years ago
  22. 8467d89 Fixed the test case to pass on Darwin. This might pass on linux as well. The test case now properly validates g_points as a global for the class A version, and the static variable for the file static. by Greg Clayton · 11 years ago
  23. db7e500 Remove XFAIL from tests affected by llvm.org/pr-14637 by Daniel Malea · 11 years ago
  24. 0afb440 Fix GCC buildbot failures in API/Multithreaded tests by Daniel Malea · 11 years ago
  25. 156d8e0 Skip C++ API/Multithreaded tests that are unsupported with Clang/libstdc++ by Daniel Malea · 11 years ago
  26. d2771ed Adding C++ tests that drive LLDB from multiple threads by Daniel Malea · 11 years ago
  27. ba50856 Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buildbots. by Ashok Thirumurthi · 11 years ago
  28. aa44e68 Adding new test cases for inferior crashing. by Andrew Kaylor · 11 years ago
  29. ca23ca1 Add expression tests for a function in an anonymous namespace. by Matt Kopec · 11 years ago
  30. 2e4c63b Prevent convenience registers from being included in "read register" as they are derived registers. by Ashok Thirumurthi · 11 years ago
  31. f1bc35d Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets by Daniel Malea · 11 years ago
  32. 8aa4acf Cleanup test output when run via cmake/make check targets by Daniel Malea · 11 years ago
  33. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  34. 96641d8 Add temporary fix for calling c++ global/anonymous functions on Linux. by Matt Kopec · 11 years ago
  35. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  36. 92e33e9 Removed expectedFailureDarwin, and added a note about the disparity between the automated tests and testing at the lldb command-line. by Ashok Thirumurthi · 11 years ago
  37. 80a1fa6 Added an integration test to step through a crash and then test for globals, locals, arguments, registers and the back-trace. by Ashok Thirumurthi · 11 years ago
  38. c73fedb Fixed "log enable linux registers" and added a test. by Ashok Thirumurthi · 11 years ago
  39. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  40. 23dfe46 Skipping a test that asserts with gcc and icc to allow the test suite to run to completion on the gcc buildbot. by Ashok Thirumurthi · 11 years ago
  41. 8c0c20a Changing the std::map test case to use source breakpoints instead of relying on the nexting always "getting it right" to stop at the locations of interest by Enrico Granata · 11 years ago
  42. 2bbe7d5 Fixed the process attach by name test to get the target _after_ doing process attach. Otherwise the target isn't valid. This fixes 2 test suite failures on darwin. by Greg Clayton · 11 years ago
  43. ba7354c Remove debug print statement. by Greg Clayton · 11 years ago
  44. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  45. edeed2d Test case added for importing packages by Enrico Granata · 11 years ago
  46. d1828c3 Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions in the debian buildbot. by Matt Kopec · 11 years ago
  47. afbb2f6 Fix assertion from previous fix for debian os watchpoints. by Matt Kopec · 11 years ago
  48. 015f7ad Adding test-case for llvm.org/pr15936 (known failure with GCC 4.6/4.7) by Daniel Malea · 11 years ago
  49. 4cb3248 Fix rdar-13338477 test-case for Linux. by Daniel Malea · 11 years ago
  50. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  51. 6c1a8cf Adding support for process attach by pid on Linux. by Andrew Kaylor · 11 years ago
  52. 3d4d51c Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 11 years ago
  53. 69d7c10 Making it possible to specify a substring for a category name as long as the match is unique by Enrico Granata · 11 years ago
  54. 15802aa Fix typo in C++11 flag for the GCC 4.6 code path: missing '-' by Daniel Malea · 11 years ago
  55. f9c47ac Fixed a test suite typo error that caused the test to fail. by Greg Clayton · 11 years ago
  56. 52dd223 Adding test for non-API process attach by Andrew Kaylor · 11 years ago
  57. be32d6d Mark TestConstVariables as expected to fail due to radar 13314878 on darwin. The tests are already skipped on linux. by Greg Clayton · 11 years ago
  58. beb7ac7 <rdar://problem/13788579> by Greg Clayton · 11 years ago
  59. 9c57067 Fix check_public_api_headers test on mac os x, and refactor some logic into lldbtest.py by Daniel Malea · 11 years ago
  60. ac874f9 Changing the test to use eax rather than rax for compatibility with i386. by Ashok Thirumurthi · 11 years ago
  61. efc7e55 <rdar://problem/13338477> by Enrico Granata · 11 years ago
  62. c3ba2bf Refactored convenience register tests to provide some coverage on Linux that is not marked xfail. by Ashok Thirumurthi · 11 years ago
  63. d7bb1ba TestCallCPPFunction is an expected failure on Linux; marking as such. by Sean Callanan · 11 years ago
  64. fb8abab Refactoring thread state tests to show individual failures by Andrew Kaylor · 11 years ago
  65. 974e9fd Added a test case verifying that simple C++ functions can be called by basename. by Sean Callanan · 11 years ago
  66. 2921c36 Fixed the anonymous testcase. It was testing by Sean Callanan · 11 years ago
  67. d82c89e skip randomly failing test to avoid buildbot noise by Daniel Malea · 11 years ago
  68. 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
  69. 1b3ac89 Removing invalid test cases from thread state test by Andrew Kaylor · 11 years ago
  70. 66bd7d7 Adds 64-bit POSIX support for AVX by Ashok Thirumurthi · 11 years ago
  71. 2dbfe86 Fixed IRForTarget to handle Objective-C messages sent to "super". by Sean Callanan · 11 years ago
  72. e2172fd Fixed expression parser handling of empty strings. by Sean Callanan · 11 years ago
  73. 967a997 Added support for pulling Objective-C class symbols by Sean Callanan · 11 years ago
  74. 79e7ad8 Fixed a problem where the expression parser would by Sean Callanan · 11 years ago
  75. 7b87e59 Fix missing module name in expectedFailure calls by Daniel Malea · 11 years ago
  76. 23176af Adding basic test for thread state (See PR-15824) by Andrew Kaylor · 11 years ago
  77. 538d305 Added 64-bit POSIX support to write floating-point vector registers. by Ashok Thirumurthi · 11 years ago
  78. 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
  79. 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
  80. f78bf6c Fix CheckPublicAPIHeaders test case by Daniel Malea · 11 years ago
  81. c582bbf Fix linux argument completion with for "--" options (llvm.org/bugs/pr14425) by Daniel Malea · 11 years ago
  82. 3a5c74d Added 64-bit POSIX support to write general-purpose floating-point registers. by Ashok Thirumurthi · 11 years ago
  83. 0c5fa86 Splits register_commands into a passing test on Linux (to improve test coverage), by Ashok Thirumurthi · 11 years ago
  84. 14d09ee Improved tests for nested structs when anonymous structs are involved. by Ashok Thirumurthi · 11 years ago
  85. 4e7965a Fix (failing) test name reporting on buildbots by Daniel Malea · 11 years ago
  86. 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
  87. 347d722 Provided a variant of ReadCStringFromMemory that supports null terminators of any character width. by Ashok Thirumurthi · 11 years ago
  88. 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
  89. ab8e00e Added a SetData() method to ValueObject. This by Sean Callanan · 11 years ago
  90. 814c813 New test suite option (-T) by Enrico Granata · 11 years ago
  91. 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
  92. 9cd337e <rdar://problem/13558484> by Enrico Granata · 11 years ago
  93. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 11 years ago
  94. 3e1a063 Fixed the version test for darwin. by Greg Clayton · 11 years ago
  95. 00ebf2a Fix test case to not run to main and "next" 5 times. Use a breakpoint. by Greg Clayton · 11 years ago
  96. dd03f0a Avoid hang in attach-by-name test case by Daniel Malea · 11 years ago
  97. ff03cbc Fixing Python commands test cases to work even after removing Printf by Enrico Granata · 11 years ago
  98. ce5a73b Making the buildbot happy again after changes to the default formatter for char[] by Enrico Granata · 11 years ago
  99. 0852cbb Introduces extended register sets whose availability can vary with the target processor. by Ashok Thirumurthi · 11 years ago
  100. 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