1. 1443644 Fix clang++ warning building the executable for testing. by Johnny Chen · 14 years ago
  2. 6a564a4 Refactored the test driver to abstract out the Python sys.path specification for by Johnny Chen · 14 years ago
  3. d9846b0 Added support for Xcode 4 build directories. by Greg Clayton · 14 years ago
  4. 30ef3ce Instead of self.runCmd(), do a stronger self.expect("process status") which also by Johnny Chen · 14 years ago
  5. b4ed280 Fix another typo. by Johnny Chen · 14 years ago
  6. a1a6157 Fix a typo. by Johnny Chen · 14 years ago
  7. 7872f75 Add TestConstStrings.py under foundation dir for testing expression parser on objective-c strings by Johnny Chen · 14 years ago
  8. 0ece526 Fixes for two bugs: by Sean Callanan · 14 years ago
  9. f29a08f Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. by Greg Clayton · 14 years ago
  10. c113489 Add new radar info for failed test. by Johnny Chen · 14 years ago
  11. f20b8d9 Make the assertion message about 32-bit process address byte size more clear. by Johnny Chen · 14 years ago
  12. 41950cc Change "breakpoint list" command to default to brief output rather than full output. by Caroline Tice · 14 years ago
  13. 02fc32c Add test_apropos_should_also_search_settings_description() to make sure that: by Johnny Chen · 14 years ago
  14. 4b1850a Modify test scripts to accomodate SBTarget.Launch() API change. by Johnny Chen · 14 years ago
  15. 7acdcec Add teardown hook to clear image-search-paths after the test. by Johnny Chen · 14 years ago
  16. c4bd46b Parametrize make variable CC to also test with clang. by Johnny Chen · 14 years ago
  17. b294104 Parametrize make variable CC to also test with clang. by Johnny Chen · 14 years ago
  18. 4d66135 Add a test case test_image_search_paths() to test lldb's ability to do image search paths by Johnny Chen · 14 years ago
  19. 057f706 Fix breakpoint id test to work with clang as well as gcc; added a few by Caroline Tice · 14 years ago
  20. 270ac39 Fix test function breakpoint_command_script_parameters()'s expect-pattern so that by Johnny Chen · 14 years ago
  21. df8e048 Add TestVirtual.py to go with test/cpp/virtual/main.cpp file, which tests by Johnny Chen · 14 years ago
  22. 98053bc Added a virtual C++ test case that catches some interesting cases by Greg Clayton · 14 years ago
  23. 2c162cf Test warning for pending breakpoints. by Caroline Tice · 14 years ago
  24. 49d5d12 Add test for breakpoint id ranges. by Caroline Tice · 14 years ago
  25. 2e89e63 Add test for help on aliased commands. by Caroline Tice · 14 years ago
  26. 52dae3d Add a few more settings tests. by Caroline Tice · 14 years ago
  27. d536233 Added comment. by Johnny Chen · 14 years ago
  28. 50bc638 Add a "-D" option to the test driver which dumps the Python sys.path variable by Johnny Chen · 14 years ago
  29. 989bc04 Use different log files for the two test cases in order not to confuse the logging subsystem. by Johnny Chen · 14 years ago
  30. 6662f7c Add a test case to verify that the frame and breakpoint location by Caroline Tice · 14 years ago
  31. c8448dc Add a test case to check logging of command processing. by Caroline Tice · 14 years ago
  32. 3f5e90a Add "import sys" for sys.stdout. by Johnny Chen · 14 years ago
  33. 1ae2c36 The restoring of sys.stdout should happen right after: by Johnny Chen · 14 years ago
  34. 30e4093 Hardened the test_command_source() test case by actually capturing the output by Johnny Chen · 14 years ago
  35. b48dfa3 Add comment. by Caroline Tice · 14 years ago
  36. 47d3df1 Remove comments I accidentally left in before. by Caroline Tice · 14 years ago
  37. ebf1ece Add tests for 'process launch' I/O flags. by Caroline Tice · 14 years ago
  38. df0d76b Minor comment change. by Johnny Chen · 14 years ago
  39. c6d591b Some cleanup to plugins/darwin.py after the recent additions of '-A arch' and '-C compiler' by Johnny Chen · 14 years ago
  40. 012cba1 Add "-A arch_spec" and "-C compiler_spec" options to the test driver. Example: by Johnny Chen · 14 years ago
  41. 4b179b6 Remove the expectedFailure decorator for the fixed bug: by Johnny Chen · 14 years ago
  42. 95a581c Fix wrong order of "import lldbutil" statement and its usage in the failure case. by Johnny Chen · 14 years ago
  43. 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 14 years ago
  44. d6228a9 Add test cases for the scenario of selecting a frame index while stopped, and by Johnny Chen · 14 years ago
  45. c4e7477 Remove the expectedFailure decorators. The bug: by Johnny Chen · 14 years ago
  46. 27d098f Add the cmdline to invoke the Python profile reporting module. by Johnny Chen · 14 years ago
  47. 067022b Print out the command line used to invoke the test suite so I don't get confused by Johnny Chen · 14 years ago
  48. 24af296 Fix a typo in the comment. by Johnny Chen · 14 years ago
  49. 0de6ab5 Added special logic to faciliate profiling the test suite run with the cProfile.py by Johnny Chen · 14 years ago
  50. dcb3722 The test suite was unnecessarily doing a time.sleep() after performing the by Johnny Chen · 14 years ago
  51. 6465fa7 Decorated two new expected failures: by Johnny Chen · 14 years ago
  52. 03ff435 Terminate the current process being debugged. by Johnny Chen · 14 years ago
  53. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  54. 0a185ac Converted to use Makefile.rules. by Johnny Chen · 14 years ago
  55. b3bd463 Add makefile debugging rule for printing out the value of a variable. by Johnny Chen · 14 years ago
  56. 6c455d1 Added comments. by Johnny Chen · 14 years ago
  57. 022d829 Make CC defaults to gcc. The cxx_compiler and cxx_linker functions rely on substituting "g++" by Johnny Chen · 14 years ago
  58. 1ec27e8 Add an expression command: by Johnny Chen · 14 years ago
  59. 217dca5 The cxx_compiler function should not blindly return clang++ as the C++ compiler if $(CC) contains "clang". by Johnny Chen · 14 years ago
  60. 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 14 years ago
  61. 5fc81f3 Fix wrong test case in main.c. Oops! by Johnny Chen · 14 years ago
  62. 80ef64d Blacklisted testclass STLTestCase for a known crasher <rdar://problem/8837118>. by Johnny Chen · 14 years ago
  63. da4b987 Added a recursive loop stress test for the unwinder. Not a real world test by Greg Clayton · 14 years ago
  64. 43ca9c1 Modify disassemble_call_stack_python() to not rely on the "disassemble -n function_name" by Johnny Chen · 14 years ago
  65. 108550d Print out a more meaningful exception message when/if CFBundleVersion matching failed. by Johnny Chen · 14 years ago
  66. 26fd389 Modify test_help_version() test case to be more precise in matching the version by Johnny Chen · 14 years ago
  67. c87fd49 Properly indent the short description of the test case to make it align with the by Johnny Chen · 14 years ago
  68. 810042e Enhance the test framework to be able to emit a counter value in verbose mode by Johnny Chen · 14 years ago
  69. 3ad0186 Fix typo of the test method name. by Johnny Chen · 14 years ago
  70. 0633400 Updated comment. by Johnny Chen · 14 years ago
  71. f2a3b41 Uncomment the two failed 'expression' commands regarding fully qualified namespace variables. by Johnny Chen · 14 years ago
  72. 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 14 years ago
  73. 0ace30f Add a test case for the SBFrame APIs. In particular, it uses the frame API to by Johnny Chen · 14 years ago
  74. ba1c82d No need to pass an empty string as an arg or as an env string to the SBTarget.LaunchProcess() API. by Johnny Chen · 14 years ago
  75. 17ac79b Simplify the breakpoint command function. Instead of fetching the command interpreter by Johnny Chen · 14 years ago
  76. be9f0b9 Modify one assertion message. by Johnny Chen · 14 years ago
  77. ec8ebe9 Fix some typos in the docstrings and also update the test method names. by Johnny Chen · 14 years ago
  78. 69450cd Add test cases for registering a listener object with the broadcaster of a process by Johnny Chen · 14 years ago
  79. 0137f91 Rename the test methods to be more meaningful. by Johnny Chen · 14 years ago
  80. c132a18 Set the debugger to asynchronous mode before using the Python API call to kill by Johnny Chen · 14 years ago
  81. add437a Fix typo. by Johnny Chen · 14 years ago
  82. ca4c724 Added python_api/event/TestEvents.py to get the listener object associated with the by Johnny Chen · 14 years ago
  83. 7add599 Change the test case test_set_prompt() to no longer require quotes around lldb2 in: by Johnny Chen · 14 years ago
  84. 2a99b2a Fix wrong test logic -- should pass "-s address" option to "image dump symtab" by Johnny Chen · 14 years ago
  85. e404746 Use SBModule.GetDescription(SBStream) API to get the module description to match by Johnny Chen · 14 years ago
  86. 6c884d2 Update the comment section of blacklist.py with the command line to reproduce the crash. by Johnny Chen · 14 years ago
  87. 002e869 Add python_api/symbol-context to test getting the symbol context while stopped by Johnny Chen · 14 years ago
  88. cf660db Fix one of the golden output of "frame variable -t *self" to be: by Johnny Chen · 14 years ago
  89. b3e7181 Fix typos in SBBreakpoint::GetThreadIndex()/GetThreadName(), and test sequences by Johnny Chen · 14 years ago
  90. fd570ba Added a test for finding the correct values for ivars when a property causes the ivar offsets by Jim Ingham · 14 years ago
  91. ba23f58 Add an entry for test case BasicExprCommandsTestCase.test_evaluate_expression_python, by Johnny Chen · 14 years ago
  92. d36f590 by Caroline Tice · 14 years ago
  93. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  94. 3cdf729 Modify the test case to run under ['gcc', 'llvm-gcc', 'clang'] x ['x86_64', 'i386'] by Johnny Chen · 14 years ago
  95. 387fe61 Add test cases to make sure the Command Interpreter is handling by Caroline Tice · 14 years ago
  96. 1decbac Rearrange some statements so that the adding of teardown hook follows immediately by Johnny Chen · 14 years ago
  97. a50971f Make the TestSettings.py test cases use different output filenames: by Johnny Chen · 14 years ago
  98. ec88274 Execute the test case teardown hooks in a LIFO (last in, first out) order. by Johnny Chen · 14 years ago
  99. b201736 Added a test case LoadUnloadTestCase.test_dyld_library_path to test launching a process by Johnny Chen · 14 years ago
  100. a8e2ea7 Modify test cases to accomodate Python API change: by Johnny Chen · 14 years ago