Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Side by Side Diff: third_party/gtest-parallel/README.webrtc

Issue 2565663003: Update version of third_party/gtest-parallel. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 URL: https://github.com/google/gtest-parallel 1 URL: https://github.com/google/gtest-parallel
2 Version: c92430945e14bdf22237e551b21123594e2c4043 2 Version: 829958e96a905d1f420e4021e9ae0f077419a8e5
3 License: Apache 2.0 3 License: Apache 2.0
4 License File: LICENSE 4 License File: LICENSE
5 5
6 Description: 6 Description:
7 Parallelization script for gtest binaries. 7 Parallelization script for gtest binaries.
8 8
9 Local Modifications: 9 Local Modifications:
10 Added gtest-parallel-wrapper.py to convert the GTEST_SHARD_INDEX and 10 Added gtest-parallel-wrapper.py to convert the GTEST_SHARD_INDEX and
11 GTEST_TOTAL_SHARDS environment variables to flags, since gtest-parallel takes 11 GTEST_TOTAL_SHARDS environment variables to flags, since gtest-parallel takes
12 flags as arguments, and delete them afterwards, since letting them set 12 flags as arguments, and delete them afterwards, since letting them set
13 introduces a bug where only tests in the first shard are executed. 13 introduces a bug where only tests in the first shard are executed.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698