1. c3e49ca Set an extra debug flag when testing with ICC so that it generates the correct debug info for inlined tests. by Matt Kopec · 11 years ago
  2. 1475fc7 Assorted test suite fixes as a result of GCC 4.8 validation efforts by Daniel Malea · 11 years ago
  3. 6bd7f0d tests: Mark expected FreeBSD failures due to pr16699 by Ed Maste · 11 years ago
  4. 3bf526a tests: Mark expected FreeBSD failures due to pr16706 by Ed Maste · 11 years ago
  5. 4edd4b4 tests: Mark expected FreeBSD failures due to pr16696 by Ed Maste · 11 years ago
  6. 8be3659 test_iter_registers is expected to fail on FreeBSD by Ed Maste · 11 years ago
  7. 8c3391b <rdar://problem/14194128> by Enrico Granata · 11 years ago
  8. 4f2353a Disabling another watchpoint test with intermittent failure. by Matt Kopec · 11 years ago
  9. 17044a3 Disabling watchpoint test with intermittent failure. by Andrew Kaylor · 11 years ago
  10. 4d16278 Removing expected fail from another test that is now passing. by Andrew Kaylor · 11 years ago
  11. 4a3914d Removing expected failures for watchpoint tests which are now passing. by Andrew Kaylor · 11 years ago
  12. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  13. ab23045 Re-enable tests disabled due to llvm.org/pr14541 by Daniel Malea · 11 years ago
  14. 3d4d51c Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 11 years ago
  15. d82c89e skip randomly failing test to avoid buildbot noise by Daniel Malea · 11 years ago
  16. dd03f0a Avoid hang in attach-by-name test case by Daniel Malea · 11 years ago
  17. 55f595f Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces. by Matt Kopec · 11 years ago
  18. 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
  19. bc8cdff Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints. by Matt Kopec · 11 years ago
  20. 8b5c29d Minor test runner improvemenst by Daniel Malea · 11 years ago
  21. 5c5f01b Fix misuse of python subprocess module (caused "leaking" processes and garbling the terminal) by Daniel Malea · 11 years ago
  22. dcd2a56 Linux test case cleanup: by Daniel Malea · 11 years ago
  23. bec0330 Fix TestSBData.py test case (tested fix Linux/Mac) by Daniel Malea · 11 years ago
  24. 87a5c11 Update test scripts and Makefiles to allow testing with GCC: by Daniel Malea · 11 years ago
  25. 0f9930b Marking test cases with @expectedFailureLinux as per recently opened bugs by Daniel Malea · 11 years ago
  26. 282c22c This patch removes the SymbolFileSymtab support by Sean Callanan · 11 years ago
  27. 3a4e785 Test suite cleanup for Linux: mark test cases expected to fail due to open bugzillas by Daniel Malea · 11 years ago
  28. 1d140f0 Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (due to lack of multi-threaded debugging support). by Andrew Kaylor · 11 years ago
  29. 3f4f8d3 Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi-threaded debugging support). by Andrew Kaylor · 11 years ago
  30. 1ff1f2e Remove decorator to skip event tests - hang resolved in r168503 by Daniel Malea · 11 years ago
  31. 40c9d75 Update test status on Linux by Daniel Malea · 11 years ago
  32. 7d5e406 Temporarily skip tests known to hang on Linux by Daniel Malea · 12 years ago
  33. 0dd2fc7 Patch from Dan Malea daniel.malea@gmail.com to add some required by Jason Molenda · 12 years ago
  34. 6319042 Fixing the test case for rdar://12481949 to do the right thing with our new rules for sign-extension in GetValueAsUnsigned() by Enrico Granata · 12 years ago
  35. 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
  36. 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
  37. ac3a8e2 Initial commit of a new testsuite feature: test categories. by Enrico Granata · 12 years ago
  38. 43898d7 Added SBDebugger's log callbacks to Python-land by Filipe Cabecinhas · 12 years ago
  39. ee188ee Added a test for the Python part of SBInputReader callbacks. by Filipe Cabecinhas · 12 years ago
  40. 55ea73d Added a typemap and wrappers for SBInputReader callbacks by Filipe Cabecinhas · 12 years ago
  41. 16742a6 Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) running the test suite. by Johnny Chen · 12 years ago
  42. f590be8 A baton isn't needed to dispatch input. by Filipe Cabecinhas · 12 years ago
  43. 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
  44. 57b74dd Clean renamed files on 'make clean' by Filipe Cabecinhas · 12 years ago
  45. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 12 years ago
  46. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  47. d67dc54 Fixing the test case so that it runs correctly on i386 as well as on x86_64 by Enrico Granata · 12 years ago
  48. 21b1984 Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 12 years ago
  49. a894fe7 Added a new Host class: ReadWriteLock by Greg Clayton · 12 years ago
  50. dba1de8 Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. by Enrico Granata · 12 years ago
  51. 1dbf2a8 Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. by Johnny Chen · 12 years ago
  52. c8dc8db Add test case associated with: by Johnny Chen · 12 years ago
  53. 0164b75 rdar://problem/10976649 by Johnny Chen · 12 years ago
  54. de3b25b added a new formatter for CF(Mutable)BitVector by Enrico Granata · 12 years ago
  55. d760907c Adding formatters for several useful Objective-C/Cocoa data types. The new categories are not enabled at startup, but can be manually activated if desired. by Enrico Granata · 12 years ago
  56. 046ef69 adding a new test case for the SB formatters API by Enrico Granata · 12 years ago
  57. 8adc2dd Print out the frame only if self.TraceOn() is True. by Johnny Chen · 12 years ago
  58. 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 12 years ago
  59. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 12 years ago
  60. 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 12 years ago
  61. ad635c8 Dump the raw bytes and the disassembled instruction before calling self.assertTrue() instead of after, by Johnny Chen · 12 years ago
  62. b46346b Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name. by Johnny Chen · 12 years ago
  63. 5034a14 Modify the test cases so that each uses a unique executable name for the debugger to attach/launch. by Johnny Chen · 12 years ago
  64. 7c20b0a rdar://problem/10492827 by Johnny Chen · 12 years ago
  65. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 12 years ago
  66. 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 12 years ago
  67. a4b43ab rdar://problem/10216227 by Johnny Chen · 12 years ago
  68. 15bb3cf Fix wrong test method name. by Johnny Chen · 12 years ago
  69. 9fd2e38 Work in progress for: by Johnny Chen · 12 years ago
  70. 5a4bbce Work in progress for: by Johnny Chen · 12 years ago
  71. 8eb4f1e Add fuzz call to SBStringList.AppendString(None). LLDB should not crash. by Johnny Chen · 12 years ago
  72. 3424871 Add test_frame_api_boundary_condition() test case to exercise a bunch of boundary condition inputs. by Johnny Chen · 12 years ago
  73. 287e28b Add a test sequence which passes None to lldb.SBFileSpec(). LLDB should not crash. by Johnny Chen · 12 years ago
  74. 5feb642 Tes passing None to SetErrorString() and SetErrorStringWithFormat(). by Johnny Chen · 12 years ago
  75. b6ca2e1 Work in progress for: by Johnny Chen · 12 years ago
  76. c8918e5 Add a fuzz call for SBCommunication: obj.connect(None). by Johnny Chen · 12 years ago
  77. c82670a Work in progress for: by Johnny Chen · 12 years ago
  78. bab8cc9 Work in progress for: by Johnny Chen · 12 years ago
  79. 87b8c4c Work in progress for: by Johnny Chen · 12 years ago
  80. 65f4fb0 Fix Python docstring for SBThread.GetStopDescription(). by Johnny Chen · 12 years ago
  81. 9633cc6 Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMemory(), and ReadUnsignedFromMemory(). by Johnny Chen · 12 years ago
  82. 126fcc3 Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char_ptr as the address to read from. by Johnny Chen · 12 years ago
  83. 6f6dd0a Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and ReadUnsignedFromMemory(). by Johnny Chen · 12 years ago
  84. 607d2ed Add fuzz call for newly added method SBTarget.GetInstructions(). by Johnny Chen · 12 years ago
  85. 0841386 Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc of SBProcess.ReadCStringFromMemory(). by Johnny Chen · 12 years ago
  86. c2e97f3 Move disassemble-raw-data dir to reside under test/python_api where they belong. by Johnny Chen · 12 years ago
  87. 943485c http://llvm.org/bugs/show_bug.cgi?id=11579 by Johnny Chen · 12 years ago
  88. cd186e5 http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType crashes when passed None by Johnny Chen · 12 years ago
  89. 23038b6 SBProcess.PutSTDIN() needs to be properly typemapped when swigging, by Johnny Chen · 12 years ago
  90. ab881d8 While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the SBTarget.ResolveLoadAddress() to get its SBAddress, by Johnny Chen · 13 years ago
  91. f24f1cd Add test scenario for value.GetChildAtIndex(0) where value is a pointer to a simple type. by Johnny Chen · 13 years ago
  92. a54e439 File renaming. by Johnny Chen · 13 years ago
  93. 2189eef Add test cases for setting condition on a watchpoint for both command and API. by Johnny Chen · 13 years ago
  94. 41a55ef Add SBWatchpoint::GetError() API, which is not currently populated as yet. by Johnny Chen · 13 years ago
  95. d652268 Remove debug 'print watchpoint' statement. by Johnny Chen · 13 years ago
  96. 50e0534 Add a test case to exercise the newly added SB API: by Johnny Chen · 13 years ago
  97. 6442acf Fix wrong docstring with respect to API usage. by Johnny Chen · 13 years ago
  98. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
  99. 7c07873 Remove test logic to check for clang and skip the rest due to insufficient debug info. by Johnny Chen · 13 years ago
  100. e0510ea Add fuzz call for SBBreakpointLocation.GetAddress(). by Johnny Chen · 13 years ago