1. b7d46e3 Fix xpasses on the gcc buildbots using compiler versions to qualify the xfail. by Ashok Thirumurthi · 11 years ago
  2. 5a7a232 Adds a test case for bugzilla #15671 patterned after TestInferiorCrashing.py. by Ashok Thirumurthi · 11 years ago
  3. 6bc4dcd Clean up linux test decorators and add links to known bugs by Daniel Malea · 11 years ago
  4. 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
  5. 156d8e0 Skip C++ API/Multithreaded tests that are unsupported with Clang/libstdc++ by Daniel Malea · 11 years ago
  6. 3d4d51c Add watchpoint support for Linux on 64-bit host. by Matt Kopec · 11 years ago
  7. 15802aa Fix typo in C++11 flag for the GCC 4.6 code path: missing '-' by Daniel Malea · 11 years ago
  8. 9c57067 Fix check_public_api_headers test on mac os x, and refactor some logic into lldbtest.py by Daniel Malea · 11 years ago
  9. 57d4ab2 Add icc support to the test suite by Matt Kopec · 12 years ago
  10. 48c6b33 Fixed test suite errors due to new clang -v output. by Greg Clayton · 12 years ago
  11. 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 · 12 years ago
  12. 54fcf68 Cleanup TestUniqueTypes.py and add getCompilerVersion() to test harness by Daniel Malea · 12 years ago
  13. 786e873 This should get clang/gcc decorators working by Enrico Granata · 12 years ago
  14. 4d82e97 Fixing issues in previous checkin - still figuring out how to make expectedFailureClang take the bugnumber by Enrico Granata · 12 years ago
  15. 21416a1 <rdar://problem/12362092> by Enrico Granata · 12 years ago
  16. c29f0f3 Make the lldbtest tear down routine a little less error prone by Daniel Malea · 12 years ago
  17. 8b5c29d Minor test runner improvemenst by Daniel Malea · 12 years ago
  18. 5c5f01b Fix misuse of python subprocess module (caused "leaking" processes and garbling the terminal) by Daniel Malea · 12 years ago
  19. 5eebe94 Disable confirmation prompts for testing by Daniel Malea · 12 years ago
  20. cd630e7 Mark test cases affected by PR 15036 (GCC-generated DWARF causes parser crash) by Daniel Malea · 12 years ago
  21. 7bf78a0 The skipOnLinux decorator wasn't calling the test method correctly (no need to pass in the "self") resulting by Jim Ingham · 12 years ago
  22. e5aa0d4 Fix for TestSharedLib.py (on Linux) by Daniel Malea · 12 years ago
  23. 40c9d75 Update test status on Linux by Daniel Malea · 12 years ago
  24. fb6a8bb And one more logging message goes away by Enrico Granata · 12 years ago
  25. 03bc3fd Reverting unwanted changes to the test suite by Enrico Granata · 12 years ago
  26. 671dd55 Reverting the changes to Scalar since this class needs to follow C rules for type promotion by Enrico Granata · 12 years ago
  27. b2c1a41 Patch from Ashok Thirumurthi that enabled FPU registers for POSIX x86_64. by Greg Clayton · 12 years ago
  28. 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
  29. 251729e <rdar://problem/12523238> Commit 3 of 3 by Enrico Granata · 12 years ago
  30. 01458ca <rdar://problem/12500212> Test case for the new plugin feature by Enrico Granata · 12 years ago
  31. 783ac95 If a full path to a compiler is provided on the by Sean Callanan · 12 years ago
  32. 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
  33. ac3a8e2 Initial commit of a new testsuite feature: test categories. by Enrico Granata · 12 years ago
  34. 894eab4 Silence the "Command ... failed!" message when not running in trace mode. by Johnny Chen · 12 years ago
  35. dee13ce Continue the cleanup started on r158737 by Filipe Cabecinhas · 12 years ago
  36. 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
  37. fb3c775 The session file name should be tagged with (architecture, compiler) in addition by Johnny Chen · 12 years ago
  38. ac97a6b Add the capability of supplying the pre/post-flight functions to the test suite such that by Johnny Chen · 12 years ago
  39. a3ed7d8 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 13 years ago
  40. e1219bf Fix a bug in getRunOptions() where there was no space between the arch spec and the compiler spec. by Johnny Chen · 13 years ago
  41. dbe2c82 Add a test case to go with <rdar://problem/11052829> and svn check-in r152809. by Johnny Chen · 13 years ago
  42. 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 · 13 years ago
  43. 7be5d35 Add safe guard for when the 'expect' program cannot be located and skip the test. by Johnny Chen · 13 years ago
  44. 2ef5eae Add test cases for APIs to get template arguments from an SBType. by Johnny Chen · 13 years ago
  45. cbf1591 lldb should warn when dSYM does not match the binary. by Johnny Chen · 13 years ago
  46. fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 13 years ago
  47. 869e296 Decorate the two test cases in TestReturnValue.py as i386 only expectedFailure, aka @expectedFailurei386. by Johnny Chen · 13 years ago
  48. dfa0cdb Let's also record the compiler version used for compiling the inferior into the session info by Johnny Chen · 13 years ago
  49. 028d8eb Add an option '-S' to skip the build and cleanup while running the test. by Johnny Chen · 13 years ago
  50. 22ca65d Docstring clarification. by Johnny Chen · 13 years ago
  51. 30b30cb Also dump the pid of the process launching through the lldbtest.system(*popenargs, **kwargs) API. by Johnny Chen · 13 years ago
  52. 644ad08 Modify lldbtest.Base.runHooks() to now take the following keyword arguments: by Johnny Chen · 13 years ago
  53. 5f3c567 Extract the run hooks functionality into the base class lldbtest.Base. by Johnny Chen · 13 years ago
  54. 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
  55. 90c56e6 o lldbtest.py: by Johnny Chen · 13 years ago
  56. 58c66e2 Add a simple watchpoint test to exercise watchpoint creation followed by watchpoint hit events. by Johnny Chen · 13 years ago
  57. 6033bed Add a new attribute self.lldbHere, representing the fullpath to the 'lldb' executable by Johnny Chen · 13 years ago
  58. b7058c5 Pretty print the run options for dumpSessionInfo(self) client. by Johnny Chen · 13 years ago
  59. 7c9136b Minor change for the @expectedFailureClang logic. For the non-clang test failure, re-raise by Johnny Chen · 13 years ago
  60. 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
  61. 770683d Add comment about recent change. by Johnny Chen · 13 years ago
  62. 8339f98 Fix the test suite error of: by Johnny Chen · 13 years ago
  63. cd1df5a Forgot to initialize the self.__skipped__ attribute lldbtest.Base. by Johnny Chen · 13 years ago
  64. f5b8909 Test driver should also report skipped tests because there were cases when tests were skipped by Johnny Chen · 13 years ago
  65. 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
  66. 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
  67. d7e04d9 o modify-python-lldb.py: by Johnny Chen · 13 years ago
  68. 113388f Add the real benchmarks comparing lldb against gdb for repeated expression evaluations. by Johnny Chen · 13 years ago
  69. 71cb797 Add an abstract base class called BenchBase to be inherited by benchmark tests. by Johnny Chen · 13 years ago
  70. cbe5126 More refactorings to migrate logic from TestBase to its parent class. by Johnny Chen · 13 years ago
  71. 366fb8c Start refactoring lldbtest.TestBase so that it inherits from a newly created lldbtest.Base class, by Johnny Chen · 13 years ago
  72. 82ccf40 Add a @benchmarks_test decorator for test method we want to categorize as benchmarks test. by Johnny Chen · 13 years ago
  73. 5503d46 Add TestValueAPI.py to exercise the newly added/modified SBValue APIs: by Johnny Chen · 13 years ago
  74. 57cd6dd Update the test scenario for find_global_variables() to now start the inferior process by Johnny Chen · 13 years ago
  75. c0dbdc0 Add TestPrintObj.py to go with lang/objc/print-objc, which: by Johnny Chen · 13 years ago
  76. b7e27f4 o lldbtest.py: by Johnny Chen · 13 years ago
  77. 9a9fcf6 For now, insert some delays between succesive test cases in the test/types directory by Johnny Chen · 13 years ago
  78. 39bd536 Add a builder module for Linux (plus some refactoring) by Peter Collingbourne · 13 years ago
  79. ef6f476 Simplify the base test class. Remove keyword argument setCookie from TestBase.runCmd() and by Johnny Chen · 13 years ago
  80. 409646d Add an API to SBDebugger class: by Johnny Chen · 13 years ago
  81. 5fd8612 Removed unneeded method breakAfterLaunch() from the TestBase class to simplify our base class. by Johnny Chen · 13 years ago
  82. 35ec4f1 Remove extra whitespace. by Johnny Chen · 13 years ago
  83. d8c1dd3 Fix out-dated module docstring for lldbtest.py. Also wrap some lldb attribute references by Johnny Chen · 13 years ago
  84. 006b595 Move some comments to the docstrings. by Johnny Chen · 13 years ago
  85. 7c8d0d4 Fix some comments. by Johnny Chen · 13 years ago
  86. b877031 Add comment headers describing some method groups of our TestBase class. by Johnny Chen · 13 years ago
  87. 960ce12 Convert these two modules to use the compact truth value testing as well. by Johnny Chen · 13 years ago
  88. ac91027 Add an API test script file for SBCommandInterpreter. by Johnny Chen · 13 years ago
  89. ab2f066 For a test with unexpected success status, we also dump its session info into a unique file. by Johnny Chen · 13 years ago
  90. d4a094e Comment. by Johnny Chen · 13 years ago
  91. dedf087 Add comment for self.child_in_script_interpreter. by Johnny Chen · 13 years ago
  92. 058a24d Use standard lldb enum -- lldb.eStopReasonBreakpoint. by Johnny Chen · 13 years ago
  93. 3a4622e Add a test script for verifying that the convenience variables: by Johnny Chen · 13 years ago
  94. c4ca1b3 Use a more gentle way of shutting down the child process spawned during the test execution using pexpect. by Johnny Chen · 13 years ago
  95. 22ae967 A more robust pexpect-based test case for testing against the firing of stop hooks. by Johnny Chen · 13 years ago
  96. 47342d5 Change the rest of lldbutil.py's function names to all lower case formats to be consistent. by Johnny Chen · 13 years ago
  97. 281aed3 Add a HideStdout() method to our TestBase class and call it from TestAbbreviations.py by Johnny Chen · 13 years ago
  98. c391239 Modify docstring. by Johnny Chen · 13 years ago
  99. ab6378a Add a TraceOn(self) method to the base test class, which returns True if we are by Johnny Chen · 13 years ago
  100. 44dc9d3 Add a test script for exercising the "taregt create", "target list", and "target select" commands. by Johnny Chen · 13 years ago