1. 0e99f56 Fix buildbot regression by rL339929: NameError: global name 'test_directory' is not defined by Jan Kratochvil · 7 years ago
  2. 33ed57e [dotest] Make --test-subdir work with --no-multiprocess by Vedant Kumar · 7 years ago
  3. 37a35d3 Two more dosep-paralellization fallout fixes by Pavel Labath · 8 years ago
  4. 42a1619 [dosep] Run tests in a more parallel fashion by Pavel Labath · 8 years ago
  5. 6de25ec dotest.py: remove the ability to specify different architectures/compilers in a single invocation by Pavel Labath · 9 years ago
  6. 8cc2bdd test infra: clear file-charged issues on rerun of file by Todd Fiala · 9 years ago
  7. 2cd84c9 added Linux support for test timeout sampling by Todd Fiala · 9 years ago
  8. 7252562 add hook for calling platform-dependent pre-kill action on a timed out test by Todd Fiala · 9 years ago
  9. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  10. d2a10e8 Print a warning if the directory passed to --test-subdir doesn't end up existing by Enrico Granata · 9 years ago
  11. 5ab9732 Revert "[test] Report error when inferior test processes exit with a non-zero code" by Pavel Labath · 9 years ago
  12. 52bd801 [test] Report error when inferior test processes exit with a non-zero code by Pavel Labath · 9 years ago
  13. 8d4d151 Allow custom formatting of session log file names. by Zachary Turner · 9 years ago
  14. 49d3c15 test infra: move test event-related handling into its own package by Todd Fiala · 9 years ago
  15. ca5793e test infra cleanup: convert test_runner lib into package by Todd Fiala · 9 years ago
  16. 430309f fix a race is the LLDB test suite results collection by Todd Fiala · 9 years ago
  17. 0036ac4 Fix dotest.py '-p' option for multi-process mode by Stephane Sezer · 9 years ago
  18. f8f8a6d fixed test suite crash when --platform-name doesn't start with 'remote-' by Todd Fiala · 10 years ago
  19. f82d71f Remove last XTIMEOUTs from android tests by Pavel Labath · 10 years ago
  20. a203b6e Remove some Windows->Android XTIMEOUTs by Pavel Labath · 10 years ago
  21. b5846ce Remove XTIMEOUT from TestMultithreaded on linux by Pavel Labath · 10 years ago
  22. b487215 Remove XTIMEOUT from TestEvents on linux by Pavel Labath · 10 years ago
  23. 5f4f496 Remove XTIMEOUT from TestRegisters on linux by Pavel Labath · 10 years ago
  24. 11d1431 Remove XTIMEOUT from TestThreadStepOut on linux by Pavel Labath · 10 years ago
  25. 90962eb Remove XTIMEOUT from TestHelloWorld on linux by Pavel Labath · 10 years ago
  26. 470ea72 Remove XTIMEOUT from TestExitDuringStep on linux by Pavel Labath · 10 years ago
  27. 88e1a7d Remove XTIMEOUT from TestCreateAfterAttach on linux by Pavel Labath · 10 years ago
  28. 0b92d6e Remove TestConnectRemote from XTIMEOUTs by Pavel Labath · 10 years ago
  29. 8fbad24 test infra: force rerun to use parallel runner by Todd Fiala · 10 years ago
  30. 25e241b [test] Add ability to expect timeouts by Pavel Labath · 10 years ago
  31. 6d3de12 test-infra: refactored new summary results into base ResultsFormatter class by Todd Fiala · 10 years ago
  32. 685a757 test infra: enable single-worker rerun phase for flakey tests. by Todd Fiala · 10 years ago
  33. 9315392 test infra: adds book-keeping for rerunnable tests by Todd Fiala · 10 years ago
  34. d06a9c9 Decouple test execution and test finder logic in parallel test runner. by Todd Fiala · 10 years ago
  35. a8fee7f Add expected timeout support to test event architecture. by Todd Fiala · 10 years ago
  36. 80310c2 Remove the --output-on-success command line argument from dotest. by Zachary Turner · 10 years ago
  37. 0a7c32b Fix new summary to include exceptional exit count in determining exit value by Todd Fiala · 10 years ago
  38. 5183147 wire timeouts and exceptional inferior process exits through the test event system by Todd Fiala · 10 years ago
  39. 905a988 Rename test_results.py to result_formatter.py. by Zachary Turner · 10 years ago
  40. 46a4e34 Adds candidate formatter for replacing legacy summary results. by Todd Fiala · 10 years ago
  41. 88722f7 Bump up test timeout interval on Darwin from 4 to 6 minutes. by Todd Fiala · 10 years ago
  42. cee6a6a Add --curses shortcut for specifying the curses-based test results formatter. by Todd Fiala · 10 years ago
  43. f0c3f68 Make Windows always use multiprocessing-pool. by Zachary Turner · 10 years ago
  44. c1b7cd7 Python 3 - Turn on absolute imports, and fix existing imports. by Zachary Turner · 10 years ago
  45. bac6e4f Introduce seven.cmp_ and use it instead of cmp by Zachary Turner · 10 years ago
  46. 19474e1 Remove `use_lldb_suite` from the package, and don't import it anymore. by Zachary Turner · 10 years ago
  47. 48c6b52 [dosep] Fix-up callers of process_dir, after it got its argument removed by Pavel Labath · 10 years ago
  48. 7d56454 Make dosep correctly invoke the top-level script when forking out by Zachary Turner · 10 years ago
  49. c432c8f Move lldb/test to lldb/packages/Python/lldbsuite/test. by Zachary Turner · 10 years ago[Renamed from lldb/test/dosep.py]
  50. af383ff Preparation for turning lldbsuite into a Python package. by Zachary Turner · 10 years ago
  51. 0a0490b Rename `lldb_shared` to `use_lldb_suite`. by Zachary Turner · 10 years ago
  52. 606e1e3 Python3 - Wrap more statements in calls to list() by Zachary Turner · 10 years ago
  53. 1c4059a Python 3 porting - Wrap returns from map() in list() by Zachary Turner · 10 years ago
  54. 814236d Use six to portably handle module renames in Python 2 and 3 by Zachary Turner · 10 years ago
  55. ff890da Convert print statements to print function calls. by Zachary Turner · 10 years ago
  56. 040b31d Switch threading mode for tests on Windows when there are lots of cores. by Adrian McCarthy · 10 years ago
  57. 2d3754d test runner: switch to pure-Python timeout mechanism by Todd Fiala · 10 years ago
  58. 8ff6120 Remove XTIMEOUT from TestProcessAttach on linux by Pavel Labath · 10 years ago
  59. d93aa10 Check existence of SIGHUP before using it by Ying Chen · 10 years ago
  60. ea73624 Cleaned up results formatter options hand-off. by Todd Fiala · 10 years ago
  61. 871b2e5 test runner: remove print from prior commit; fixup listner socket backlog by Todd Fiala · 10 years ago
  62. 83c32e3 test framework: default to threading-based test runners by Todd Fiala · 10 years ago
  63. da817b6 Test runner process group isolation take 2. by Todd Fiala · 10 years ago
  64. f42df67 Roll back r248282. by Todd Fiala · 10 years ago
  65. 1bf2bb7 test runner: Unix systems now put inferior dotest in its own process group. by Todd Fiala · 10 years ago
  66. de9a44e test framework: parallel test runner sends terminate to formatter before printing to stdout by Todd Fiala · 10 years ago
  67. b0d148e Fixed up the curses test results formatter to: by Greg Clayton · 10 years ago
  68. 1cc97b4 test framework: ignore sighups by Todd Fiala · 10 years ago
  69. f305758 Fix Linux bot. by Chaoren Lin · 10 years ago
  70. 1827fc2 Added a curses based way to see the test suite running. Works only where curses is implemented. Try it out with: by Greg Clayton · 10 years ago
  71. 40b180e test events: added optional value type to extra event key/val pairs by Todd Fiala · 10 years ago
  72. e83f140 test events: announce worker count in new initialize event by Todd Fiala · 10 years ago
  73. 33896a9 Adds parallel work queue index to test events, stdout/stderr results support. by Todd Fiala · 10 years ago
  74. 415b605 Remove XTIMEOUT from TestAttachDenied on linux by Pavel Labath · 10 years ago
  75. 68615ce Add JUnit/XUnit-formatted output to the lldb test run system by Todd Fiala · 10 years ago
  76. 7cc26d1 Remove XTIMEOUT from TestChangeProcessGroup on linux by Pavel Labath · 10 years ago
  77. 8cbeed3 dotest.py ctrl-c support, addition of --test-runner-name option. by Todd Fiala · 10 years ago
  78. fed9566 Roll dosep.py parallel test runner into dotest.py command line by Todd Fiala · 10 years ago
  79. 5055685 Fix deadlock while attaching to inferiors by Pavel Labath · 10 years ago
  80. 99f25be XTIMEOUT TestIntegerTypesExpr for Darwin. by Chaoren Lin · 10 years ago
  81. b013802 XTIMEOUT TestChangeProcessGroup for Linux. by Chaoren Lin · 10 years ago
  82. febef1b XTIMEOUT TestEvents and TestThreadStates for Windows to Android. by Chaoren Lin · 10 years ago
  83. d904371 XTIMEOUT TestExitDuringStep for Darwin. by Chaoren Lin · 10 years ago
  84. 4cceca7 Update dosep to print unexpected successes at the end. by Zachary Turner · 10 years ago
  85. b6325d0 Make dosep.py PEP8 compliant. NFC. by Chaoren Lin · 10 years ago
  86. e80372a Refactor dosep to use list comprehension. NFC. by Chaoren Lin · 10 years ago
  87. 5a59e46 Don't print number of failures and percentage if no tests ran. by Chaoren Lin · 10 years ago
  88. ffc63b0 Make dosep output status by overwriting the same line. by Chaoren Lin · 10 years ago
  89. 8c3f9c9 Don't crash if the file we want to touch doesn't exist. by Greg Clayton · 10 years ago
  90. 38e6417 Allow dosep.py to print dotest.py output on success. by Zachary Turner · 10 years ago
  91. dd44c26 Flush stderr on dosep status update for Windows. by Chaoren Lin · 10 years ago
  92. 0b8bb3d Xtimeout TestProcessAttach for Linux. by Chaoren Lin · 10 years ago
  93. 93190c4 Enable timeout on Windows by Ying Chen · 10 years ago
  94. 05ab237 Fix dosep.py on windows after r240946 by Pavel Labath · 10 years ago
  95. fad30cf dosep.py: Add ability to set default test timout based on target by Pavel Labath · 10 years ago
  96. e884389 Adding some more flakey tests to the XFAIL list by Vince Harron · 10 years ago
  97. 18f4c9f Mark TestMultithreaded as XTIMEOUT on Linux. by Oleksiy Vyalov · 10 years ago
  98. a4447b3 Update dosep to display dotest command invoked on failure. by Chaoren Lin · 10 years ago
  99. 0b11db5 Mark TestHelloWorld as XTIMEOUT for Linux by Tamas Berghammer · 10 years ago
  100. 273aea8 Dump error if dotest itself fails and no tests were run. by Chaoren Lin · 10 years ago