1. 96f4f90 Add per test timeout (#94) by Momcilo42 · 1 year, 4 months ago master
  2. f4d65b5 Make gtest-parallel to use python3 by Byoungchan Lee · 2 years, 11 months ago
  3. e28fc0e Consider tests that reach the timeout as failed by jleconte2 · 3 years ago
  4. 42ce42f Format the code with yapf by jleconte2 · 3 years ago
  5. 38191e2 Express json output tags time and times as seconds. (#85) by jleconte2 · 3 years ago
  6. 11cce5c Handle Google PRE_ tests (#80) by davidbienvenu · 4 years, 6 months ago
  7. b0a18bc Flush non-tty output (#79) by Jay Zhuang · 4 years, 8 months ago
  8. aabba21 Use `additional_args` to list tests (#73) by Vitaliy Urusovskij · 4 years, 11 months ago
  9. df0b4e4 Use OS python version for test suite (#71) by kuzkry · 6 years ago
  10. 3fca10f Merge branch 'kshithijiyer-adding_contributing.md_to_project' by Peter Boström · 6 years ago
  11. 973673f Adding CONTRIBUTING.md file to project. by kshithijiyer · 6 years ago
  12. 3ca6798 Ignore "10/10" passed runs when printing summaries (#66) by Peter Boström · 6 years ago
  13. 7a8eb2e Use /usr/bin/env python (#65) by Peter Boström · 6 years ago
  14. e472187 Print output from binary if --gtest_list fails. (#64) by phoglund · 7 years ago
  15. fe7f791 fix py3 compatibility (#63) by Kefu Chai · 7 years ago
  16. cb3514a Python3 compatibility (#61) by MarcoFalke · 7 years ago
  17. a8f5453 Workaround os.remove() failures on temporary file by Peter Boström · 7 years ago
  18. 40f7380 Remove documentation for multiple invocations by Peter Boström · 7 years ago
  19. 0e158ba (Fix issue #57) Disable by default log files saving (#59) by Volo Zyko · 7 years ago
  20. 180c2f5 Run when gtest_parallel.py is invoked directly. (#58) by Peter Boström · 7 years ago
  21. 1f8438d Handle errors better when obtaining tests list. (#55) by Volo Zyko · 8 years ago
  22. 89ab65d Print flakiness stats for repeated tests. (#52) by Peter Boström · 8 years ago
  23. ace66a9 Revert "Print flakiness stats for repeated tests. (#52)" by Peter Boström · 8 years ago
  24. 3fee5ae Print flakiness stats for repeated tests. (#52) by Peter Boström · 8 years ago
  25. ee20273 Replace __lt__ instance with sorting key. (#48) by Peter Boström · 8 years ago
  26. 965cfdc Add (some) tests for gtest_parallel.find_tests. (#49) by ehlemur · 8 years ago
  27. de7390a Move mocks for gtest_parallel_tests.py to another file. (#50) by ehlemur · 8 years ago
  28. 7676778 Log to gtest-parallel-logs/ subdir. (#46) by Peter Boström · 8 years ago
  29. c821231 Sort test tasks based on last execution time. (#38) by Peter Boström · 8 years ago
  30. ed07049 Document --output_dir for multiple invocations. (#45) by Peter Boström · 8 years ago
  31. d80ab5d Use only basename for log-file names. (#42) by Volo Zyko · 8 years ago
  32. 6f65b6c Address race in TestTimes loading/saving (#40) by Volo · 8 years ago
  33. 2a45a8d Add option to parallelize full test cases. (#37) by Volo Zyko · 8 years ago
  34. 4bf9c03 Only print try numbers for repeated tests. (#39) by Peter Boström · 8 years ago
  35. 6fb62e8 Add an initial README.md. (#36) by Peter Boström · 8 years ago
  36. 886cbd9 Make gtest_parallel_tests.py executable. (#35) by Peter Boström · 8 years ago
  37. 38ecb11 Support user's cache directory for storing test run times. (#32) by Volo · 8 years ago
  38. 38b0857 Add more tests to gtest-parallel. (#34) by ehlemur · 8 years ago
  39. 21b383f Test that the right execution info was logged (#33) by ehlemur · 8 years ago
  40. c95bf7d Add tests to gtest-parallel. (#31) by ehlemur · 8 years ago
  41. 605f146 Fixed reference to global variable (#30) by ehlemur · 8 years ago
  42. 52c42fe Move gtest-parallel to gtest_parallel.py and make gtest-parallel a thin wrapper (#29) by ehlemur · 8 years ago
  43. c3e4b0a Fix global_exit_code. (#28) by ehlemur · 8 years ago
  44. 1e816d0 Test that test_results is not None before calling dump_to_file_and_close. (#27) by ehlemur · 8 years ago
  45. b79cf79 Add TaskManager class and support to repeat failed tests. (#26) by ehlemur · 8 years ago
  46. c9bb1c9 Create find_tests() and execute_tasks() functions + some refactoring. (#25) by ehlemur · 8 years ago
  47. 5af9d38 Fix errors introduced in the last pull request. (#24) by ehlemur · 8 years ago
  48. 1da215f Introduce Task class to store information about the task. (#23) by ehlemur · 8 years ago
  49. 7eb02a6 Check that all test binaries have an unique basename. (#21) by ehlemur · 8 years ago
  50. f3c90ad Wait until the end to move the files. (#20) by ehlemur · 8 years ago
  51. c12e874 Save logs into passed, failed and interrupted directories. (#19) by ehlemur · 8 years ago
  52. a5a21a7 Add a timeout option by ehlemur · 8 years ago
  53. cac6d27 Save test logs to files named after the test name by ehlemur · 8 years ago
  54. 829958e seconds_since_epoch must be an integer. (#15) by ehlemur · 8 years ago
  55. c924309 Add an option to dump the results of the tests to a JSON machine-readable file. (#14) by ehlemur · 8 years ago
  56. 89b859c Add support for swarming. by ehlemur · 9 years ago
  57. d0cebab Fix logfile output for RawFormat. by Peter Boström · 9 years ago
  58. df918e2 Merge pull request #11 from kwiberg/failed-or-new by Peter Boström · 9 years ago
  59. 22c7103 Add flag for running only failed and new tests by Karl Wiberg · 9 years ago
  60. 98cc9d9 Merge pull request #9 from bbannier/t/TYPED_TEST_CASE by Peter Boström · 9 years ago
  61. 2f5c75f Fix support for TYPED_TEST_CASEs. by Benjamin Bannier · 9 years ago
  62. 92eb6ad Ignore disabled test groups. by Peter Boström · 9 years ago
  63. 8b2e483 Merge pull request #8 from kwiberg/prompt-bugfix by Peter Boström · 9 years ago
  64. 046a058 Always print a newline before exiting by Karl Wiberg · 9 years ago
  65. c65f666 Merge pull request #6 from kwiberg/sigint by Peter Boström · 9 years ago
  66. f326339 Make Ctrl+C detection work on Windows too by Karl Wiberg · 9 years ago
  67. d18dd99 Handle Ctrl+C gracefully by Karl Wiberg · 9 years ago
  68. 8e26fe7 Merge pull request #7 from kwiberg/list-times by Peter Boström · 9 years ago
  69. 34ae4d7 Add file output to gtest-parallel. by Peter Boström · 9 years ago
  70. fb0f8ae Run newly added tests first instead of last by Karl Wiberg · 10 years ago
  71. 0f943e9 Add command line flag to list test times by Karl Wiberg · 10 years ago
  72. c0f8ded Merge pull request #4 from kwiberg/transient by Peter Boström · 10 years ago
  73. e676f1b Overwrite output lines for successful tests by Karl Wiberg · 10 years ago
  74. 71e13f0 Merge pull request #5 from kwiberg/fail-fast by Peter Boström · 10 years ago
  75. 2ea8c27 When a test fails, run it first the next time by Karl Wiberg · 10 years ago
  76. 3405a00 Merge pull request #2 from kwiberg/master by Peter Boström · 10 years ago
  77. cbb69ba Default to one thread per CPU, instead of 16 regardless of the number of CPUs by Karl Wiberg · 10 years ago
  78. 9afa339 Speed up tests by running the biggest ones first by Karl Wiberg · 10 years ago
  79. aead7cb Catch OSError when listing tests by Karl Wiberg · 10 years ago
  80. 48e584a Merge pull request #3 from stefanholmer/testp-fix by Peter Boström · 10 years ago
  81. 6dd9fb2 Revert "Cleanup." by Stefan Holmer · 10 years ago
  82. 97bd84a Cleanup. by Stefan Holmer · 10 years ago
  83. b25ef85 Fix issues related to TEST_P. by Stefan Holmer · 10 years ago
  84. f0bea59 Print exit code when a test fails. by Peter Boström · 10 years ago
  85. e61a897 Change usage string to be within 80 chars. by Peter Boström · 10 years ago
  86. bc6168b Fix off-by-one bug in argument splitting. by Peter Boström · 10 years ago
  87. 363e11a Support additional per-executable arguments. by Peter Boström · 10 years ago
  88. ebf302f Eliminate uses of Queue. by Peter Boström · 11 years ago
  89. 6275542 Start workers before adding jobs into the queue. by Peter Boström · 11 years ago
  90. 166648f Added Apache 2.0 license. by Peter Boström · 11 years ago
  91. 1103ebd Added script header with a link to GitHub project. by Peter Boström · 11 years ago
  92. 005e71d Print total number of tests when tests fail. by Peter Boström · 11 years ago
  93. 431a5f1 Repeat tests without rerunning the test binary. by Peter Boström · 11 years ago
  94. f986c2d Indicate that tests run before any test finishes. by Peter Boström · 11 years ago
  95. eccdecd Repeat tests multiple times with --repeat. by Peter Boström · 11 years ago
  96. 6919388 Add colored output support to failing tests. by Peter Boström · 11 years ago
  97. d5801c9 Renamed gtest-parallel.py -> gtest-parallel. by Peter Boström · 12 years ago
  98. 16761a1 Report running times for tests. by Peter Boström · 12 years ago
  99. e0e7a92 Format filters. by Peter Boström · 12 years ago
  100. 112fa6b Put duplicated thread-start code in start_daemon(). by Peter Boström · 12 years ago