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