From f73dc86cf5685b5d8893915679dea1c5c92ad46f Mon Sep 17 00:00:00 2001 From: Jeremy Leconte Date: Thu, 2 Jun 2022 11:38:17 +0200 Subject: [PATCH] Update gtest-parallel to the latest patch. Patch includes: * Consider tests that reach the timeout as failed. https://github.com/google/gtest-parallel/commit/e28fc0e83f54105af859e68e068e3ec05d87c3b7 Change-Id: Id5def90e99afbc66d47d82d5b78c9dd9e4a45172 Bug: b/233323561 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264822 Commit-Queue: Jeremy Leconte Reviewed-by: Christoffer Jansson Cr-Commit-Position: refs/heads/main@{#37091} --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6899f69849..1be50964c2 100644 --- a/DEPS +++ b/DEPS @@ -162,7 +162,7 @@ deps = { }, # WebRTC-only dependency (not present in Chromium). 'src/third_party/gtest-parallel': - 'https://chromium.googlesource.com/external/github.com/google/gtest-parallel@42ce42ff35f8313066c247f02d431a1c603ae4a0', + 'https://chromium.googlesource.com/external/github.com/google/gtest-parallel@e28fc0e83f54105af859e68e068e3ec05d87c3b7', 'src/third_party/google-truth': { 'packages': [ {