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