1. 50851d8 Re-enable check previously disabled due to llvm.org/pr16603 by Daniel Malea · 11 years ago
  2. e0d9e75 Centralizing Intel compiler detection logic in lldbtest.py to avoid duplication in the future. by Daniel Malea · 11 years ago
  3. 31cdd3d Support one more flavour of Intel compiler in TestThreadStepOut by Daniel Malea · 11 years ago
  4. 9de79f9 Test compatibility improvements for ICC by Daniel Malea · 11 years ago
  5. 2fa8346 Additional fixes/xfails for icc tests by Andrew Kaylor · 11 years ago
  6. 0d23b9f Disable test on Mac OS X due to llvm.org/pr16769 by Daniel Malea · 11 years ago
  7. 23bb947 Updates TestLongjump to ensure that compiler optimizations don't affect the by Ashok Thirumurthi · 11 years ago
  8. 93d8e42 Mark additional ICC failing tests as expected fail. by Matt Kopec · 11 years ago
  9. 03e3352 Update break conditions test to have consistent behaviour on all test suite compilers. by Matt Kopec · 11 years ago
  10. c3e49ca Set an extra debug flag when testing with ICC so that it generates the correct debug info for inlined tests. by Matt Kopec · 11 years ago
  11. 1475fc7 Assorted test suite fixes as a result of GCC 4.8 validation efforts by Daniel Malea · 11 years ago
  12. 5119a64 tests: process connect needs "-p gdb-remote" on FreeBSD as on Linux by Ed Maste · 11 years ago
  13. 9c19b01 tests: Mark expected FreeBSD failures due to pr14424 by Ed Maste · 11 years ago
  14. f40b092 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  15. 21f98a3 Fix TestConcurrentEvents to behave nicely with GCC 4.8 by Daniel Malea · 11 years ago
  16. 6bd7f0d tests: Mark expected FreeBSD failures due to pr16699 by Ed Maste · 11 years ago
  17. 3bf526a tests: Mark expected FreeBSD failures due to pr16706 by Ed Maste · 11 years ago
  18. 4fd912f tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  19. afed35e Skip dead-strip test also on FreeBSD by Ed Maste · 11 years ago
  20. 4edd4b4 tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  21. 4a217a5 Updating tests that fail with ICC 13.1 because of the different mapping of assembly to DWARF. by Ashok Thirumurthi · 11 years ago
  22. 4514d50 Skip test reported to hang the FreeBSD buildbot by Ed Maste · 11 years ago
  23. b8a579f Adds a test for "disassemble -a" after an assert, which can fail with ELF by Ashok Thirumurthi · 11 years ago
  24. 2c0e306 Reworked the test decorators to match the test results on the buildbots. by Ashok Thirumurthi · 11 years ago
  25. e0fefe3 Updated the test suite to fix xpasses on the gcc buildbot primarily due to r186347 (thanks Greg!). by Ashok Thirumurthi · 11 years ago
  26. 4f33a82 Fix the partial backtrace when using a combination of stripped function symbols by Ashok Thirumurthi · 11 years ago
  27. 0645d18 Add tests for 'thread step out' for multithreaded programs by Daniel Malea · 11 years ago
  28. 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
  29. 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
  30. a04d685 Fix gcc buildbot failures, re-enable tests disabled due to llvm.org/pr16575 by Daniel Malea · 11 years ago
  31. 4e49a5b Get debugserver to call task_set_state to prime the control registers so that watchpoints by Jim Ingham · 11 years ago
  32. e14eec8 Tentatively re-enabling TestBreakAfterJoin on Linux by Daniel Malea · 11 years ago
  33. cb18736 Enable Mac OS X tests disabled due to llvm.org/pr16567 by Daniel Malea · 11 years ago
  34. 571be42 Improve TestConcurrentEvents.py by Daniel Malea · 11 years ago
  35. b9d995d Second attempt at getting the PyCallable changes in trunk by Enrico Granata · 11 years ago
  36. 784091a Cleanup in TestConcurrentEvents.py by Daniel Malea · 11 years ago
  37. cd2b54b Change TestRegisters.py attach case to attach to a.out and enable that test case by Andrew Kaylor · 11 years ago
  38. ff5c6d9 Add TestConcurrentEvents test for LLDB's handling of inferior threads by Daniel Malea · 11 years ago
  39. f78578b Remove @expectedFailureGcc from TestInlineStepping as function prologue bug is not reproducible anymore. by Daniel Malea · 11 years ago
  40. 2bea9f0 Skip Test-rdar-9974002 with Clang 3.4 (due to llvm.org/pr16214) by Daniel Malea · 11 years ago
  41. 78f2f67 Add missing -std=c99 flag to appease GCC 4.6 by Daniel Malea · 11 years ago
  42. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  43. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  44. f4b0e69 Fix undefined behaviour in data formatter test -- ensure char* null-terminated by Daniel Malea · 11 years ago
  45. aedf8e0 Skip tests that hang on FreeBSD by Ed Maste · 11 years ago
  46. 9d1b2d2 make command history test case run silently regardless of import status of module foo by Enrico Granata · 11 years ago
  47. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  48. efcd1bc <rdar://problem/14086503> by Enrico Granata · 11 years ago
  49. e8afa73 <rdar://problem/14086503> by Enrico Granata · 11 years ago
  50. 3cb3fe3 Adding a "cmdline" category to the test suite by Enrico Granata · 11 years ago
  51. 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
  52. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  53. f3d6ee2 Fix breakpoint test to account for full path of source file location. by Matt Kopec · 11 years ago
  54. 025bcc0 Fix single whitespace before breakpoint filename in some tests due to r183932. by Matt Kopec · 11 years ago
  55. 31edb4b Update TestRegisters for running on Linux (filed llvm.org/pr16301) by Daniel Malea · 11 years ago
  56. 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
  57. 0debb7c Updating convenience register attach test by Andrew Kaylor · 11 years ago
  58. 36a96da Revert r183281, adds a comment about how to reproduce the hang. by Ashok Thirumurthi · 11 years ago
  59. 16796e0 Tweaks to the std::list (libstdc++ test case) by Enrico Granata · 11 years ago
  60. fb323f0 Adding a test case for pr15415 - partial backtrace with -fomit-frame-pointer by Ashok Thirumurthi · 11 years ago
  61. adbaa44 Add test cases for attaching to a process after fork by Daniel Malea · 11 years ago
  62. 6f25bce Fix Makefiles in the data-formatter-stl tests by Daniel Malea · 11 years ago
  63. 3990c27 <rdar://problem/13125225> by Enrico Granata · 11 years ago
  64. cdffa42 Skip intermittent watchpoint test failure when testing on Linux/gcc. by Matt Kopec · 11 years ago
  65. 1df0f73 Re-enabling a test that is no longer failing by Andrew Kaylor · 11 years ago
  66. d65317e <rdar://problem/12582328> by Enrico Granata · 11 years ago
  67. a800e92 Un-skipping test that was disabled due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  68. 12c5bf3 Fix setting of watchpoints on inferior thread creation for Linux. by Matt Kopec · 11 years ago
  69. e6acc70 Skipping test case for clang 3.4 due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  70. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  71. 6606882 <rdar://problem/11109316> by Enrico Granata · 11 years ago
  72. c8ede81 Improve TestExitDuringStep to verify thread behaviour during step-over, step-in in addition to step-inst by Daniel Malea · 11 years ago
  73. df4ddd9 Remove extraneous files from test directory. by Matt Kopec · 11 years ago
  74. f3657f4 Fixing problems with thread create during step test. by Andrew Kaylor · 11 years ago
  75. b36a909 Refactors to provide two variants for evaluation of text_list: by Ashok Thirumurthi · 11 years ago
  76. 4a3914d Removing expected failures for watchpoint tests which are now passing. by Andrew Kaylor · 11 years ago
  77. 3bd2ebd Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 11 years ago
  78. 48b6bd1 <rdar://problem/13455021> by Greg Clayton · 11 years ago
  79. 6f742d2 Quiet the new exec test case down so it doesn't spew debug prints. by Greg Clayton · 11 years ago
  80. 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
  81. bee8a95 Avoided the use of two test decorators with xfail/xpass logic in the same test. by Ashok Thirumurthi · 11 years ago
  82. b7d46e3 Fix xpasses on the gcc buildbots using compiler versions to qualify the xfail. by Ashok Thirumurthi · 11 years ago
  83. 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
  84. 5a7a232 Adds a test case for bugzilla #15671 patterned after TestInferiorCrashing.py. by Ashok Thirumurthi · 11 years ago
  85. d968be7 Uses a helper to consistently verify the stop reason in all tests. by Ashok Thirumurthi · 11 years ago
  86. b3080fe Updated TestAbbreviations to reflect the changed output in r182068. by Ashok Thirumurthi · 11 years ago
  87. 88b7778 Fix Linux 'platform status' command. Its output is now closer to that on Mac OS X by Daniel Malea · 11 years ago
  88. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  89. ab23045 Re-enable tests disabled due to llvm.org/pr14541 by Daniel Malea · 11 years ago
  90. 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
  91. db7e500 Remove XFAIL from tests affected by llvm.org/pr-14637 by Daniel Malea · 11 years ago
  92. ba50856 Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buildbots. by Ashok Thirumurthi · 11 years ago
  93. aa44e68 Adding new test cases for inferior crashing. by Andrew Kaylor · 11 years ago
  94. 2e4c63b Prevent convenience registers from being included in "read register" as they are derived registers. by Ashok Thirumurthi · 11 years ago
  95. de0201e Fixed expression evaluation with convenience registers. by Ashok Thirumurthi · 11 years ago
  96. 1f85fa8 Adding support for setting thread stop state when a process stops. by Andrew Kaylor · 11 years ago
  97. 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
  98. 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
  99. c73fedb Fixed "log enable linux registers" and added a test. by Ashok Thirumurthi · 11 years ago
  100. 85e3c2f Revert r181482 as it causes occasional hangs in LLDB buildbots by Daniel Malea · 11 years ago