1. 65a0207 Mark remaining failing test on icc as expected fail.. by Matt Kopec · 11 years ago
  2. 2fa8346 Additional fixes/xfails for icc tests by Andrew Kaylor · 11 years ago
  3. d60b54f Mark additional icc test failures as expected fail. by Matt Kopec · 11 years ago
  4. 23bb947 Updates TestLongjump to ensure that compiler optimizations don't affect the by Ashok Thirumurthi · 11 years ago
  5. 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
  6. e138d9f Mark some tests as explicitly failing on clang/gcc as they pass on icc. by Matt Kopec · 11 years ago
  7. 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
  8. cae3de0 Adds a test for 'target module dump symfile' to the LLDB suite. by Ashok Thirumurthi · 11 years ago
  9. 93d8e42 Mark additional ICC failing tests as expected fail. by Matt Kopec · 11 years ago
  10. 03e3352 Update break conditions test to have consistent behaviour on all test suite compilers. by Matt Kopec · 11 years ago
  11. 6629791 Updated the LLDB rvalue reference test to cross-reference with a bugzilla report, by Ashok Thirumurthi · 11 years ago
  12. 1475fc7 Assorted test suite fixes as a result of GCC 4.8 validation efforts by Daniel Malea · 11 years ago
  13. f40b092 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  14. 9aa84a1 Annote expected failures on FreeBSD due to pr14540 by Ed Maste · 11 years ago
  15. ccfb499 tests: Mark expected FreeBSD failures due to pr16697 by Ed Maste · 11 years ago
  16. f9332bb Fix rvalue test makefile. by Matt Kopec · 11 years ago
  17. 250e749 Fixed a problem in IRForTarget where we would not by Sean Callanan · 11 years ago
  18. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  19. 82dc0f1 Add split symbol support to test makefile & add linux split symbol test case. by Michael Sartain · 11 years ago
  20. 025bcc0 Fix single whitespace before breakpoint filename in some tests due to r183932. by Matt Kopec · 11 years ago
  21. 7ae6112 If using clang 3.4, skip tests affected by llvm.org/pr16214 by Daniel Malea · 11 years ago
  22. e0c604f <rdar://problem/14064994> by Enrico Granata · 11 years ago
  23. a45d2e2 Fixes for the IR interpreter: by Sean Callanan · 11 years ago
  24. 9a71f96 Fixed value evaluation to handle null constants. by Sean Callanan · 11 years ago
  25. 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
  26. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  27. 99d5e71 Unbreak the linux buildbot tests. This still fails for the clang that is being used on linux. by Greg Clayton · 11 years ago
  28. 8467d89 Fixed the test case to pass on Darwin. This might pass on linux as well. The test case now properly validates g_points as a global for the class A version, and the static variable for the file static. by Greg Clayton · 11 years ago
  29. ca23ca1 Add expression tests for a function in an anonymous namespace. by Matt Kopec · 11 years ago
  30. 96641d8 Add temporary fix for calling c++ global/anonymous functions on Linux. by Matt Kopec · 11 years ago
  31. 23dfe46 Skipping a test that asserts with gcc and icc to allow the test suite to run to completion on the gcc buildbot. by Ashok Thirumurthi · 11 years ago
  32. ba7354c Remove debug print statement. by Greg Clayton · 11 years ago
  33. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  34. be32d6d Mark TestConstVariables as expected to fail due to radar 13314878 on darwin. The tests are already skipped on linux. by Greg Clayton · 11 years ago
  35. d7bb1ba TestCallCPPFunction is an expected failure on Linux; marking as such. by Sean Callanan · 11 years ago
  36. 974e9fd Added a test case verifying that simple C++ functions can be called by basename. by Sean Callanan · 11 years ago
  37. 2921c36 Fixed the anonymous testcase. It was testing by Sean Callanan · 11 years ago
  38. 143d543 Mark tests as expected fail for Linux due to not being able to call/print c++ demangled functions in the global namespace (bugzilla 15854). by Matt Kopec · 11 years ago
  39. 2dbfe86 Fixed IRForTarget to handle Objective-C messages sent to "super". by Sean Callanan · 11 years ago
  40. e2172fd Fixed expression parser handling of empty strings. by Sean Callanan · 11 years ago
  41. 967a997 Added support for pulling Objective-C class symbols by Sean Callanan · 11 years ago
  42. 79e7ad8 Fixed a problem where the expression parser would by Sean Callanan · 11 years ago
  43. 14d09ee Improved tests for nested structs when anonymous structs are involved. by Ashok Thirumurthi · 11 years ago
  44. 347d722 Provided a variant of ReadCStringFromMemory that supports null terminators of any character width. by Ashok Thirumurthi · 11 years ago
  45. 9cd337e <rdar://problem/13558484> by Enrico Granata · 11 years ago
  46. ce5a73b Making the buildbot happy again after changes to the default formatter for char[] by Enrico Granata · 11 years ago
  47. 166b89f Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". by Greg Clayton · 11 years ago
  48. 57d4ab2 Add icc support to the test suite by Matt Kopec · 11 years ago
  49. 2b606ab Minor LLDB test improvements by Daniel Malea · 11 years ago
  50. b785a4c Fix enum_types test on Linux by Daniel Malea · 11 years ago
  51. d962c7e Skipping TestConstVariables on Linux. by Andrew Kaylor · 11 years ago
  52. d8d97f5 Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly. by Greg Clayton · 11 years ago
  53. 48c6b33 Fixed test suite errors due to new clang -v output. by Greg Clayton · 11 years ago
  54. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 11 years ago
  55. a5d313d Add a test case for static member variables by Daniel Malea · 11 years ago
  56. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 11 years ago
  57. 02901dc Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive. by Greg Clayton · 11 years ago
  58. 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 11 years ago
  59. 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 11 years ago
  60. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 11 years ago
  61. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 11 years ago
  62. 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 11 years ago
  63. 21416a1 <rdar://problem/12362092> by Enrico Granata · 11 years ago
  64. 2df4d9f Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots. by Daniel Malea · 11 years ago
  65. 5d77077 Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GCC compiler bug. by Daniel Malea · 11 years ago
  66. 3e94733 Fix a problem with the const_variables test case (another lldb bug remains) by Daniel Malea · 11 years ago
  67. 3ad5647 A few more GCC specific test fixes as per logged PRs: by Daniel Malea · 11 years ago
  68. b437786 NSWindows should only be created after you have an NSApplication by Enrico Granata · 11 years ago
  69. 960a6ea More test case cleanup (Linux and Mac): by Daniel Malea · 11 years ago
  70. dae637a Fix broken testcase: ignore LLDB output that warns about more elements than can be displayed. by Daniel Malea · 11 years ago
  71. d605bac Marking two tests expected-to-fail on Linux by Daniel Malea · 11 years ago
  72. d288003 Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOffset() by Daniel Malea · 11 years ago
  73. dbf2fb0 Modified the expression parser's class wrapper to by Sean Callanan · 11 years ago
  74. 4ad0490 <rdar://problem/12890171> by Enrico Granata · 11 years ago
  75. 550a7e9 Remove hardcoded -arch from lang/cpp testcase makefiles by Daniel Malea · 11 years ago
  76. bca74e5 Fix indenting typo in TestSTL.py by Daniel Malea · 11 years ago
  77. 87a5c11 Update test scripts and Makefiles to allow testing with GCC: by Daniel Malea · 11 years ago
  78. cd630e7 Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash) by Daniel Malea · 11 years ago
  79. 0f9930b Marking test cases with @expectedFailureLinux as per recently opened bugs by Daniel Malea · 11 years ago
  80. 1a469c7 <rdar://problem/12711206> by Enrico Granata · 11 years ago
  81. 288ddfe Extended LLDB to handle blocks capturing 'self' by Sean Callanan · 11 years ago
  82. c6bdc75 Made the expression handle variables with by Sean Callanan · 11 years ago
  83. 287b4f4 The wchar_t and char1632_t test cases were erroneously running as x86_64 only even if you tried to run them in i386 mode by Enrico Granata · 11 years ago
  84. 93bb806 Adding a test case for expression parser's support for Unicode strings. This is an expected failure for now by Enrico Granata · 11 years ago
  85. cd8cd61 <rdar://problem/12790664> by Enrico Granata · 11 years ago
  86. 3f4844e Making the Unicode formatters visually nicer by using the same prefix characters as the compiler expects in C++ code by Enrico Granata · 11 years ago
  87. 06d58b0 <rdar://problem/11383764> by Enrico Granata · 11 years ago
  88. f5545f9 <rdar://problem/12725746> by Enrico Granata · 11 years ago
  89. f34feef <rdar://problem/11146929> by Enrico Granata · 11 years ago
  90. 3a91e14 <rdar://problem/12028723> by Enrico Granata · 11 years ago
  91. 0e3b98e Add an SBProcess API to get the current StopID, either considering or ignoring stops caused by expression by Jim Ingham · 11 years ago
  92. 2fcbf6e <rdar://problem/12953853> by Greg Clayton · 11 years ago
  93. efdd469 Re-enabling C++ exception breakpoint testcase (on Linux) by Daniel Malea · 11 years ago
  94. aadc7f7 Clang sometimes emits "objc_object*" rather than "id" by Sean Callanan · 11 years ago
  95. 282c22c This patch removes the SymbolFileSymtab support by Sean Callanan · 11 years ago
  96. 3a4e785 Test suite cleanup for Linux: mark test cases expected to fail due to open bugzillas by Daniel Malea · 11 years ago
  97. 0cbeb07 Made the struct test case actually use an expression by Sean Callanan · 11 years ago
  98. 3ce9404 <rdar://problem/11689939> by Enrico Granata · 11 years ago
  99. f2ca573 Fixed a few bugs in the "step in" thread plan logic. by Jim Ingham · 11 years ago
  100. 992d227 Option changes: by Enrico Granata · 11 years ago