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

View file

@ -25,14 +25,14 @@
revision='e8ab0833a42691cd2184bd4c45d779e43821d3e0'
remote='chromium' />
<project path='src/src/testing/gtest'
name='google/googletest.git'
revision='refs/tags/release-1.7.0'
<project path='src/src/third_party/glog'
name='google/glog.git'
revision='refs/tags/v0.3.4'
remote='github' />
<project path='src/src/third_party/protobuf/protobuf'
name='google/protobuf.git'
revision='cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac'
<project path='src/src/testing'
name='google/googletest.git'
revision='refs/tags/release-1.8.0'
remote='github' />
<project path='src/src/third_party/lss'
@ -40,14 +40,9 @@
revision='3f6478ac95edf86cd3da300c2c0d34a438f5dbeb'
remote='chromium' />
<project path='src/src/third_party/glog'
name='google/glog.git'
revision='refs/tags/v0.3.4'
remote='github' />
<project path='src/src/testing'
name='google/googlemock.git'
revision='refs/tags/release-1.7.0'
<project path='src/src/third_party/protobuf/protobuf'
name='google/protobuf.git'
revision='cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac'
remote='github' />
</manifest>