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

Side by Side Diff: README.webrtc

Issue 2671333002: Roll latest version of gtest-parallel. (Closed)
Patch Set: Created 3 years, 10 months 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 | gtest-parallel » ('j') | 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: 829958e96a905d1f420e4021e9ae0f077419a8e5 2 Version: cac6d27d2892864d7aff59819ef67ec436431223
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 | gtest-parallel » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698