1. c590c67 New settings: target.use-hex-immediates and target.hex-immediates-style by Daniel Malea · 11 years ago
  2. 50851d8 Re-enable check previously disabled due to llvm.org/pr16603 by Daniel Malea · 11 years ago
  3. e0d9e75 Centralizing Intel compiler detection logic in lldbtest.py to avoid duplication in the future. by Daniel Malea · 11 years ago
  4. 31cdd3d Support one more flavour of Intel compiler in TestThreadStepOut by Daniel Malea · 11 years ago
  5. 65a0207 Mark remaining failing test on icc as expected fail.. by Matt Kopec · 11 years ago
  6. 042b14c Allow building test suite with non-default libc++ by Daniel Malea · 11 years ago
  7. 9de79f9 Test compatibility improvements for ICC by Daniel Malea · 11 years ago
  8. 2fa8346 Additional fixes/xfails for icc tests by Andrew Kaylor · 11 years ago
  9. d60b54f Mark additional icc test failures as expected fail. by Matt Kopec · 11 years ago
  10. 0d23b9f Disable test on Mac OS X due to llvm.org/pr16769 by Daniel Malea · 11 years ago
  11. 23bb947 Updates TestLongjump to ensure that compiler optimizations don't affect the by Ashok Thirumurthi · 11 years ago
  12. 7526625 Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t). by Michael Sartain · 11 years ago
  13. 2bf9633 Allow test categories to be skipped. by Stefanus Du Toit · 11 years ago
  14. a749646 Update failing tests on Linux for clang and gcc to only fail on Linux instead of all platforms. by Matt Kopec · 11 years ago
  15. e138d9f Mark some tests as explicitly failing on clang/gcc as they pass on icc. by Matt Kopec · 11 years ago
  16. a224c7c Add the LD_LIBRARY_PATH to target.env-vars for tests expecting libimf.so when testing with ICC. by Matt Kopec · 11 years ago
  17. cae3de0 Adds a test for 'target module dump symfile' to the LLDB suite. by Ashok Thirumurthi · 11 years ago
  18. 93d8e42 Mark additional ICC failing tests as expected fail. by Matt Kopec · 11 years ago
  19. 03e3352 Update break conditions test to have consistent behaviour on all test suite compilers. by Matt Kopec · 11 years ago
  20. 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
  21. 6629791 Updated the LLDB rvalue reference test to cross-reference with a bugzilla report, by Ashok Thirumurthi · 11 years ago
  22. 1475fc7 Assorted test suite fixes as a result of GCC 4.8 validation efforts by Daniel Malea · 11 years ago
  23. 1d6437d Fix problematic override _exc_info_to_string by Daniel Malea · 11 years ago
  24. f3b05d6 Add missing -Xlinker to order test. by Stefanus Du Toit · 11 years ago
  25. 9b27646 Use -Wl to specify -rpath correctly. by Stefanus Du Toit · 11 years ago
  26. 4acd24a Use the correct compiler to compute dependencies. by Stefanus Du Toit · 11 years ago
  27. 5119a64 tests: process connect needs "-p gdb-remote" on FreeBSD as on Linux by Ed Maste · 11 years ago
  28. 9c19b01 tests: Mark expected FreeBSD failures due to pr14424 by Ed Maste · 11 years ago
  29. f40b092 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  30. 21f98a3 Fix TestConcurrentEvents to behave nicely with GCC 4.8 by Daniel Malea · 11 years ago
  31. 7b30525 tests: Build test code on FreeBSD the same way as on Linux by Ed Maste · 11 years ago
  32. 6bd7f0d tests: Mark expected FreeBSD failures due to pr16699 by Ed Maste · 11 years ago
  33. 3bf526a tests: Mark expected FreeBSD failures due to pr16706 by Ed Maste · 11 years ago
  34. 4fd912f tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  35. afed35e Skip dead-strip test also on FreeBSD by Ed Maste · 11 years ago
  36. 9aa84a1 Annote expected failures on FreeBSD due to pr14540 by Ed Maste · 11 years ago
  37. dcddd0c Fix test execution on FreeBSD versions other than 9.x by Ed Maste · 11 years ago
  38. 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
  39. 4edd4b4 tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  40. ccfb499 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  41. 8be3659 test_iter_registers is expected to fail on FreeBSD by Ed Maste · 11 years ago
  42. 4e6d297 Add expectedFailureFreeBSD test wrapper by Ed Maste · 11 years ago
  43. 14d0ef4 Don't rely on C99 for loop initializers in test case by Stefanus Du Toit · 11 years ago
  44. 4a217a5 Updating tests that fail with ICC 13.1 because of the different mapping of assembly to DWARF. by Ashok Thirumurthi · 11 years ago
  45. f9332bb Fix rvalue test makefile. by Matt Kopec · 11 years ago
  46. 4514d50 Skip test reported to hang the FreeBSD buildbot by Ed Maste · 11 years ago
  47. b8a579f Adds a test for "disassemble -a" after an assert, which can fail with ELF by Ashok Thirumurthi · 11 years ago
  48. 2c0e306 Reworked the test decorators to match the test results on the buildbots. by Ashok Thirumurthi · 11 years ago
  49. e0fefe3 Updated the test suite to fix xpasses on the gcc buildbot primarily due to r186347 (thanks Greg!). by Ashok Thirumurthi · 11 years ago
  50. 4f33a82 Fix the partial backtrace when using a combination of stripped function symbols by Ashok Thirumurthi · 11 years ago
  51. 0645d18 Add tests for 'thread step out' for multithreaded programs by Daniel Malea · 11 years ago
  52. 250e749 Fixed a problem in IRForTarget where we would not by Sean Callanan · 11 years ago
  53. 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
  54. 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
  55. a04d685 Fix gcc buildbot failures, re-enable tests disabled due to llvm.org/pr16575 by Daniel Malea · 11 years ago
  56. 4e49a5b Get debugserver to call task_set_state to prime the control registers so that watchpoints by Jim Ingham · 11 years ago
  57. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  58. e14eec8 Tentatively re-enabling TestBreakAfterJoin on Linux by Daniel Malea · 11 years ago
  59. cb18736 Enable Mac OS X tests disabled due to llvm.org/pr16567 by Daniel Malea · 11 years ago
  60. 571be42 Improve TestConcurrentEvents.py by Daniel Malea · 11 years ago
  61. b9d995d Second attempt at getting the PyCallable changes in trunk by Enrico Granata · 11 years ago
  62. 784091a Cleanup in TestConcurrentEvents.py by Daniel Malea · 11 years ago
  63. cd2b54b Change TestRegisters.py attach case to attach to a.out and enable that test case by Andrew Kaylor · 11 years ago
  64. 7847c11 Update exception to match decorator name by Ed Maste · 11 years ago
  65. ff5c6d9 Add TestConcurrentEvents test for LLDB's handling of inferior threads by Daniel Malea · 11 years ago
  66. f78578b Remove @expectedFailureGcc from TestInlineStepping as function prologue bug is not reproducible anymore. by Daniel Malea · 11 years ago
  67. 2bea9f0 Skip Test-rdar-9974002 with Clang 3.4 (due to llvm.org/pr16214) by Daniel Malea · 11 years ago
  68. 78f2f67 Add missing -std=c99 flag to appease GCC 4.6 by Daniel Malea · 11 years ago
  69. 8bbc216 Re-apply TestHelp.py fix by Daniel Malea · 11 years ago
  70. f3b68be Fix python 2.6 compatibility issue introduced by r184615 by Daniel Malea · 11 years ago
  71. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  72. 82dc0f1 Add split symbol support to test makefile & add linux split symbol test case. by Michael Sartain · 11 years ago
  73. b0cb21e More useful printout of arguments after the recent changes to support LLDB_TEST_ARGUMENTS by Enrico Granata · 11 years ago
  74. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  75. f4b0e69 Fix undefined behaviour in data formatter test -- ensure char* null-terminated by Daniel Malea · 11 years ago
  76. bd5505c Skip dsym tests also on FreeBSD by Ed Maste · 11 years ago
  77. aedf8e0 Skip tests that hang on FreeBSD by Ed Maste · 11 years ago
  78. b00d743 Tests require GNU make, called gmake on FreeBSD by Ed Maste · 11 years ago
  79. 6fa3c50 Test suite support for setting arguments through the environment by Enrico Granata · 11 years ago
  80. 9d1b2d2 make command history test case run silently regardless of import status of module foo by Enrico Granata · 11 years ago
  81. 3741503 Lots of cleanup on the SWIG wrapping layer by Enrico Granata · 11 years ago
  82. d0f064d Fixed a problem with materialization and by Sean Callanan · 11 years ago
  83. 571358f Huge speedup for testsuite categories by Enrico Granata · 11 years ago
  84. efcd1bc <rdar://problem/14086503> by Enrico Granata · 11 years ago
  85. e8afa73 <rdar://problem/14086503> by Enrico Granata · 11 years ago
  86. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  87. 3cb3fe3 Adding a "cmdline" category to the test suite by Enrico Granata · 11 years ago
  88. 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
  89. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  90. f3d6ee2 Fix breakpoint test to account for full path of source file location. by Matt Kopec · 11 years ago
  91. 025bcc0 Fix single whitespace before breakpoint filename in some tests due to r183932. by Matt Kopec · 11 years ago
  92. 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
  93. 7ae6112 If using clang 3.4, skip tests affected by llvm.org/pr16214 by Daniel Malea · 11 years ago
  94. 31edb4b Update TestRegisters for running on Linux (filed llvm.org/pr16301) by Daniel Malea · 11 years ago
  95. 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
  96. 0f2a853 <rdar://problem/13779789> by Enrico Granata · 11 years ago
  97. 0debb7c Updating convenience register attach test by Andrew Kaylor · 11 years ago
  98. beeeeb5 Don't set stdin to devnull for forked processes by Andrew Kaylor · 11 years ago
  99. 36a96da Revert r183281, adds a comment about how to reproduce the hang. by Ashok Thirumurthi · 11 years ago
  100. 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