1. 93d8e42 Mark additional ICC failing tests as expected fail. by Matt Kopec · 11 years ago
  2. 03e3352 Update break conditions test to have consistent behaviour on all test suite compilers. by Matt Kopec · 11 years ago
  3. 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
  4. 6629791 Updated the LLDB rvalue reference test to cross-reference with a bugzilla report, by Ashok Thirumurthi · 11 years ago
  5. 1475fc7 Assorted test suite fixes as a result of GCC 4.8 validation efforts by Daniel Malea · 11 years ago
  6. 1d6437d Fix problematic override _exc_info_to_string by Daniel Malea · 11 years ago
  7. f3b05d6 Add missing -Xlinker to order test. by Stefanus Du Toit · 11 years ago
  8. 9b27646 Use -Wl to specify -rpath correctly. by Stefanus Du Toit · 11 years ago
  9. 4acd24a Use the correct compiler to compute dependencies. by Stefanus Du Toit · 11 years ago
  10. 5119a64 tests: process connect needs "-p gdb-remote" on FreeBSD as on Linux by Ed Maste · 11 years ago
  11. 9c19b01 tests: Mark expected FreeBSD failures due to pr14424 by Ed Maste · 11 years ago
  12. f40b092 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  13. 21f98a3 Fix TestConcurrentEvents to behave nicely with GCC 4.8 by Daniel Malea · 11 years ago
  14. 7b30525 tests: Build test code on FreeBSD the same way as on Linux by Ed Maste · 11 years ago
  15. 6bd7f0d tests: Mark expected FreeBSD failures due to pr16699 by Ed Maste · 11 years ago
  16. 3bf526a tests: Mark expected FreeBSD failures due to pr16706 by Ed Maste · 11 years ago
  17. 4fd912f tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  18. afed35e Skip dead-strip test also on FreeBSD by Ed Maste · 11 years ago
  19. 9aa84a1 Annote expected failures on FreeBSD due to pr14540 by Ed Maste · 11 years ago
  20. dcddd0c Fix test execution on FreeBSD versions other than 9.x by Ed Maste · 11 years ago
  21. 10c0722 Fix test suite make so that -std=c++11 gets set properly for supported compilers and -std=c++0x gets set only for gcc 4.6 versions. Previously, -std=c++0x was being set for all compilers. by Matt Kopec · 11 years ago
  22. 4edd4b4 tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  23. ccfb499 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  24. 8be3659 test_iter_registers is expected to fail on FreeBSD by Ed Maste · 11 years ago
  25. 4e6d297 Add expectedFailureFreeBSD test wrapper by Ed Maste · 11 years ago
  26. 14d0ef4 Don't rely on C99 for loop initializers in test case by Stefanus Du Toit · 11 years ago
  27. 4a217a5 Updating tests that fail with ICC 13.1 because of the different mapping of assembly to DWARF. by Ashok Thirumurthi · 11 years ago
  28. f9332bb Fix rvalue test makefile. by Matt Kopec · 11 years ago
  29. 4514d50 Skip test reported to hang the FreeBSD buildbot by Ed Maste · 11 years ago
  30. b8a579f Adds a test for "disassemble -a" after an assert, which can fail with ELF by Ashok Thirumurthi · 11 years ago
  31. 2c0e306 Reworked the test decorators to match the test results on the buildbots. by Ashok Thirumurthi · 11 years ago
  32. e0fefe3 Updated the test suite to fix xpasses on the gcc buildbot primarily due to r186347 (thanks Greg!). by Ashok Thirumurthi · 11 years ago
  33. 4f33a82 Fix the partial backtrace when using a combination of stripped function symbols by Ashok Thirumurthi · 11 years ago
  34. 0645d18 Add tests for 'thread step out' for multithreaded programs by Daniel Malea · 11 years ago
  35. 250e749 Fixed a problem in IRForTarget where we would not by Sean Callanan · 11 years ago
  36. 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
  37. 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
  38. a04d685 Fix gcc buildbot failures, re-enable tests disabled due to llvm.org/pr16575 by Daniel Malea · 11 years ago
  39. 4e49a5b Get debugserver to call task_set_state to prime the control registers so that watchpoints by Jim Ingham · 11 years ago
  40. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  41. e14eec8 Tentatively re-enabling TestBreakAfterJoin on Linux by Daniel Malea · 11 years ago
  42. cb18736 Enable Mac OS X tests disabled due to llvm.org/pr16567 by Daniel Malea · 11 years ago
  43. 571be42 Improve TestConcurrentEvents.py by Daniel Malea · 11 years ago
  44. b9d995d Second attempt at getting the PyCallable changes in trunk by Enrico Granata · 11 years ago
  45. 784091a Cleanup in TestConcurrentEvents.py by Daniel Malea · 11 years ago
  46. cd2b54b Change TestRegisters.py attach case to attach to a.out and enable that test case by Andrew Kaylor · 11 years ago
  47. 7847c11 Update exception to match decorator name by Ed Maste · 11 years ago
  48. ff5c6d9 Add TestConcurrentEvents test for LLDB's handling of inferior threads by Daniel Malea · 11 years ago
  49. f78578b Remove @expectedFailureGcc from TestInlineStepping as function prologue bug is not reproducible anymore. by Daniel Malea · 11 years ago
  50. 2bea9f0 Skip Test-rdar-9974002 with Clang 3.4 (due to llvm.org/pr16214) by Daniel Malea · 11 years ago
  51. 78f2f67 Add missing -std=c99 flag to appease GCC 4.6 by Daniel Malea · 11 years ago
  52. 8bbc216 Re-apply TestHelp.py fix by Daniel Malea · 11 years ago
  53. f3b68be Fix python 2.6 compatibility issue introduced by r184615 by Daniel Malea · 11 years ago
  54. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  55. 82dc0f1 Add split symbol support to test makefile & add linux split symbol test case. by Michael Sartain · 11 years ago
  56. b0cb21e More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS by Enrico Granata · 11 years ago
  57. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  58. f4b0e69 Fix undefined behaviour in data formatter test -- ensure char* null-terminated by Daniel Malea · 11 years ago
  59. bd5505c Skip dsym tests also on FreeBSD by Ed Maste · 11 years ago
  60. aedf8e0 Skip tests that hang on FreeBSD by Ed Maste · 11 years ago
  61. b00d743 Tests require GNU make, called gmake on FreeBSD by Ed Maste · 11 years ago
  62. 6fa3c50 Test suite support for setting arguments through the environment by Enrico Granata · 11 years ago
  63. 9d1b2d2 make command history test case run silently regardless of import status of module foo by Enrico Granata · 11 years ago
  64. 3741503 Lots of cleanup on the SWIG wrapping layer by Enrico Granata · 11 years ago
  65. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  66. 571358f Huge speedup for testsuite categories by Enrico Granata · 11 years ago
  67. efcd1bc <rdar://problem/14086503> by Enrico Granata · 11 years ago
  68. e8afa73 <rdar://problem/14086503> by Enrico Granata · 11 years ago
  69. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  70. 3cb3fe3 Adding a "cmdline" category to the test suite by Enrico Granata · 11 years ago
  71. 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
  72. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  73. f3d6ee2 Fix breakpoint test to account for full path of source file location. by Matt Kopec · 11 years ago
  74. 025bcc0 Fix single whitespace before breakpoint filename in some tests due to r183932. by Matt Kopec · 11 years ago
  75. 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
  76. 7ae6112 If using clang 3.4, skip tests affected by llvm.org/pr16214 by Daniel Malea · 11 years ago
  77. 31edb4b Update TestRegisters for running on Linux (filed llvm.org/pr16301) by Daniel Malea · 11 years ago
  78. 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
  79. 0f2a853 <rdar://problem/13779789> by Enrico Granata · 11 years ago
  80. 0debb7c Updating convenience register attach test by Andrew Kaylor · 11 years ago
  81. beeeeb5 Don't set stdin to devnull for forked processes by Andrew Kaylor · 11 years ago
  82. 36a96da Revert r183281, adds a comment about how to reproduce the hang. by Ashok Thirumurthi · 11 years ago
  83. 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
  84. 16796e0 Tweaks to the std::list (libstdc++ test case) by Enrico Granata · 11 years ago
  85. fb323f0 Adding a test case for pr15415 - partial backtrace with -fomit-frame-pointer by Ashok Thirumurthi · 11 years ago
  86. 0c52164 Reworked the routine that qualifies the tool-chain for expected failures to handle sub-strings. by Ashok Thirumurthi · 11 years ago
  87. e0c604f <rdar://problem/14064994> by Enrico Granata · 11 years ago
  88. a45d2e2 Fixes for the IR interpreter: by Sean Callanan · 11 years ago
  89. adbaa44 Add test cases for attaching to a process after fork by Daniel Malea · 11 years ago
  90. 6f25bce Fix Makefiles in the data-formatter-stl tests by Daniel Malea · 11 years ago
  91. 3990c27 <rdar://problem/13125225> by Enrico Granata · 11 years ago
  92. cdffa42 Skip intermittent watchpoint test failure when testing on Linux/gcc. by Matt Kopec · 11 years ago
  93. 1df0f73 Re-enabling a test that is no longer failing by Andrew Kaylor · 11 years ago
  94. d65317e <rdar://problem/12582328> by Enrico Granata · 11 years ago
  95. a800e92 Un-skipping test that was disabled due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  96. 12c5bf3 Fix setting of watchpoints on inferior thread creation for Linux. by Matt Kopec · 11 years ago
  97. e6acc70 Skipping test case for clang 3.4 due to llvm.org/pr16191 by Daniel Malea · 11 years ago
  98. 7ef39ca <rdar://problem/14035604> by Enrico Granata · 11 years ago
  99. 9a71f96 Fixed value evaluation to handle null constants. by Sean Callanan · 11 years ago
  100. 6606882 <rdar://problem/11109316> by Enrico Granata · 11 years ago