1. f95fc9e Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))". by Greg Clayton · 12 years ago
  2. 3e1a063 Fixed the version test for darwin. by Greg Clayton · 12 years ago
  3. 00ebf2a Fix test case to not run to main and "next" 5 times. Use a breakpoint. by Greg Clayton · 12 years ago
  4. dd03f0a Avoid hang in attach-by-name test case by Daniel Malea · 12 years ago
  5. ff03cbc Fixing Python commands test cases to work even after removing Printf by Enrico Granata · 12 years ago
  6. ce5a73b Making the buildbot happy again after changes to the default formatter for char[] by Enrico Granata · 12 years ago
  7. 0852cbb Introduces extended register sets whose availability can vary with the target processor. by Ashok Thirumurthi · 12 years ago
  8. 944038e This test case was not doing the right thing with libc++ being used and was generating spurious over-completion warning flags by Enrico Granata · 12 years ago
  9. 76fb323 Checking that the wrong syntax does not give a correct summary after clearing the error messages here by Enrico Granata · 12 years ago
  10. d373fe0 Fix the buildbot so a LLDB test doesn't fail looking for "<invalid usage of pointer value as object>". by Greg Clayton · 12 years ago
  11. 5cc975b These test cases fail on the buildbot - skip on Linux for now, will figure out why by Enrico Granata · 12 years ago
  12. 55f595f Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces. by Matt Kopec · 12 years ago
  13. 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 · 12 years ago
  14. bc8cdff Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints. by Matt Kopec · 12 years ago
  15. 9ae0efc Make the conditional break test case a little more robust. by Jim Ingham · 12 years ago
  16. 711a5b1 Fix Makefile.rules where no icc is installed and -C gcc is used. by Matt Kopec · 12 years ago
  17. 57d4ab2 Add icc support to the test suite by Matt Kopec · 12 years ago
  18. f1c01a8 Add braces to crashed test summary (needed for buildbots to detect crashes) by Daniel Malea · 12 years ago
  19. e27cafb Remove extra whitespace by Daniel Malea · 12 years ago
  20. d76b889 Prepend "FAIL:" string to tests that crash so that buildbots pick them up. by Daniel Malea · 12 years ago
  21. 2b606ab Minor LLDB test improvements by Daniel Malea · 12 years ago
  22. b785a4c Fix enum_types test on Linux by Daniel Malea · 12 years ago
  23. e1dd3e5 Fix issue that causes linux buildbots to ignore errors by Daniel Malea · 12 years ago
  24. ab3d87a Fix running of LLDB tests with cmake+ninja+ccache by Daniel Malea · 12 years ago
  25. d962c7e Skipping TestConstVariables on Linux. by Andrew Kaylor · 12 years ago
  26. 0e8e6f2 Added tests to test for "settings set" with trailing whitespaces after the values. by Greg Clayton · 12 years ago
  27. d8d97f5 Fixed enum printing for negative enums. There previously was no testing to validate that enum values were being displayed correctly. by Greg Clayton · 12 years ago
  28. 48c6b33 Fixed test suite errors due to new clang -v output. by Greg Clayton · 12 years ago
  29. 8014368 Now that "settings set" will strip leading and trailing spaces, we need a way to be able to specify string values that contain spaces. So now settings setting <property> <value>" can have a <value> that is quoted: by Greg Clayton · 12 years ago
  30. 0856107 Fix Ninja LLDB build on Linux (via cmake -G Ninja) by Daniel Malea · 12 years ago
  31. 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 12 years ago
  32. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 12 years ago
  33. 4a1c7c6 Fix makefile and re-enable test disabled due to llvm.org/pr15256 by Daniel Malea · 12 years ago
  34. a5d313d Add a test case for static member variables by Daniel Malea · 12 years ago
  35. e1588aa Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 12 years ago
  36. 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 12 years ago
  37. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 12 years ago
  38. 5e4adbf Fix the getCompilerVersion() function to do the right thing with clang 5.0 which now says "LLVM version" instead of "clang version". by Greg Clayton · 12 years ago
  39. 02901dc Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive. by Greg Clayton · 12 years ago
  40. 3dd21ab Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 12 years ago
  41. 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 12 years ago
  42. 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 12 years ago
  43. 56e2c56 <rdar://problem/13289828> by Enrico Granata · 12 years ago
  44. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 12 years ago
  45. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 12 years ago
  46. 9d66551 Skip test that fails intermittently with Clang/GCC on Linux by Daniel Malea · 12 years ago
  47. 786e873 This should get clang/gcc decorators working by Enrico Granata · 12 years ago
  48. 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 12 years ago
  49. 596ba5e Remove no-op code (since r175842) by Dmitri Gribenko · 12 years ago
  50. 21416a1 <rdar://problem/12362092> by Enrico Granata · 12 years ago
  51. 2df4d9f Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots. by Daniel Malea · 12 years ago
  52. 45fa511 Fixing the watchpoint test case to reflect changes in error reporting by Enrico Granata · 12 years ago
  53. c29f0f3 Make the lldbtest tear down routine a little less error prone by Daniel Malea · 12 years ago
  54. ebb8444 Ignore the check for com.apple.main-thread - it is not critical for the test case's logic by Enrico Granata · 12 years ago
  55. dac0683 If the inferior program is compiled with libc++, you won't see libstdc++ by Enrico Granata · 12 years ago
  56. d9d3692 Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved. by Daniel Malea · 12 years ago
  57. f5c74cd Mark test as expected-to-fail with GCC because some versions emit DWARF that claims by Daniel Malea · 12 years ago
  58. d7470c2 Skip another two test cases on Linux that are affected by llvm.org/pr14637 by Daniel Malea · 12 years ago
  59. 004ccb3 Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case. by Daniel Malea · 12 years ago
  60. 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 12 years ago
  61. f2025c2 Add logging of which test cases are run (through dosep) to help diagnose any hangs/crashes in the buildbots. by Daniel Malea · 12 years ago
  62. 5d77077 Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GCC compiler bug. by Daniel Malea · 12 years ago
  63. e2cc60e Skip TestCompletion case that fails on linux (with gcc) because the input prompt is not displayed (llvm.org/pr14637) by Daniel Malea · 12 years ago
  64. a964b09 Fix TestPublicAPIHeaders test on Linux. by Matt Kopec · 12 years ago
  65. 2476557 Fix a bug that causes dotest.py to exit with a passing exit-code, even if some tests fail by Daniel Malea · 12 years ago
  66. 3e94733 Fix a problem with the const_variables test case (another lldb bug remains) by Daniel Malea · 12 years ago
  67. 75f260a Make the progress bar opt in (using the -P option.) by Jim Ingham · 12 years ago
  68. 3ad5647 A few more GCC specific test fixes as per logged PRs: by Daniel Malea · 12 years ago
  69. 78a3dd2 Fix Makefile bug preventing tests from running when building lldb with ccache by Daniel Malea · 12 years ago
  70. 8b5c29d Minor test runner improvemenst by Daniel Malea · 12 years ago
  71. 306f061 Update TestVBool Makefile to allow building test program with gcc by Daniel Malea · 12 years ago
  72. 970f5c5 Update Makefile to use build-compiler (CC) for LLDB testing by Daniel Malea · 12 years ago
  73. b437786 NSWindows should only be created after you have an NSApplication by Enrico Granata · 12 years ago
  74. fa3a670 <rdar://problem/12529957> by Enrico Granata · 12 years ago
  75. d3eb837 Include a small argparse compatibility layer for Python < 2.7 by Filipe Cabecinhas · 12 years ago
  76. ea68753 NSSet formatter is now C++ code by Enrico Granata · 12 years ago
  77. 361eb43 Improve test harness for the buildbots by Daniel Malea · 12 years ago
  78. 960a6ea More test case cleanup (Linux and Mac): by Daniel Malea · 12 years ago
  79. 5c5f01b Fix misuse of python subprocess module (caused "leaking" processes and garbling the terminal) by Daniel Malea · 12 years ago
  80. dcd2a56 Linux test case cleanup: by Daniel Malea · 12 years ago
  81. 7721589 Daniel Malea caught an issue where calling dotest.py with an invalid directory would cause the progressbar init code to raise an exception by Enrico Granata · 12 years ago
  82. bec0330 Fix TestSBData.py test case (tested fix Linux/Mac) by Daniel Malea · 12 years ago
  83. 4b01c36 Add a test for handling a function call that throws an exception, and make it work. by Jim Ingham · 12 years ago
  84. dae637a Fix broken testcase: ignore LLDB output that warns about more elements than can be displayed. by Daniel Malea · 12 years ago
  85. d605bac Marking two tests expected-to-fail on Linux by Daniel Malea · 12 years ago
  86. 23c29a1 Skip another two other tests asserting on Linux in RecordLayoutBuilder::updateExternalFieldOffset(). by Matt Kopec · 12 years ago
  87. d7d328f Skip test that causes lldb to assert due to inferior getting a SIGSEGV with si_code == SI_KERNEL (PR-15258) by Daniel Malea · 12 years ago
  88. d288003 Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOffset() by Daniel Malea · 12 years ago
  89. 405ecbf Disable TestConditionalBreak.py due to Linux crash by Daniel Malea · 12 years ago
  90. c4392dc Forgot to add the testsuite for the changes I checked in on Friday. by Jim Ingham · 12 years ago
  91. 89e248f Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 12 years ago
  92. a182573 The new progress bar mode was losing us information compared to the old dots mode in that we would have no way of knowing about test failures (short of peeking into the test result directory.. and you're not supposed to peek!) by Enrico Granata · 12 years ago
  93. bc0c5a6 <rdar://problem/13176279> by Enrico Granata · 12 years ago
  94. b85785c Unset the environment variables as soon as possible when running the test suite. Also don't store the unset list into a global when they aren't needed in a global variable. by Greg Clayton · 12 years ago
  95. 2777b01 Fix bug in test harness to allow running dotest.py without "--executable" flag on Linux by Daniel Malea · 12 years ago
  96. 240a2cc Fix to build tests with GCC: update makefiles in two watchpoint testcases by Daniel Malea · 12 years ago
  97. c0325a3 Fixed the TestSourceManager.py test case to not fail. It was using the "list" alias which has now been turned into a regex command that mimics the GDB equivalent. Changed "list" to "source list" to get around this problem. by Greg Clayton · 12 years ago
  98. e5ab513 Being explicit about which std c++ library these test cases need to use by Enrico Granata · 12 years ago
  99. 689696c <rdar://problem/12953018> by Enrico Granata · 12 years ago
  100. 2ddb2b8 <rdar://problem/13092722> by Greg Clayton · 12 years ago