1. 6fa3c50 Test suite support for setting arguments through the environment by Enrico Granata · 11 years ago
  2. 9d1b2d2 make command history test case run silently regardless of import status of module foo by Enrico Granata · 11 years ago
  3. 3741503 Lots of cleanup on the SWIG wrapping layer by Enrico Granata · 11 years ago
  4. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  5. 571358f Huge speedup for testsuite categories by Enrico Granata · 11 years ago
  6. efcd1bc <rdar://problem/14086503> by Enrico Granata · 11 years ago
  7. e8afa73 <rdar://problem/14086503> by Enrico Granata · 11 years ago
  8. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  9. 3cb3fe3 Adding a "cmdline" category to the test suite by Enrico Granata · 11 years ago
  10. 3f0cc74 Renaming the "--wipe" option to "command history" to "--clear" (-C) for coherence with the rest of the LLDB command-line interface by Enrico Granata · 11 years ago
  11. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  12. f3d6ee2 Fix breakpoint test to account for full path of source file location. by Matt Kopec · 11 years ago
  13. 025bcc0 Fix single whitespace before breakpoint filename in some tests due to r183932. by Matt Kopec · 11 years ago
  14. 5824663 Added a new makefile setting that can be set in LLDB makefiles: USE_LIBCPP. This will enable libc++ support. by Greg Clayton · 11 years ago
  15. 7ae6112 If using clang 3.4, skip tests affected by llvm.org/pr16214 by Daniel Malea · 11 years ago
  16. 31edb4b Update TestRegisters for running on Linux (filed llvm.org/pr16301) by Daniel Malea · 11 years ago
  17. a9dc882 Use llvm::APFloat for formatting if a target is available. Each target when debugging has a "ASTContext" that helps us to use the correct floating point semantics. Now that APFloat supports toString we now use that. If we don't have a target, we still fall back on the old display methodology, but the important formatting should always have a target available and thus use the compiler floating point code. by Greg Clayton · 11 years ago
  18. 0f2a853 <rdar://problem/13779789> by Enrico Granata · 11 years ago
  19. 0debb7c Updating convenience register attach test by Andrew Kaylor · 11 years ago
  20. beeeeb5 Don't set stdin to devnull for forked processes by Andrew Kaylor · 11 years ago
  21. 36a96da Revert r183281, adds a comment about how to reproduce the hang. by Ashok Thirumurthi · 11 years ago
  22. fda7a97 Tweaking Daniel Malea's fixes to Makefile.rules to ensure that we correctly pass -stdlib=libstdc++ to clang when compiling as well as when linking by Enrico Granata · 11 years ago
  23. 16796e0 Tweaks to the std::list (libstdc++ test case) by Enrico Granata · 11 years ago
  24. fb323f0 Adding a test case for pr15415 - partial backtrace with -fomit-frame-pointer by Ashok Thirumurthi · 11 years ago
  25. 0c52164 Reworked the routine that qualifies the tool-chain for expected failures to handle sub-strings. by Ashok Thirumurthi · 11 years ago
  26. e0c604f <rdar://problem/14064994> by Enrico Granata · 11 years ago
  27. a45d2e2 Fixes for the IR interpreter: by Sean Callanan · 11 years ago
  28. adbaa44 Add test cases for attaching to a process after fork by Daniel Malea · 11 years ago
  29. 6f25bce Fix Makefiles in the data-formatter-stl tests by Daniel Malea · 11 years ago
  30. 3990c27 <rdar://problem/13125225> by Enrico Granata · 11 years ago
  31. cdffa42 Skip intermittent watchpoint test failure when testing on Linux/gcc. by Matt Kopec · 11 years ago
  32. 1df0f73 Re-enabling a test that is no longer failing by Andrew Kaylor · 11 years ago
  33. d65317e <rdar://problem/12582328> by Enrico Granata · 11 years ago
  34. a800e92 Un-skipping test that was disabled due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  35. 12c5bf3 Fix setting of watchpoints on inferior thread creation for Linux. by Matt Kopec · 11 years ago
  36. e6acc70 Skipping test case for clang 3.4 due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  37. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  38. 9a71f96 Fixed value evaluation to handle null constants. by Sean Callanan · 11 years ago
  39. 6606882 <rdar://problem/11109316> by Enrico Granata · 11 years ago
  40. 782e474 Find 'ps' command using which() rather than invoking directly by Daniel Malea · 11 years ago
  41. c8ede81 Improve TestExitDuringStep to verify thread behaviour during step-over, step-in in addition to step-inst by Daniel Malea · 11 years ago
  42. 4f2353a Disabling another watchpoint test with intermittent failure. by Matt Kopec · 11 years ago
  43. df4ddd9 Remove extraneous files from test directory. by Matt Kopec · 11 years ago
  44. f3657f4 Fixing problems with thread create during step test. by Andrew Kaylor · 11 years ago
  45. 17044a3 Disabling watchpoint test with intermittent failure. by Andrew Kaylor · 11 years ago
  46. b36a909 Refactors to provide two variants for evaluation of text_list: by Ashok Thirumurthi · 11 years ago
  47. 4d16278 Removing expected fail from another test that is now passing. by Andrew Kaylor · 11 years ago
  48. 4a3914d Removing expected failures for watchpoint tests which are now passing. by Andrew Kaylor · 11 years ago
  49. 3bd2ebd Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 11 years ago
  50. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  51. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  52. 48b6bd1 <rdar://problem/13455021> by Greg Clayton · 11 years ago
  53. 6f742d2 Quiet the new exec test case down so it doesn't spew debug prints. by Greg Clayton · 11 years ago
  54. 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
  55. bee8a95 Avoided the use of two test decorators with xfail/xpass logic in the same test. by Ashok Thirumurthi · 11 years ago
  56. b7d46e3 Fix xpasses on the gcc buildbots using compiler versions to qualify the xfail. by Ashok Thirumurthi · 11 years ago
  57. 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
  58. 5a7a232 Adds a test case for bugzilla #15671 patterned after TestInferiorCrashing.py. by Ashok Thirumurthi · 11 years ago
  59. d968be7 Uses a helper to consistently verify the stop reason in all tests. by Ashok Thirumurthi · 11 years ago
  60. b3080fe Updated TestAbbreviations to reflect the changed output in r182068. by Ashok Thirumurthi · 11 years ago
  61. 0086b94 Handle the case where there is a user breakpoint set at the location of one of our by Jim Ingham · 11 years ago
  62. 88b7778 Fix Linux 'platform status' command. Its output is now closer to that on Mac OS X by Daniel Malea · 11 years ago
  63. 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
  64. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  65. ab23045 Re-enable tests disabled due to llvm.org/pr14541 by Daniel Malea · 11 years ago
  66. 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
  67. 0440b11 Disable test case that causes assertion failure on Linux by Daniel Malea · 11 years ago
  68. bd58742 Didn't mean to check in this change... by Jim Ingham · 11 years ago
  69. 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
  70. 99d5e71 Unbreak the linux buildbot tests. This still fails for the clang that is being used on linux. by Greg Clayton · 11 years ago
  71. 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
  72. db7e500 Remove XFAIL from tests affected by llvm.org/pr-14637 by Daniel Malea · 11 years ago
  73. 0afb440 Fix GCC buildbot failures in API/Multithreaded tests by Daniel Malea · 11 years ago
  74. 156d8e0 Skip C++ API/Multithreaded tests that are unsupported with Clang/libstdc++ by Daniel Malea · 11 years ago
  75. d2771ed Adding C++ tests that drive LLDB from multiple threads by Daniel Malea · 11 years ago
  76. ba50856 Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buildbots. by Ashok Thirumurthi · 11 years ago
  77. aa44e68 Adding new test cases for inferior crashing. by Andrew Kaylor · 11 years ago
  78. ca23ca1 Add expression tests for a function in an anonymous namespace. by Matt Kopec · 11 years ago
  79. 2e4c63b Prevent convenience registers from being included in "read register" as they are derived registers. by Ashok Thirumurthi · 11 years ago
  80. f1bc35d Unset CFLAGS/CXXFLAGS when running tests via cmake/make check targets by Daniel Malea · 11 years ago
  81. 8aa4acf Cleanup test output when run via cmake/make check targets by Daniel Malea · 11 years ago
  82. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  83. 96641d8 Add temporary fix for calling c++ global/anonymous functions on Linux. by Matt Kopec · 11 years ago
  84. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  85. 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
  86. 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
  87. c73fedb Fixed "log enable linux registers" and added a test. by Ashok Thirumurthi · 11 years ago
  88. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago
  89. 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
  90. 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
  91. 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
  92. ba7354c Remove debug print statement. by Greg Clayton · 11 years ago
  93. 52e4391 Adding code to set thread state to stopped when the process stops. by Andrew Kaylor · 11 years ago
  94. edeed2d Test case added for importing packages by Enrico Granata · 11 years ago
  95. d1828c3 Mark multi-threaded watchpoint test as skip on Linux due to lldb assertions in the debian buildbot. by Matt Kopec · 11 years ago
  96. afbb2f6 Fix assertion from previous fix for debian os watchpoints. by Matt Kopec · 11 years ago
  97. 015f7ad Adding test-case for llvm.org/pr15936 (known failure with GCC 4.6/4.7) by Daniel Malea · 11 years ago
  98. 4cb3248 Fix rdar-13338477 test-case for Linux. by Daniel Malea · 11 years ago
  99. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  100. 6c1a8cf Adding support for process attach by pid on Linux. by Andrew Kaylor · 11 years ago