Commit ac3471f4 authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

Roll src/third_party/googletest/src/ 7a2563a51..7d15497f7 (41 commits)

https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/7a2563a51456..7d15497f7538

This is a reland of https://crrev.com/c/900544 which was reverted
because it broke net_unittests on Windows Debug builds
https://crbug.com/810347. The reland bumps Google Test past
https://github.com/google/googletest/pull/1450 which contains a fix for
the net_unittest breakage.

$ git log 7a2563a51..7d15497f7 --date=short --no-merges --format='%ad %ae %s'
2018-02-23 pwnall Switch default death test style back to "fast".
2018-02-26 misterg merging unittests - 5
2018-02-23 misterg merging unitests - check 4
2018-02-23 misterg merging unitests, check
2018-02-23 misterg merging unittests - 2
2018-02-23 misterg merging unitests
2018-02-23 anders.sundman Removed trailing comma in enum
2018-02-23 cirnotoss TEST() arguments are invalid in an example
2018-02-22 misterg merges
2018-02-19 costan Fix unused function warning on Mac OS.
2018-02-13 misterg cleanup, merges
2018-02-13 misterg cleanup/merges
2018-02-13 misterg merging, cleaning up
2018-02-13 misterg merges
2018-02-13 misterg cxxx11
2018-02-13 misterg clang warnings
2018-02-13 misterg clang warnings
2018-02-13 misterg https://travis-ci.org/google/googletest/jobs/340995238
2018-02-13 misterg clang warning 'https://travis-ci.org/google/googletest/jobs/340987201'
2018-02-13 misterg clang warning https://travis-ci.org/google/googletest/jobs/340978022
2018-02-13 misterg merges
2018-02-12 misterg moving JoinAsTuple to internal
2018-02-09 costan Fix std::iscntrl use in gtest-printers.cc
2018-02-12 misterg Merging, coniniue
2018-02-09 misterg merging
2018-02-09 misterg merges
2018-02-09 misterg merges
2018-02-07 troy.holsapple Fixed typos
2018-02-03 sokolov Add ability to throw from ASSERT
2018-02-06 gennadiycivil Include MSVC14 on PRs as well
2018-01-31 misterg Merges and also adding new bazel build mode
2018-01-30 misterg Code merges
2018-01-30 misterg Ability to optionally depend on Abseil plus upstream of 183716547
2018-01-26 misterg Adding tests to googlemock bazel
2018-01-26 misterg Code merges
2018-01-26 lidaobing Update Documentation.md
2018-01-25 stefano.soffia.it Fix test build issue with GCC7.2.
2018-01-25 gennadiycivil Update README.md
2018-01-25 gennadiycivil Remove Visual Studio 10,11,12 from build matrix
2018-01-24 misterg placating gcc and its overzeauls size comparison warnings
2018-01-24 misterg upstream cl 182543808

Created with:
  roll-dep src/third_party/googletest/src

Bug: 813219
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.win:win_chrome_official
Change-Id: Ie27a86d27a865bbf076a5aa1a4931b85bc5fceb2
Reviewed-on: https://chromium-review.googlesource.com/923205
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539763}
parent aeb87993
...@@ -388,7 +388,7 @@ deps = { ...@@ -388,7 +388,7 @@ deps = {
}, },
'src/third_party/googletest/src': 'src/third_party/googletest/src':
Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7a2563a514563145d82f02b5b350cba1af33af67', Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '7d15497f7538fb531d0f025929d080743af421ee',
# GNU binutils assembler for x86-32. # GNU binutils assembler for x86-32.
'src/third_party/gnu_binutils': { 'src/third_party/gnu_binutils': {
......
Name: Google Test: Google's C++ Testing Framework Name: Google Test: Google's C++ Testing Framework
Short Name: googletest Short Name: googletest
URL: https://github.com/google/googletest.git URL: https://github.com/google/googletest.git
Version: 1.8.0.git-8c7f93fedaca1b0158e67af0f5dd63a044066eab Version: 1.8.0.git-7d15497f7538fb531d0f025929d080743af421ee
License: BSD License: BSD
License File: NOT_SHIPPED License File: NOT_SHIPPED
Security critical: no Security critical: no
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment