Upgrade google test to 1.8.0

Some test fail on recent debian with 1.7.0 due to crashes.

Change-Id: Ia25625c27968671e24826a3eeae70dbfa5c67c95
Reviewed-on: https://chromium-review.googlesource.com/412701
Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Orgad Shaneh 2016-11-18 14:19:03 +02:00 committed by Mike Frysinger
parent 11d7510c08
commit 33c24776f3
4 changed files with 250 additions and 240 deletions

5
DEPS
View file

@ -40,11 +40,8 @@ deps = {
# Testing libraries and utilities.
"src/src/testing":
"https://github.com/google/googlemock.git" +
"@release-1.7.0",
"src/src/testing/gtest":
"https://github.com/google/googletest.git" +
"@release-1.7.0",
"@release-1.8.0",
# Protobuf.
"src/src/third_party/protobuf/protobuf":