1. 6de25ec dotest.py: remove the ability to specify different architectures/compilers in a single invocation by Pavel Labath · 9 years ago
  2. 4438bf7 test: shorten test trace file names by Pavel Labath · 9 years ago
  3. 8493e6a [LLDB][MIPS] Fix TestMiExec and TestMiData failures by Nitesh Jain · 9 years ago
  4. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  5. b6f8337 [Test Suite] Properly quote python string by Chris Bieneman · 9 years ago
  6. 4b8dbcb [Test Suite] Attempt to fix issue zturner reported to me by Chris Bieneman · 9 years ago
  7. f8ac2da [Test Suite] Pull generateSource into lldbtest by Chris Bieneman · 9 years ago
  8. bd6d699 [Test Suite] Properly respect --framework option by Chris Bieneman · 9 years ago
  9. 614dc15 Revert "[Test Suite] Pull generateSource into lldbtest" by Chris Bieneman · 9 years ago
  10. f817bae [Test Suite] Pull generateSource into lldbtest by Chris Bieneman · 9 years ago
  11. 7ba5581 [Test Suite] Allow overriding codesign identity by Chris Bieneman · 9 years ago
  12. 9666ba7 add stop column highlighting support by Todd Fiala · 9 years ago
  13. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  14. 7cf00d1 Enable test log collection from remote debug servers (take 2) by Pavel Labath · 9 years ago
  15. 94eb010 Add "-gmodules" support to the test suite. by Todd Fiala · 9 years ago
  16. 8d4d151 Allow custom formatting of session log file names. by Zachary Turner · 9 years ago
  17. 4728cf7 surface build error content through test event system by Todd Fiala · 9 years ago
  18. 49d3c15 test infra: move test event-related handling into its own package by Todd Fiala · 10 years ago
  19. 121571b Retry deletion of temporary files to avoid race conditions on Windows. by Adrian McCarthy · 10 years ago
  20. 19fc1d4 [NFC] Cleanup the code used to run shell commands from tests by Tamas Berghammer · 10 years ago
  21. 3f081c8 Don't vary debug info for lldb-server tests by Pavel Labath · 10 years ago
  22. bbde908 Made self.expect() errors a little more readable in the testsuite. by Sean Callanan · 10 years ago
  23. 29d9bea Adjust for Python-3. by Siva Chandra · 10 years ago
  24. 9a1a294 Move the rest of the tests over to using the new decorator module. by Zachary Turner · 10 years ago
  25. 7a5382d Move some of the common decorators to decorators.py. by Zachary Turner · 10 years ago
  26. 62d3a65 Move some android platform functions to lldbplatformutil. by Zachary Turner · 10 years ago
  27. 5f496fb Remove skipUnlessListedRemote test decorator by Pavel Labath · 10 years ago
  28. c674660 Don't return a tuple from the skip test function. by Zachary Turner · 10 years ago
  29. d6609d7 Re-write many skip decorators to use shared code. by Zachary Turner · 10 years ago
  30. e8baa44 Fix compiler lookup when specified without path by Pavel Labath · 10 years ago
  31. e5a7990 Always write the session file in UTF-8. by Zachary Turner · 10 years ago
  32. 95b533f Revert "Resubmit r258759 with proper unicode handling." by Zachary Turner · 10 years ago
  33. 671e634 Resubmit r258759 with proper unicode handling. by Zachary Turner · 10 years ago
  34. e89a66b Fix some python 3 incompatibilities that went in overnight. by Zachary Turner · 10 years ago
  35. 7289e43 Refactor some of the xfail / skip decorators to share logic. by Zachary Turner · 10 years ago
  36. df5f0b4 [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS by Bhushan D. Attarde · 10 years ago
  37. dd54a3a Reverting r258759 as it is breaking the OSX build by Enrico Granata · 10 years ago
  38. 00b8728 Write the session log file in UTF-8. by Zachary Turner · 10 years ago
  39. 8012496 Decode files with UTF-8 in lldbutil.line_number. by Zachary Turner · 10 years ago
  40. 4b70eb7 Revert "Enable test log collection from remote debug servers" by Pavel Labath · 10 years ago
  41. e3e6be2 Enable test log collection from remote debug servers by Pavel Labath · 10 years ago
  42. bace94e Remove skipIfLinuxClang decorator by Pavel Labath · 10 years ago
  43. 4da7357 Guard against application of an XFAIL decorator on a class by Pavel Labath · 10 years ago
  44. aa1f270 Fix detection of teardown hooks that are already bound. by Adrian McCarthy · 10 years ago
  45. baa0749 Xfail some Arm-Linux specific failures by Omair Javaid · 10 years ago
  46. 773e86f Remove old flaky test rerun logic by Pavel Labath · 10 years ago
  47. 46155dd Allow test decorators to use lists (and not_in(list)) for arches by Adrian McCarthy · 10 years ago
  48. 25e241b [test] Add ability to expect timeouts by Pavel Labath · 10 years ago
  49. a386358 Make few adjustments after r255542. by Siva Chandra · 10 years ago
  50. 8a927c4 Remove the multiplier loop. by Zachary Turner · 10 years ago
  51. e1eb5e3 Make skipIf decorator support not_in() functor. by Zachary Turner · 10 years ago
  52. f098e4f Make debug info specification use categories system. by Zachary Turner · 10 years ago
  53. ffbf9e8 Make test categories composable by Pavel Labath · 10 years ago
  54. 742afdb Remove -S option from dotest.py. by Zachary Turner · 10 years ago
  55. 9187f27 Add test event marking a test as explicitly eligible for rerun if it is marked flakey. by Todd Fiala · 10 years ago
  56. f5d34b7 Add NetBSD support in the buildDriver and buildLibrary routines by Kamil Rytarowski · 10 years ago
  57. b08ab72 Remove -w option from dotest.py. by Zachary Turner · 10 years ago
  58. 7697203 Remove -k command line option from dotest.py. by Zachary Turner · 10 years ago
  59. 7ead0b9 XFAIL TestReturnValue for remote Windows->Android tests by Pavel Labath · 10 years ago
  60. d865c6b Remove the -c option from dotest.py. by Zachary Turner · 10 years ago
  61. 2155d5d Remove the -b option from dotest.py by Zachary Turner · 10 years ago
  62. aad25fb Remove +b option from dotest.py by Zachary Turner · 10 years ago
  63. ccd6cff Modify "platform connect" to connect to processes as well by Tamas Berghammer · 10 years ago
  64. 606e3a5 Get rid of global variables in dotest.py by Zachary Turner · 10 years ago
  65. 49f9fb8 Add initial NetBSD support in lldbsuite/test/lldbtest.py by Kamil Rytarowski · 10 years ago
  66. 0b655da Define new builder_netbsd by Kamil Rytarowski · 10 years ago
  67. 7dcad31 Revert "Make skipIf support the not_in function (second attempt)." by Siva Chandra · 10 years ago
  68. 4d5d1dd Make skipIf support the not_in function (second attempt). by Adrian McCarthy · 10 years ago
  69. d2e9012 Revert "Make skipIf support the not_in function." by Siva Chandra · 10 years ago
  70. 257da8e Make skipIf support the not_in function. by Adrian McCarthy · 10 years ago
  71. 55d99f0 Cleanup work required to get the ASAN tests to run in the new test suite infrastructure; the tests are now xfailed on Darwin pending investigation by Enrico Granata · 10 years ago
  72. ca922bb Support unix-abstract-connect scheme as platform url in lldb testsuite by Ying Chen · 10 years ago
  73. 48ef8d4c Fix some issues with swig & string conversion. by Zachary Turner · 10 years ago
  74. ba10570 Python 3 - Skip a certain test for a particular (swig,python) combo. by Zachary Turner · 10 years ago
  75. 0c35282 Re-Apply "Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll ..." with fix by Ying Chen · 10 years ago
  76. abdb839 Add the ability to xfail or skip based on swig / python version. by Zachary Turner · 10 years ago
  77. 311cc7d Revert "Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll to reverse" by Pavel Labath · 10 years ago
  78. 6d04894 Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll to reverse by Jim Ingham · 10 years ago
  79. 8d13fab Python 3 - Don't use unbuffered I/O in text mode. by Zachary Turner · 10 years ago
  80. 5cb8e67 Don't use module internal implementation details in our decorators. by Zachary Turner · 10 years ago
  81. c1b7cd7 Python 3 - Turn on absolute imports, and fix existing imports. by Zachary Turner · 10 years ago
  82. 5f92a13 Teach LLDB how to directly launch processes on the iOS simulator by Enrico Granata · 10 years ago
  83. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  84. 95c453a Tighten up sys.path, and use absolute imports everywhere. by Zachary Turner · 10 years ago
  85. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/lldbtest.py]
  86. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  87. e272b77 Deprecate -m/+m dotest options in favor of test categories by Pavel Labath · 10 years ago
  88. cd236b8 Python 3: Convert uses of `callable(x)` to `six.callable(x)`. by Zachary Turner · 10 years ago
  89. 1411668 Remove use of octal literals. by Zachary Turner · 10 years ago
  90. 22fd3b1 Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithreaded.py" works without errors. by Greg Clayton · 10 years ago
  91. dc8b2d3 Port the python api decorator to use test categories by Pavel Labath · 10 years ago
  92. 606e1e3 Python3 - Wrap more statements in calls to list() by Zachary Turner · 10 years ago
  93. 35d017f Add from __future__ import print_function everywhere. by Zachary Turner · 10 years ago
  94. 1c4059a Python 3 porting - Wrap returns from map() in list() by Zachary Turner · 10 years ago
  95. 814236d Use six to portably handle module renames in Python 2 and 3 by Zachary Turner · 10 years ago
  96. 43a01e4 Use six to portably assign metaclasses in Python 2 and 3. by Zachary Turner · 10 years ago
  97. ff890da Convert print statements to print function calls. by Zachary Turner · 10 years ago
  98. 6ecdbc8 Factor the execution of the test method into a separate function to ensure that any exceptions that are thrown go out of scope and no longer hold references to SB objects that need to be freed before teardown. by Adrian McCarthy · 10 years ago
  99. f882f6f dotest.py: Remove useless AttributeError catches by Pavel Labath · 10 years ago
  100. edea237 Fix a test that should only be run with a dSYM file by adding @skipIfDwarf and using a new @skipIfDWO. by Greg Clayton · 10 years ago