1. e0d9e75 Centralizing Intel compiler detection logic in lldbtest.py to avoid duplication in the future. by Daniel Malea · 11 years ago
  2. 042b14c Allow building test suite with non-default libc++ by Daniel Malea · 11 years ago
  3. 9b27646 Use -Wl to specify -rpath correctly. by Stefanus Du Toit · 11 years ago
  4. 7b30525 tests: Build test code on FreeBSD the same way as on Linux by Ed Maste · 11 years ago
  5. dcddd0c Fix test execution on FreeBSD versions other than 9.x by Ed Maste · 11 years ago
  6. 4e6d297 Add expectedFailureFreeBSD test wrapper by Ed Maste · 11 years ago
  7. 7847c11 Update exception to match decorator name by Ed Maste · 11 years ago
  8. ff5c6d9 Add TestConcurrentEvents test for LLDB's handling of inferior threads by Daniel Malea · 11 years ago
  9. aedf8e0 Skip tests that hang on FreeBSD by Ed Maste · 11 years ago
  10. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  11. beeeeb5 Don't set stdin to devnull for forked processes by Andrew Kaylor · 11 years ago
  12. 0c52164 Reworked the routine that qualifies the tool-chain for expected failures to handle sub-strings. by Ashok Thirumurthi · 11 years ago
  13. adbaa44 Add test cases for attaching to a process after fork by Daniel Malea · 11 years ago
  14. 3bd2ebd Adding support for stopping all threads of multithreaded inferiors on Linux. Also adding multithreaded test cases. by Andrew Kaylor · 11 years ago
  15. b7d46e3 Fix xpasses on the gcc buildbots using compiler versions to qualify the xfail. by Ashok Thirumurthi · 11 years ago
  16. 5a7a232 Adds a test case for bugzilla #15671 patterned after TestInferiorCrashing.py. by Ashok Thirumurthi · 11 years ago
  17. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  18. ec84224 Need to add the LLDB.framework directory to the rpath for the driver programs or they won't run. by Jim Ingham · 11 years ago
  19. 156d8e0 Skip C++ API/Multithreaded tests that are unsupported with Clang/libstdc++ by Daniel Malea · 11 years ago
  20. 3d4d51c Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 11 years ago
  21. 15802aa Fix typo in C++11 flag for the GCC 4.6 code path: missing '-' by Daniel Malea · 11 years ago
  22. 9c57067 Fix check_public_api_headers test on mac os x, and refactor some logic into lldbtest.py by Daniel Malea · 11 years ago
  23. 57d4ab2 Add icc support to the test suite by Matt Kopec · 11 years ago
  24. 48c6b33 Fixed test suite errors due to new clang -v output. by Greg Clayton · 11 years ago
  25. 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
  26. 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 11 years ago
  27. 786e873 This should get clang/gcc decorators working by Enrico Granata · 11 years ago
  28. 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 11 years ago
  29. 21416a1 <rdar://problem/12362092> by Enrico Granata · 11 years ago
  30. c29f0f3 Make the lldbtest tear down routine a little less error prone by Daniel Malea · 11 years ago
  31. 8b5c29d Minor test runner improvemenst by Daniel Malea · 11 years ago
  32. 5c5f01b Fix misuse of python subprocess module (caused "leaking" processes and garbling the terminal) by Daniel Malea · 11 years ago
  33. 5eebe94 Disable confirmation prompts for testing by Daniel Malea · 11 years ago
  34. cd630e7 Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash) by Daniel Malea · 11 years ago
  35. 7bf78a0 The skipOnLinux decorator wasn't calling the test method correctly (no need to pass in the "self") resulting by Jim Ingham · 11 years ago
  36. e5aa0d4 Fix for TestSharedLib.py (on Linux) by Daniel Malea · 11 years ago
  37. 40c9d75 Update test status on Linux by Daniel Malea · 11 years ago
  38. fb6a8bb And one more logging message goes away by Enrico Granata · 12 years ago
  39. 03bc3fd Reverting unwanted changes to the test suite by Enrico Granata · 12 years ago
  40. 671dd55 Reverting the changes to Scalar since this class needs to follow C rules for type promotion by Enrico Granata · 12 years ago
  41. b2c1a41 Patch from Ashok Thirumurthi that enabled FPU registers for POSIX x86_64. by Greg Clayton · 12 years ago
  42. 0fd6c8d <rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right thing when dealing with a 32-bit negative value by Enrico Granata · 12 years ago
  43. 251729e <rdar://problem/12523238> Commit 3 of 3 by Enrico Granata · 12 years ago
  44. 01458ca <rdar://problem/12500212> Test case for the new plugin feature by Enrico Granata · 12 years ago
  45. 783ac95 If a full path to a compiler is provided on the by Sean Callanan · 12 years ago
  46. 431d839 Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly by Jim Ingham · 12 years ago
  47. ac3a8e2 Initial commit of a new testsuite feature: test categories. by Enrico Granata · 12 years ago
  48. 894eab4 Silence the "Command ... failed!" message when not running in trace mode. by Johnny Chen · 12 years ago
  49. dee13ce Continue the cleanup started on r158737 by Filipe Cabecinhas · 12 years ago
  50. e39170b Update the comments for lldbtest module. The test driver is the only way to run the test suite. by Johnny Chen · 12 years ago
  51. fb3c775 The session file name should be tagged with (architecture, compiler) in addition by Johnny Chen · 12 years ago
  52. ac97a6b Add the capability of supplying the pre/post-flight functions to the test suite such that by Johnny Chen · 12 years ago
  53. a3ed7d8 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 12 years ago
  54. e1219bf Fix a bug in getRunOptions() where there was no space between the arch spec and the compiler spec. by Johnny Chen · 12 years ago
  55. dbe2c82 Add a test case to go with <rdar://problem/11052829> and svn check-in r152809. by Johnny Chen · 12 years ago
  56. f0ff42a During the test case tearDown(), give it one final blow to make sure the child process spawned by pexpect is terminated. by Johnny Chen · 12 years ago
  57. 7be5d35 Add safe guard for when the 'expect' program cannot be located and skip the test. by Johnny Chen · 12 years ago
  58. 2ef5eae Add test cases for APIs to get template arguments from an SBType. by Johnny Chen · 12 years ago
  59. cbf1591 lldb should warn when dSYM does not match the binary. by Johnny Chen · 12 years ago
  60. fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 12 years ago
  61. 869e296 Decorate the two test cases in TestReturnValue.py as i386 only expectedFailure, aka @expectedFailurei386. by Johnny Chen · 12 years ago
  62. dfa0cdb Let's also record the compiler version used for compiling the inferior into the session info by Johnny Chen · 12 years ago
  63. 028d8eb Add an option '-S' to skip the build and cleanup while running the test. by Johnny Chen · 13 years ago
  64. 22ca65d Docstring clarification. by Johnny Chen · 13 years ago
  65. 30b30cb Also dump the pid of the process launching through the lldbtest.system(*popenargs, **kwargs) API. by Johnny Chen · 13 years ago
  66. 644ad08 Modify lldbtest.Base.runHooks() to now take the following keyword arguments: by Johnny Chen · 13 years ago
  67. 5f3c567 Extract the run hooks functionality into the base class lldbtest.Base. by Johnny Chen · 13 years ago
  68. 7d7f447 If we spawn an lldb process for test (via pexpect), do not load the init file unless told otherwise. by Johnny Chen · 13 years ago
  69. 90c56e6 o lldbtest.py: by Johnny Chen · 13 years ago
  70. 58c66e2 Add a simple watchpoint test to exercise watchpoint creation followed by watchpoint hit events. by Johnny Chen · 13 years ago
  71. 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
  72. b7058c5 Pretty print the run options for dumpSessionInfo(self) client. by Johnny Chen · 13 years ago
  73. 7c9136b Minor change for the @expectedFailureClang logic. For the non-clang test failure, re-raise by Johnny Chen · 13 years ago
  74. 65040cb Add a decorator for marking clang only expectedFailure. Use it for the test_step_over_3_times_with_dsym/dwarf() by Johnny Chen · 13 years ago
  75. 770683d Add comment about recent change. by Johnny Chen · 13 years ago
  76. 8339f98 Fix the test suite error of: by Johnny Chen · 13 years ago
  77. cd1df5a Forgot to initialize the self.__skipped__ attribute lldbtest.Base. by Johnny Chen · 13 years ago
  78. f5b8909 Test driver should also report skipped tests because there were cases when tests were skipped by Johnny Chen · 13 years ago
  79. 7f9985a Add TestInferiorChanged.py to test that lldb reloads the inferior after it was changed during the debug session. by Johnny Chen · 13 years ago
  80. 6fd55f1 When a benchmarks test fails, the re-run command should include the '+b' option instead of the '-t' option. by Johnny Chen · 13 years ago
  81. d7e04d9 o modify-python-lldb.py: by Johnny Chen · 13 years ago
  82. 113388f Add the real benchmarks comparing lldb against gdb for repeated expression evaluations. by Johnny Chen · 13 years ago
  83. 71cb797 Add an abstract base class called BenchBase to be inherited by benchmark tests. by Johnny Chen · 13 years ago
  84. cbe5126 More refactorings to migrate logic from TestBase to its parent class. by Johnny Chen · 13 years ago
  85. 366fb8c Start refactoring lldbtest.TestBase so that it inherits from a newly created lldbtest.Base class, by Johnny Chen · 13 years ago
  86. 82ccf40 Add a @benchmarks_test decorator for test method we want to categorize as benchmarks test. by Johnny Chen · 13 years ago
  87. 5503d46 Add TestValueAPI.py to exercise the newly added/modified SBValue APIs: by Johnny Chen · 13 years ago
  88. 57cd6dd Update the test scenario for find_global_variables() to now start the inferior process by Johnny Chen · 13 years ago
  89. c0dbdc0 Add TestPrintObj.py to go with lang/objc/print-objc, which: by Johnny Chen · 13 years ago
  90. b7e27f4 o lldbtest.py: by Johnny Chen · 13 years ago
  91. 9a9fcf6 For now, insert some delays between succesive test cases in the test/types directory by Johnny Chen · 13 years ago
  92. 39bd536 Add a builder module for Linux (plus some refactoring) by Peter Collingbourne · 13 years ago
  93. ef6f476 Simplify the base test class. Remove keyword argument setCookie from TestBase.runCmd() and by Johnny Chen · 13 years ago
  94. 409646d Add an API to SBDebugger class: by Johnny Chen · 13 years ago
  95. 5fd8612 Removed unneeded method breakAfterLaunch() from the TestBase class to simplify our base class. by Johnny Chen · 13 years ago
  96. 35ec4f1 Remove extra whitespace. by Johnny Chen · 13 years ago
  97. d8c1dd3 Fix out-dated module docstring for lldbtest.py. Also wrap some lldb attribute references by Johnny Chen · 13 years ago
  98. 006b595 Move some comments to the docstrings. by Johnny Chen · 13 years ago
  99. 7c8d0d4 Fix some comments. by Johnny Chen · 13 years ago
  100. b877031 Add comment headers describing some method groups of our TestBase class. by Johnny Chen · 13 years ago