Add an option to dump test results to a JSON machine-readable file. The format of the file is described in https://www.chromium.org/developers/the-json-test-results-format. R=kjellander@webrtc.org, pbos@webrtc.org BUG=chromium:325726 Review-Url: https://codereview.webrtc.org/2558543004 Cr-Commit-Position: refs/heads/master@{#15458}
URL: https://github.com/google/gtest-parallel Version: c92430945e14bdf22237e551b21123594e2c4043 License: Apache 2.0 License File: LICENSE Description: Parallelization script for gtest binaries. Local Modifications: Added gtest-parallel-wrapper.py to convert the GTEST_SHARD_INDEX and GTEST_TOTAL_SHARDS environment variables to flags, since gtest-parallel takes flags as arguments, and delete them afterwards, since letting them set introduces a bug where only tests in the first shard are executed.