1. 960e5b0 Add text about test class cleanup. by Johnny Chen · 14 years ago
  2. 5492fc7 Comment out the debug statement for printing the SBBreakpoint object. by Johnny Chen · 14 years ago
  3. 5c3e598 The test should remove 'output.txt' if it exists before launching the inferior by Johnny Chen · 14 years ago
  4. 9656ab2 Add some more usage text. by Johnny Chen · 14 years ago
  5. 0601a29 Add test case for using SBBreakpointLocation to set break condition. by Johnny Chen · 14 years ago
  6. a04dc9a Fix misnamed test method names. by Johnny Chen · 14 years ago
  7. 1aabaac Mark these test methods to be eligible for running only under the 'darwin' platform. by Johnny Chen · 14 years ago
  8. 66d2c2d Rewording of output message. by Johnny Chen · 14 years ago
  9. 125fc2b Add an option '-s session-dir-name' to overwrite the default timestamp-named by Johnny Chen · 14 years ago
  10. fdde5f2 Get rid of the microsecond field in the timestamp directory name used to dump the by Johnny Chen · 14 years ago
  11. 6ad7e5e Add an example of option combination for running a single test method to the help text. by Johnny Chen · 14 years ago
  12. c958be4 Add more bug info. by Johnny Chen · 14 years ago
  13. 72bc92e Remove the two @expectedFailure decorators as the bug has been fixed on tot. by Johnny Chen · 14 years ago
  14. f6bdb19 Make the breakpoint condition test more robust with regard to checking the correct by Johnny Chen · 14 years ago
  15. 73a8710 Clean up the teardown logic to make it more robust and to record the additions and by Johnny Chen · 14 years ago
  16. a720ff4 Fix wrong test logic with regard to hit count and resolved status of disabled/enabled breakpoints. by Johnny Chen · 14 years ago
  17. 705737b Restoring the original setting should be done more robustly by adding a hook function by Johnny Chen · 14 years ago
  18. eb4f7a8 Add Python doc string for setTearDownCleanup() method. by Johnny Chen · 14 years ago
  19. 7654550 test_set_output_path() should restore the original setting of target.process.output-path by Johnny Chen · 14 years ago
  20. ee8e3ee Add more descriptive messages to expect() instead of using the default assert messages. by Johnny Chen · 14 years ago
  21. db9cbe9 Add a little helper function SETTING_MSG(setting) to be used from TestSettings.test_set_output_path(). by Johnny Chen · 14 years ago
  22. 0e4a2bd Remove the two @skip decorators now that we are not seeing the hang while running the test suite. by Johnny Chen · 14 years ago
  23. d296521 Change the environment variable name to be more descriptive from LLDB_TIME_WAIT to LLDB_TIME_WAIT_NEXT_LAUNCH. by Johnny Chen · 14 years ago
  24. 43eefce Modify the command passed to command interpreter from 'expr' (which is an alias of 'expression') by Johnny Chen · 14 years ago
  25. ce68146 Modify the test driver and lldbtest.TestBase so that the dumping of session info by Johnny Chen · 14 years ago
  26. 6bc0b6b Add an assert that 'output.txt' exists before opening it. by Johnny Chen · 14 years ago
  27. 8101504 Uncomment the @skip decorator to reproduce the hang while running the test suite. by Johnny Chen · 14 years ago
  28. d4e53a9 Remove out-dated comments. by Johnny Chen · 14 years ago
  29. ea12825 Add a case to test that after 'set auto-confirm true', manual confirmation should not kick in. by Johnny Chen · 14 years ago
  30. 59b8477 Also change the utility functions in lldbutil.py, too, to correspond to the StateType representation change. by Johnny Chen · 14 years ago
  31. 8a87d52 The StateType representation has been changed. Modify the test cases to accommodate. by Johnny Chen · 14 years ago
  32. 5486d07 Missed this spot where module.cleanup() can be passed a test instance to by Johnny Chen · 14 years ago
  33. 1b7d629 Some re-achitecturing of the plugins interface. The caller is now required to by Johnny Chen · 14 years ago
  34. 16a4fef Use line_number() utility function to find the number from main.c to test against by Johnny Chen · 14 years ago
  35. 895c2c5 Remove the @expectedFailure decorators, as rdar://problem/8542091 is supposed to be fixed. by Johnny Chen · 14 years ago
  36. ed5f04e Don't wrap StringIO inside a with statement. It is not a context manager. by Johnny Chen · 14 years ago
  37. 2078efa Make sure to close the string buffer when finished. by Johnny Chen · 14 years ago
  38. e33ea6b Remove the @skip("Skip due to deadlock?") decorators. Change the command to by Johnny Chen · 14 years ago
  39. 8ce3cfb Add two @expectedFailure decorators for: by Johnny Chen · 14 years ago
  40. 31cf8e2 Add a test case for exercising breakpoint conditions using the lldb command: by Johnny Chen · 14 years ago
  41. c55dace Add a const string for assert message. Remove extra printing of newlines from by Johnny Chen · 14 years ago
  42. 314a145 Add more comments. by Johnny Chen · 14 years ago
  43. 7c565c8 Be more specific about cases whenthe runCmd() check flag is False, meaning there by Johnny Chen · 14 years ago
  44. 595c9d7 Simply use the TestBase.markFailure() callback method to set the __failed__ flag. by Johnny Chen · 14 years ago
  45. 84a6d6f This is an initial version of test driver enhanceent to be able to dump the by Johnny Chen · 14 years ago
  46. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  47. 0910eb3 Make calling the super class's setUp() method less fragile. by Johnny Chen · 14 years ago
  48. 6b6f5ba Change the call within lldb.py to 'SBDebugger.Initialize()' from 'lldb.SBDebugger.Initialize()'. by Johnny Chen · 14 years ago
  49. 5b33af2 Add more comments and wait a little bit after resuming the inferior process before by Johnny Chen · 14 years ago
  50. d7a4eb0 Add an initial version of test that exercise the lldb commands: 'process signal' by Johnny Chen · 14 years ago
  51. 34f9922 Fix these comments and the commented out code about 'frame variable -t', too. by Johnny Chen · 14 years ago
  52. c401e37 Apply (query-replace "frame variable" "frame variable -t") and fix a comment about 'expr var', by Johnny Chen · 14 years ago
  53. 71f3bef Add a test case for the test/forward directory with @expectedFailure decorator by Johnny Chen · 14 years ago
  54. fb7c51c Fixed C++ class clang type creation and display by making sure we omit by Greg Clayton · 14 years ago
  55. 2014e80 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  56. 4b5bd22 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  57. dc3f4f6 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  58. 45ac7ac Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  59. d906f7f Update the comment with reagard to a bug filed against possible clang-generated by Johnny Chen · 14 years ago
  60. 5acb0e3 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  61. 7b54cf4 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  62. dffb7db Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  63. 1439142 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  64. 2016d3d Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  65. 7bafa91 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  66. 75be616 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  67. 83626d4 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  68. 4b6630e Fix an obvious cut-and-paste error. by Johnny Chen · 14 years ago
  69. 953864a Added the capability for the test driver to split the sys.stderr/sys.stdout into by Johnny Chen · 14 years ago
  70. f8c0af3 Forgor to also check in this change with r116337. by Johnny Chen · 14 years ago
  71. ee52fa2 Update the @expectedFailure decorator with additional bug info: by Johnny Chen · 14 years ago
  72. 018236c The 'regexp-break' command now prints out the command that results from by Johnny Chen · 14 years ago
  73. 7972335 Update comments. by Johnny Chen · 14 years ago
  74. 0659e34 Avoid using hardcoded line number to break on. Use the line_number() utility by Johnny Chen · 14 years ago
  75. 1490600 Add a utility function to lldbtest.py to return the line number of a matched string by Johnny Chen · 14 years ago
  76. 548aefd Added the capability for the test driver to relocate the tests and the intermediate by Johnny Chen · 14 years ago
  77. 46be75d Help text modification. by Johnny Chen · 14 years ago
  78. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 14 years ago
  79. 4d72c74 Simplify the generator adaptor to a Python function instead of a class definition, by Johnny Chen · 14 years ago
  80. 164bf88 Add a generator adaptor class named 'Iterator' which turns lldb aggregate data by Johnny Chen · 14 years ago
  81. 54d099e Update do_conditional_break() method impl to use all lldb Python APIs. by Johnny Chen · 14 years ago
  82. 584f9da Wrap the rest of file reading operations inside a with block and convert a assertTrue() by Johnny Chen · 14 years ago
  83. 8a73f5e Convert two instances of assertTrue() and string matching usages to self.expect() by Johnny Chen · 14 years ago
  84. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  85. dee3047 Pass '-f' option to rm command so that it won't report an error if the file to by Johnny Chen · 14 years ago
  86. 160baed The expected term-width output string should be put within a list, not as a list of characters. by Johnny Chen · 14 years ago
  87. be683bc Move the enum to string utility functions from lldbtest.py to lldbuti.py and by Johnny Chen · 14 years ago
  88. b51d87d Add a test case which uses the SBProcess and SBThread APIs to iterate through by Johnny Chen · 14 years ago
  89. 30425e9 Add a keyword argument string_buffer (with a default value of False) to the by Johnny Chen · 14 years ago
  90. e479abb Minor cleanup with added comment. by Johnny Chen · 14 years ago
  91. 8e4f356 Clean up the StateType and StopReason enums now that they reside in the lldb module. by Johnny Chen · 14 years ago
  92. c890433 Updated expected match strings because the print representations of SBProcess, SBThread, SBBreakpoint, and SBFrame have changed. by Johnny Chen · 14 years ago
  93. f11f705 Use the updated process launch API. by Johnny Chen · 14 years ago
  94. ce2212c Fix logic error of the option processing loop. by Johnny Chen · 14 years ago
  95. e47649c o SBtarget.cpp/.h: by Johnny Chen · 14 years ago
  96. b62436b Enhance the test driver with a '-f filterspec' option to specify the by Johnny Chen · 14 years ago
  97. ea86392 Remove the @expectedFailure decorator since the SBTarget.LaunchProcess() race by Johnny Chen · 14 years ago
  98. 57c5709 Use the SBTarget process launch API for api testings. by Johnny Chen · 14 years ago
  99. 6e81fa3 Change the regular expression used to grok the data type associated the output of by Johnny Chen · 14 years ago
  100. 385c39b Change the expected term-width output string to be a substring instead of a startstring by Johnny Chen · 14 years ago