1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 7cf00d1 Enable test log collection from remote debug servers (take 2) by Pavel Labath · 9 years ago
  3. 94eb010 Add "-gmodules" support to the test suite. by Todd Fiala · 9 years ago
  4. 8d4d151 Allow custom formatting of session log file names. by Zachary Turner · 9 years ago
  5. 4728cf7 surface build error content through test event system by Todd Fiala · 9 years ago
  6. 49d3c15 test infra: move test event-related handling into its own package by Todd Fiala · 9 years ago
  7. 121571b Retry deletion of temporary files to avoid race conditions on Windows. by Adrian McCarthy · 9 years ago
  8. 19fc1d4 [NFC] Cleanup the code used to run shell commands from tests by Tamas Berghammer · 9 years ago
  9. 3f081c8 Don't vary debug info for lldb-server tests by Pavel Labath · 9 years ago
  10. bbde908 Made self.expect() errors a little more readable in the testsuite. by Sean Callanan · 10 years ago
  11. 29d9bea Adjust for Python-3. by Siva Chandra · 10 years ago
  12. 9a1a294 Move the rest of the tests over to using the new decorator module. by Zachary Turner · 10 years ago
  13. 7a5382d Move some of the common decorators to decorators.py. by Zachary Turner · 10 years ago
  14. 62d3a65 Move some android platform functions to lldbplatformutil. by Zachary Turner · 10 years ago
  15. 5f496fb Remove skipUnlessListedRemote test decorator by Pavel Labath · 10 years ago
  16. c674660 Don't return a tuple from the skip test function. by Zachary Turner · 10 years ago
  17. d6609d7 Re-write many skip decorators to use shared code. by Zachary Turner · 10 years ago
  18. e8baa44 Fix compiler lookup when specified without path by Pavel Labath · 10 years ago
  19. e5a7990 Always write the session file in UTF-8. by Zachary Turner · 10 years ago
  20. 95b533f Revert "Resubmit r258759 with proper unicode handling." by Zachary Turner · 10 years ago
  21. 671e634 Resubmit r258759 with proper unicode handling. by Zachary Turner · 10 years ago
  22. e89a66b Fix some python 3 incompatibilities that went in overnight. by Zachary Turner · 10 years ago
  23. 7289e43 Refactor some of the xfail / skip decorators to share logic. by Zachary Turner · 10 years ago
  24. df5f0b4 [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS by Bhushan D. Attarde · 10 years ago
  25. dd54a3a Reverting r258759 as it is breaking the OSX build by Enrico Granata · 10 years ago
  26. 00b8728 Write the session log file in UTF-8. by Zachary Turner · 10 years ago
  27. 8012496 Decode files with UTF-8 in lldbutil.line_number. by Zachary Turner · 10 years ago
  28. 4b70eb7 Revert "Enable test log collection from remote debug servers" by Pavel Labath · 10 years ago
  29. e3e6be2 Enable test log collection from remote debug servers by Pavel Labath · 10 years ago
  30. bace94e Remove skipIfLinuxClang decorator by Pavel Labath · 10 years ago
  31. 4da7357 Guard against application of an XFAIL decorator on a class by Pavel Labath · 10 years ago
  32. aa1f270 Fix detection of teardown hooks that are already bound. by Adrian McCarthy · 10 years ago
  33. baa0749 Xfail some Arm-Linux specific failures by Omair Javaid · 10 years ago
  34. 773e86f Remove old flaky test rerun logic by Pavel Labath · 10 years ago
  35. 46155dd Allow test decorators to use lists (and not_in(list)) for arches by Adrian McCarthy · 10 years ago
  36. 25e241b [test] Add ability to expect timeouts by Pavel Labath · 10 years ago
  37. a386358 Make few adjustments after r255542. by Siva Chandra · 10 years ago
  38. 8a927c4 Remove the multiplier loop. by Zachary Turner · 10 years ago
  39. e1eb5e3 Make skipIf decorator support not_in() functor. by Zachary Turner · 10 years ago
  40. f098e4f Make debug info specification use categories system. by Zachary Turner · 10 years ago
  41. ffbf9e8 Make test categories composable by Pavel Labath · 10 years ago
  42. 742afdb Remove -S option from dotest.py. by Zachary Turner · 10 years ago
  43. 9187f27 Add test event marking a test as explicitly eligible for rerun if it is marked flakey. by Todd Fiala · 10 years ago
  44. f5d34b7 Add NetBSD support in the buildDriver and buildLibrary routines by Kamil Rytarowski · 10 years ago
  45. b08ab72 Remove -w option from dotest.py. by Zachary Turner · 10 years ago
  46. 7697203 Remove -k command line option from dotest.py. by Zachary Turner · 10 years ago
  47. 7ead0b9 XFAIL TestReturnValue for remote Windows->Android tests by Pavel Labath · 10 years ago
  48. d865c6b Remove the -c option from dotest.py. by Zachary Turner · 10 years ago
  49. 2155d5d Remove the -b option from dotest.py by Zachary Turner · 10 years ago
  50. aad25fb Remove +b option from dotest.py by Zachary Turner · 10 years ago
  51. ccd6cff Modify "platform connect" to connect to processes as well by Tamas Berghammer · 10 years ago
  52. 606e3a5 Get rid of global variables in dotest.py by Zachary Turner · 10 years ago
  53. 49f9fb8 Add initial NetBSD support in lldbsuite/test/lldbtest.py by Kamil Rytarowski · 10 years ago
  54. 0b655da Define new builder_netbsd by Kamil Rytarowski · 10 years ago
  55. 7dcad31 Revert "Make skipIf support the not_in function (second attempt)." by Siva Chandra · 10 years ago
  56. 4d5d1dd Make skipIf support the not_in function (second attempt). by Adrian McCarthy · 10 years ago
  57. d2e9012 Revert "Make skipIf support the not_in function." by Siva Chandra · 10 years ago
  58. 257da8e Make skipIf support the not_in function. by Adrian McCarthy · 10 years ago
  59. 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
  60. ca922bb Support unix-abstract-connect scheme as platform url in lldb testsuite by Ying Chen · 10 years ago
  61. 48ef8d4c Fix some issues with swig & string conversion. by Zachary Turner · 10 years ago
  62. ba10570 Python 3 - Skip a certain test for a particular (swig,python) combo. by Zachary Turner · 10 years ago
  63. 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
  64. abdb839 Add the ability to xfail or skip based on swig / python version. by Zachary Turner · 10 years ago
  65. 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
  66. 6d04894 Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll to reverse by Jim Ingham · 10 years ago
  67. 8d13fab Python 3 - Don't use unbuffered I/O in text mode. by Zachary Turner · 10 years ago
  68. 5cb8e67 Don't use module internal implementation details in our decorators. by Zachary Turner · 10 years ago
  69. c1b7cd7 Python 3 - Turn on absolute imports, and fix existing imports. by Zachary Turner · 10 years ago
  70. 5f92a13 Teach LLDB how to directly launch processes on the iOS simulator by Enrico Granata · 10 years ago
  71. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  72. 95c453a Tighten up sys.path, and use absolute imports everywhere. by Zachary Turner · 10 years ago
  73. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/lldbtest.py]
  74. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  75. e272b77 Deprecate -m/+m dotest options in favor of test categories by Pavel Labath · 10 years ago
  76. cd236b8 Python 3: Convert uses of `callable(x)` to `six.callable(x)`. by Zachary Turner · 10 years ago
  77. 1411668 Remove use of octal literals. by Zachary Turner · 10 years ago
  78. 22fd3b1 Fixed the test suite on MacOSX so that "test/api/multithreaded/TestMultithreaded.py" works without errors. by Greg Clayton · 10 years ago
  79. dc8b2d3 Port the python api decorator to use test categories by Pavel Labath · 10 years ago
  80. 606e1e3 Python3 - Wrap more statements in calls to list() by Zachary Turner · 10 years ago
  81. 35d017f Add from __future__ import print_function everywhere. by Zachary Turner · 10 years ago
  82. 1c4059a Python 3 porting - Wrap returns from map() in list() by Zachary Turner · 10 years ago
  83. 814236d Use six to portably handle module renames in Python 2 and 3 by Zachary Turner · 10 years ago
  84. 43a01e4 Use six to portably assign metaclasses in Python 2 and 3. by Zachary Turner · 10 years ago
  85. ff890da Convert print statements to print function calls. by Zachary Turner · 10 years ago
  86. 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
  87. f882f6f dotest.py: Remove useless AttributeError catches by Pavel Labath · 10 years ago
  88. 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
  89. 11db2d3 Fix race condition in the working directory cleanup code by Tamas Berghammer · 10 years ago
  90. f2addf8 Remove working directory from remote platform in the test suite by Tamas Berghammer · 10 years ago
  91. 4c0c7a7 Run tests with dwo symbol files by Tamas Berghammer · 10 years ago
  92. 02c08d0 Modify minimumg go version to 1.4.0 for tests. by Todd Fiala · 10 years ago
  93. 9f23680 Bungled my last change in a tweak. by Todd Fiala · 10 years ago
  94. be5dfc5 Address failing Go tests on go version from Ubuntu 14.04 by Todd Fiala · 10 years ago
  95. bd0998a Do not attempt to join the remote paths if none exist by Enrico Granata · 10 years ago
  96. c8fd130 Merge dwarf and dsym tests by Tamas Berghammer · 10 years ago
  97. d9dbae5 Add first tests for mini-dump debugging. by Adrian McCarthy · 10 years ago
  98. 57bee1e Add a TypeSystem for Go by Ryan Brown · 10 years ago
  99. 14181db Fix a thinko causing test logs for crashes to not get written. by Zachary Turner · 10 years ago
  100. cf6f92a XFAIL TestBuiltinTrap on android-arm (gcc bug) by Tamas Berghammer · 10 years ago