1. b8a579f Adds a test for "disassemble -a" after an assert, which can fail with ELF by Ashok Thirumurthi · 11 years ago
  2. 2c0e306 Reworked the test decorators to match the test results on the buildbots. by Ashok Thirumurthi · 11 years ago
  3. e0fefe3 Updated the test suite to fix xpasses on the gcc buildbot primarily due to r186347 (thanks Greg!). by Ashok Thirumurthi · 11 years ago
  4. 4f33a82 Fix the partial backtrace when using a combination of stripped function symbols by Ashok Thirumurthi · 11 years ago
  5. 0645d18 Add tests for 'thread step out' for multithreaded programs by Daniel Malea · 11 years ago
  6. 250e749 Fixed a problem in IRForTarget where we would not by Sean Callanan · 11 years ago
  7. 0b009ee Adds a passing test for step-over and step-out when the inferior is about to call longjmp (non-local goto) in a single-threaded inferior. by Ashok Thirumurthi · 11 years ago
  8. 9a76f6f Work-around for GCC issue where setting a breakpoint on a vector definition also adds a breakpoint on the d'tor call by Daniel Malea · 11 years ago
  9. a04d685 Fix gcc buildbot failures, re-enable tests disabled due to llvm.org/pr16575 by Daniel Malea · 11 years ago
  10. 4e49a5b Get debugserver to call task_set_state to prime the control registers so that watchpoints by Jim Ingham · 11 years ago
  11. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  12. e14eec8 Tentatively re-enabling TestBreakAfterJoin on Linux by Daniel Malea · 11 years ago
  13. cb18736 Enable Mac OS X tests disabled due to llvm.org/pr16567 by Daniel Malea · 11 years ago
  14. 571be42 Improve TestConcurrentEvents.py by Daniel Malea · 11 years ago
  15. b9d995d Second attempt at getting the PyCallable changes in trunk by Enrico Granata · 11 years ago
  16. 784091a Cleanup in TestConcurrentEvents.py by Daniel Malea · 11 years ago
  17. cd2b54b Change TestRegisters.py attach case to attach to a.out and enable that test case by Andrew Kaylor · 11 years ago
  18. 7847c11 Update exception to match decorator name by Ed Maste · 11 years ago
  19. ff5c6d9 Add TestConcurrentEvents test for LLDB's handling of inferior threads by Daniel Malea · 11 years ago
  20. f78578b Remove @expectedFailureGcc from TestInlineStepping as function prologue bug is not reproducible anymore. by Daniel Malea · 11 years ago
  21. 2bea9f0 Skip Test-rdar-9974002 with Clang 3.4 (due to llvm.org/pr16214) by Daniel Malea · 11 years ago
  22. 78f2f67 Add missing -std=c99 flag to appease GCC 4.6 by Daniel Malea · 11 years ago
  23. 8bbc216 Re-apply TestHelp.py fix by Daniel Malea · 11 years ago
  24. f3b68be Fix python 2.6 compatibility issue introduced by r184615 by Daniel Malea · 11 years ago
  25. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  26. 82dc0f1 Add split symbol support to test makefile & add linux split symbol test case. by Michael Sartain · 11 years ago
  27. b0cb21e More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS by Enrico Granata · 11 years ago
  28. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  29. f4b0e69 Fix undefined behaviour in data formatter test -- ensure char* null-terminated by Daniel Malea · 11 years ago
  30. bd5505c Skip dsym tests also on FreeBSD by Ed Maste · 11 years ago
  31. aedf8e0 Skip tests that hang on FreeBSD by Ed Maste · 11 years ago
  32. b00d743 Tests require GNU make, called gmake on FreeBSD by Ed Maste · 11 years ago
  33. 6fa3c50 Test suite support for setting arguments through the environment by Enrico Granata · 11 years ago
  34. 9d1b2d2 make command history test case run silently regardless of import status of module foo by Enrico Granata · 11 years ago
  35. 3741503 Lots of cleanup on the SWIG wrapping layer by Enrico Granata · 11 years ago
  36. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  37. 571358f Huge speedup for testsuite categories by Enrico Granata · 11 years ago
  38. efcd1bc <rdar://problem/14086503> by Enrico Granata · 11 years ago
  39. e8afa73 <rdar://problem/14086503> by Enrico Granata · 11 years ago
  40. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  41. 3cb3fe3 Adding a "cmdline" category to the test suite by Enrico Granata · 11 years ago
  42. 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
  43. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  44. f3d6ee2 Fix breakpoint test to account for full path of source file location. by Matt Kopec · 11 years ago
  45. 025bcc0 Fix single whitespace before breakpoint filename in some tests due to r183932. by Matt Kopec · 11 years ago
  46. 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
  47. 7ae6112 If using clang 3.4, skip tests affected by llvm.org/pr16214 by Daniel Malea · 11 years ago
  48. 31edb4b Update TestRegisters for running on Linux (filed llvm.org/pr16301) by Daniel Malea · 11 years ago
  49. 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
  50. 0f2a853 <rdar://problem/13779789> by Enrico Granata · 11 years ago
  51. 0debb7c Updating convenience register attach test by Andrew Kaylor · 11 years ago
  52. beeeeb5 Don't set stdin to devnull for forked processes by Andrew Kaylor · 11 years ago
  53. 36a96da Revert r183281, adds a comment about how to reproduce the hang. by Ashok Thirumurthi · 11 years ago
  54. 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
  55. 16796e0 Tweaks to the std::list (libstdc++ test case) by Enrico Granata · 11 years ago
  56. fb323f0 Adding a test case for pr15415 - partial backtrace with -fomit-frame-pointer by Ashok Thirumurthi · 11 years ago
  57. 0c52164 Reworked the routine that qualifies the tool-chain for expected failures to handle sub-strings. by Ashok Thirumurthi · 11 years ago
  58. e0c604f <rdar://problem/14064994> by Enrico Granata · 11 years ago
  59. a45d2e2 Fixes for the IR interpreter: by Sean Callanan · 11 years ago
  60. adbaa44 Add test cases for attaching to a process after fork by Daniel Malea · 11 years ago
  61. 6f25bce Fix Makefiles in the data-formatter-stl tests by Daniel Malea · 11 years ago
  62. 3990c27 <rdar://problem/13125225> by Enrico Granata · 11 years ago
  63. cdffa42 Skip intermittent watchpoint test failure when testing on Linux/gcc. by Matt Kopec · 11 years ago
  64. 1df0f73 Re-enabling a test that is no longer failing by Andrew Kaylor · 11 years ago
  65. d65317e <rdar://problem/12582328> by Enrico Granata · 11 years ago
  66. a800e92 Un-skipping test that was disabled due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  67. 12c5bf3 Fix setting of watchpoints on inferior thread creation for Linux. by Matt Kopec · 11 years ago
  68. e6acc70 Skipping test case for clang 3.4 due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  69. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  70. 9a71f96 Fixed value evaluation to handle null constants. by Sean Callanan · 11 years ago
  71. 6606882 <rdar://problem/11109316> by Enrico Granata · 11 years ago
  72. 782e474 Find 'ps' command using which() rather than invoking directly by Daniel Malea · 11 years ago
  73. c8ede81 Improve TestExitDuringStep to verify thread behaviour during step-over, step-in in addition to step-inst by Daniel Malea · 11 years ago
  74. 4f2353a Disabling another watchpoint test with intermittent failure. by Matt Kopec · 11 years ago
  75. df4ddd9 Remove extraneous files from test directory. by Matt Kopec · 11 years ago
  76. f3657f4 Fixing problems with thread create during step test. by Andrew Kaylor · 11 years ago
  77. 17044a3 Disabling watchpoint test with intermittent failure. by Andrew Kaylor · 11 years ago
  78. b36a909 Refactors to provide two variants for evaluation of text_list: by Ashok Thirumurthi · 11 years ago
  79. 4d16278 Removing expected fail from another test that is now passing. by Andrew Kaylor · 11 years ago
  80. 4a3914d Removing expected failures for watchpoint tests which are now passing. by Andrew Kaylor · 11 years ago
  81. 3bd2ebd Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 11 years ago
  82. b50a2f3 Fixed signed operations in the IR interpreter. by Sean Callanan · 11 years ago
  83. e787234 Fixed a bug where persistent variables did not by Sean Callanan · 11 years ago
  84. 48b6bd1 <rdar://problem/13455021> by Greg Clayton · 11 years ago
  85. 6f742d2 Quiet the new exec test case down so it doesn't spew debug prints. by Greg Clayton · 11 years ago
  86. 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
  87. bee8a95 Avoided the use of two test decorators with xfail/xpass logic in the same test. by Ashok Thirumurthi · 11 years ago
  88. b7d46e3 Fix xpasses on the gcc buildbots using compiler versions to qualify the xfail. by Ashok Thirumurthi · 11 years ago
  89. 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
  90. 5a7a232 Adds a test case for bugzilla #15671 patterned after TestInferiorCrashing.py. by Ashok Thirumurthi · 11 years ago
  91. d968be7 Uses a helper to consistently verify the stop reason in all tests. by Ashok Thirumurthi · 11 years ago
  92. b3080fe Updated TestAbbreviations to reflect the changed output in r182068. by Ashok Thirumurthi · 11 years ago
  93. 0086b94 Handle the case where there is a user breakpoint set at the location of one of our by Jim Ingham · 11 years ago
  94. 88b7778 Fix Linux 'platform status' command. Its output is now closer to that on Mac OS X by Daniel Malea · 11 years ago
  95. 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
  96. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  97. ab23045 Re-enable tests disabled due to llvm.org/pr14541 by Daniel Malea · 11 years ago
  98. 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
  99. 0440b11 Disable test case that causes assertion failure on Linux by Daniel Malea · 11 years ago
  100. bd58742 Didn't mean to check in this change... by Jim Ingham · 11 years ago