1. 3154aa2 [TestBase.runCmd] Better error message when runCmd fails. by Siva Chandra · 10 years ago
  2. 13c7ad9 Replace sys.platform skips in tests with @skip decorators which check against remote platform. by Robert Flack · 11 years ago
  3. c694751 Correctly set the working directory when launching processes for both local and remote targets. by Greg Clayton · 12 years ago
  4. 4570d3e Massive test suite cleanup to stop everyone from manually having to compute "mydir" inside each test case. by Greg Clayton · 12 years ago
  5. 76d8abd Re-enable some locally passing tests on Linux and see how they behave on the buildbots. by Matt Kopec · 12 years ago
  6. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  7. e8bdd1f Clean up linux test decorators and add links to known bugs by Daniel Malea · 12 years ago
  8. f48e20e Make the conditional break test case a little more robust. by Jim Ingham · 13 years ago
  9. 52d0f40 Disable TestConditionalBreak.py due to Linux crash by Daniel Malea · 13 years ago
  10. f1548d4 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 14 years ago
  11. 6949f38 Do not print debug messages if self.TraceON() is False. by Johnny Chen · 14 years ago
  12. 0faa43f Do a better job of detecting when a breakpoint command has set the target running again (except you have to ignore by Jim Ingham · 14 years ago
  13. fe42ac4 Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 14 years ago
  14. 1d3e880 Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path by Johnny Chen · 14 years ago
  15. 2027e2a Move more top level test dirs to reside under functionalities dir. by Johnny Chen · 14 years ago[Renamed (98%) from lldb/test/conditional_break/TestConditionalBreak.py]
  16. 5a0bee7 The extra burden for the Python API test case to assign its process object to self.process by Johnny Chen · 14 years ago
  17. 4ebd019 Now that we have added a post-processing step for adding truth value testing to by Johnny Chen · 14 years ago
  18. d0fef81 For lldbutil.py, Change a bunch of function names to all lower case formats to be consistent. by Johnny Chen · 15 years ago
  19. 7260f62 Centralized a lot of the status information for processes, by Greg Clayton · 15 years ago
  20. d762ff1 Modify test scripts to accomodate SBTarget.Launch() API change. by Johnny Chen · 15 years ago
  21. 6f907e6 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 15 years ago
  22. 94f928b Modify test cases to accomodate Python API change: by Johnny Chen · 15 years ago
  23. a47d7cb Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 15 years ago
  24. 025d1b8 For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 15 years ago
  25. fb53d50 Fix an incorrect comment in main.c and TestConditionalBreak.py. by Johnny Chen · 15 years ago
  26. 79e007d Add comment on test class failing for clang as well as llvm-gcc. by Johnny Chen · 15 years ago
  27. 0c724ef The StateType representation has been changed. Modify the test cases to accommodate. by Johnny Chen · 15 years ago
  28. ad5f98a Use line_number() utility function to find the number from main.c to test against by Johnny Chen · 15 years ago
  29. bfde8dc Update do_conditional_break() method impl to use all lldb Python APIs. by Johnny Chen · 15 years ago
  30. 28f5dd8 Minor cleanup with added comment. by Johnny Chen · 15 years ago
  31. 90312a8 Wrapped the subclass-specific cleanup call within a try:except: clause. by Johnny Chen · 15 years ago
  32. 9aae728 Updated the expected matching string after the recent flurry of check ins. by Johnny Chen · 15 years ago
  33. 94de55d Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 15 years ago
  34. 30ee4ef Added a lldbutil.py module, which contains utility functions which can be used by Johnny Chen · 15 years ago
  35. e027b57 Minor tweak to add expected matching strings. by Johnny Chen · 15 years ago
  36. 06d73a0 Added a test case which exercises some thread and frame APIs to break only when by Johnny Chen · 15 years ago