1. 76fb323 Checking that the wrong syntax does not give a correct summary after clearing the error messages here by Enrico Granata · 11 years ago
  2. d373fe0 Fix the buildbot so a LLDB test doesn't fail looking for "<invalid usage of pointer value as object>". by Greg Clayton · 11 years ago
  3. 5cc975b These test cases fail on the buildbot - skip on Linux for now, will figure out why by Enrico Granata · 11 years ago
  4. 55f595f Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces. by Matt Kopec · 11 years ago
  5. 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
  6. bc8cdff Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints. by Matt Kopec · 11 years ago
  7. 9ae0efc Make the conditional break test case a little more robust. by Jim Ingham · 11 years ago
  8. 711a5b1 Fix Makefile.rules where no icc is installed and -C gcc is used. by Matt Kopec · 11 years ago
  9. 57d4ab2 Add icc support to the test suite by Matt Kopec · 11 years ago
  10. f1c01a8 Add braces to crashed test summary (needed for buildbots to detect crashes) by Daniel Malea · 11 years ago
  11. e27cafb Remove extra whitespace by Daniel Malea · 11 years ago
  12. d76b889 Prepend "FAIL:" string to tests that crash so that buildbots pick them up. by Daniel Malea · 11 years ago
  13. 2b606ab Minor LLDB test improvements by Daniel Malea · 11 years ago
  14. b785a4c Fix enum_types test on Linux by Daniel Malea · 11 years ago
  15. e1dd3e5 Fix issue that causes linux buildbots to ignore errors by Daniel Malea · 11 years ago
  16. ab3d87a Fix running of LLDB tests with cmake+ninja+ccache by Daniel Malea · 11 years ago
  17. d962c7e Skipping TestConstVariables on Linux. by Andrew Kaylor · 11 years ago
  18. 0e8e6f2 Added tests to test for "settings set" with trailing whitespaces after the values. by Greg Clayton · 11 years ago
  19. 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
  20. 48c6b33 Fixed test suite errors due to new clang -v output. by Greg Clayton · 11 years ago
  21. 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 · 11 years ago
  22. 0856107 Fix Ninja LLDB build on Linux (via cmake -G Ninja) by Daniel Malea · 11 years ago
  23. 9e0f5be Add support on POSIX to determine if an inferior has changed while debugging it. by Matt Kopec · 11 years ago
  24. dbd73cf Un-skipping tests affected by llvm.org/pr15256 by Daniel Malea · 11 years ago
  25. 4a1c7c6 Fix makefile and re-enable test disabled due to llvm.org/pr15256 by Daniel Malea · 11 years ago
  26. a5d313d Add a test case for static member variables by Daniel Malea · 11 years ago
  27. e1588aa Update TestCallStdStringFunction to expected fail for gcc and account for multiple breakpoint locations. by Matt Kopec · 11 years ago
  28. 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 11 years ago
  29. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 11 years ago
  30. 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 · 11 years ago
  31. 02901dc Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive. by Greg Clayton · 11 years ago
  32. 3dd21ab Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 11 years ago
  33. 4f9103f Add GNU indirect function support in expressions for Linux. by Matt Kopec · 11 years ago
  34. 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 11 years ago
  35. 56e2c56 <rdar://problem/13289828> by Enrico Granata · 11 years ago
  36. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 11 years ago
  37. 60139f3 Fix the .categories, it had "dataformatter" not "dataformatters". by Jim Ingham · 11 years ago
  38. 9d66551 Skip test that fails intermittently with Clang/GCC on Linux by Daniel Malea · 11 years ago
  39. 786e873 This should get clang/gcc decorators working by Enrico Granata · 12 years ago
  40. 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 12 years ago
  41. 596ba5e Remove no-op code (since r175842) by Dmitri Gribenko · 12 years ago
  42. 21416a1 <rdar://problem/12362092> by Enrico Granata · 12 years ago
  43. 2df4d9f Mark last known Linux failure as XFAIL to see if there's any other problems with buildbots. by Daniel Malea · 12 years ago
  44. 45fa511 Fixing the watchpoint test case to reflect changes in error reporting by Enrico Granata · 12 years ago
  45. c29f0f3 Make the lldbtest tear down routine a little less error prone by Daniel Malea · 12 years ago
  46. 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
  47. dac0683 If the inferior program is compiled with libc++, you won't see libstdc++ by Enrico Granata · 12 years ago
  48. d9d3692 Fix TestPublicAPIHeaders test on machines that have [DY]LD_LIBRARY_PATH that must be preserved. by Daniel Malea · 12 years ago
  49. f5c74cd Mark test as expected-to-fail with GCC because some versions emit DWARF that claims by Daniel Malea · 12 years ago
  50. d7470c2 Skip another two test cases on Linux that are affected by llvm.org/pr14637 by Daniel Malea · 12 years ago
  51. 004ccb3 Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case. by Daniel Malea · 12 years ago
  52. 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 12 years ago
  53. 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
  54. 5d77077 Fix invalid TestBitfields case (thanks Filipe!), and xfail one case due to GCC compiler bug. by Daniel Malea · 12 years ago
  55. 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
  56. a964b09 Fix TestPublicAPIHeaders test on Linux. by Matt Kopec · 12 years ago
  57. 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
  58. 3e94733 Fix a problem with the const_variables test case (another lldb bug remains) by Daniel Malea · 12 years ago
  59. 75f260a Make the progress bar opt in (using the -P option.) by Jim Ingham · 12 years ago
  60. 3ad5647 A few more GCC specific test fixes as per logged PRs: by Daniel Malea · 12 years ago
  61. 78a3dd2 Fix Makefile bug preventing tests from running when building lldb with ccache by Daniel Malea · 12 years ago
  62. 8b5c29d Minor test runner improvemenst by Daniel Malea · 12 years ago
  63. 306f061 Update TestVBool Makefile to allow building test program with gcc by Daniel Malea · 12 years ago
  64. 970f5c5 Update Makefile to use build-compiler (CC) for LLDB testing by Daniel Malea · 12 years ago
  65. b437786 NSWindows should only be created after you have an NSApplication by Enrico Granata · 12 years ago
  66. fa3a670 <rdar://problem/12529957> by Enrico Granata · 12 years ago
  67. d3eb837 Include a small argparse compatibility layer for Python < 2.7 by Filipe Cabecinhas · 12 years ago
  68. ea68753 NSSet formatter is now C++ code by Enrico Granata · 12 years ago
  69. 361eb43 Improve test harness for the buildbots by Daniel Malea · 12 years ago
  70. 960a6ea More test case cleanup (Linux and Mac): by Daniel Malea · 12 years ago
  71. 5c5f01b Fix misuse of python subprocess module (caused "leaking" processes and garbling the terminal) by Daniel Malea · 12 years ago
  72. dcd2a56 Linux test case cleanup: by Daniel Malea · 12 years ago
  73. 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
  74. bec0330 Fix TestSBData.py test case (tested fix Linux/Mac) by Daniel Malea · 12 years ago
  75. 4b01c36 Add a test for handling a function call that throws an exception, and make it work. by Jim Ingham · 12 years ago
  76. dae637a Fix broken testcase: ignore LLDB output that warns about more elements than can be displayed. by Daniel Malea · 12 years ago
  77. d605bac Marking two tests expected-to-fail on Linux by Daniel Malea · 12 years ago
  78. 23c29a1 Skip another two other tests asserting on Linux in RecordLayoutBuilder::updateExternalFieldOffset(). by Matt Kopec · 12 years ago
  79. 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
  80. d288003 Skip tests that assert on Linux in RecordLayoutBuilder::updateExternalFieldOffset() by Daniel Malea · 12 years ago
  81. 405ecbf Disable TestConditionalBreak.py due to Linux crash by Daniel Malea · 12 years ago
  82. c4392dc Forgot to add the testsuite for the changes I checked in on Friday. by Jim Ingham · 12 years ago
  83. 89e248f Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 12 years ago
  84. 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
  85. bc0c5a6 <rdar://problem/13176279> by Enrico Granata · 12 years ago
  86. 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
  87. 2777b01 Fix bug in test harness to allow running dotest.py without "--executable" flag on Linux by Daniel Malea · 12 years ago
  88. 240a2cc Fix to build tests with GCC: update makefiles in two watchpoint testcases by Daniel Malea · 12 years ago
  89. 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
  90. e5ab513 Being explicit about which std c++ library these test cases need to use by Enrico Granata · 12 years ago
  91. 689696c <rdar://problem/12953018> by Enrico Granata · 12 years ago
  92. 2ddb2b8 <rdar://problem/13092722> by Greg Clayton · 12 years ago
  93. dbf2fb0 Modified the expression parser's class wrapper to by Sean Callanan · 12 years ago
  94. 4ad0490 <rdar://problem/12890171> by Enrico Granata · 12 years ago
  95. f509c5e <rdar://problem/12978143> by Enrico Granata · 12 years ago
  96. 5eebe94 Disable confirmation prompts for testing by Daniel Malea · 12 years ago
  97. 550a7e9 Remove hardcoded -arch from lang/cpp testcase makefiles by Daniel Malea · 12 years ago
  98. bca74e5 Fix indenting typo in TestSTL.py by Daniel Malea · 12 years ago
  99. 87a5c11 Update test scripts and Makefiles to allow testing with GCC: by Daniel Malea · 12 years ago
  100. cd630e7 Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash) by Daniel Malea · 12 years ago