From 8417610a79b4097f0fe4b34b610aea65d20377ae Mon Sep 17 00:00:00 2001 From: ehmaldonado Date: Thu, 4 May 2017 01:15:02 -0700 Subject: [PATCH] Revert of Roll gtest-parallel. (patchset #1 id:1 of https://codereview.webrtc.org/2859133002/ ) Reason for revert: There might be a subtle bug where all tests are always reported as passing. Original issue's description: > Roll gtest-parallel c9bb1c9e8a..1e816d0426 > > * src/third_party/gtest-parallel: https://chromium.googlesource.com/external/github.com/google/gtest-parallel/+log/c9bb1c9e8a..1e816d0426 > > BUG=chromium:718339 > NOTRY=True > > Review-Url: https://codereview.webrtc.org/2859133002 > Cr-Commit-Position: refs/heads/master@{#18005} > Committed: https://chromium.googlesource.com/external/webrtc/+/5aa3f361299ab60d6ed6e8d7bd469fef8dba3b6b TBR=kjellander@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:718339 Review-Url: https://codereview.webrtc.org/2856963004 Cr-Commit-Position: refs/heads/master@{#18007} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 923eb99b57..11c43f1cf6 100644 --- a/DEPS +++ b/DEPS @@ -89,7 +89,7 @@ deps = { 'src/third_party/gflags/src': Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb065c83beff83d50ae025a55a4bf94dfca', 'src/third_party/gtest-parallel': - Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + '1e816d0426d5e4eec8fdc240277751b1968c78c7', + Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + 'c9bb1c9e8aa44238b59fc5a65fb01a7bee04257b', } deps_os = {