Commit 8c47526e authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

Roll src/third_party/googletest/src/ bf0fe874a..5395345ca (15 commits)

https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/bf0fe874a27b..5395345ca4f0

This rolls to the parent of 20b5b8ecc7a81d23b4716e22a2b35fd53379c8c6,
which introduces a static_assert checking that the first parameter of an
INSTANTIATE_TEST_SUITE_P macro is non-empty. This check fails in Chrome,
and rolling past this commit will require some work.

$ git log bf0fe874a..5395345ca --date=short --no-merges --format='%ad %ae %s'
2019-10-07 joshdcannon Use FormatFileLocation for streaming file and line
2019-10-05 soap Add documentation for pkg-config in cross-compilation settings
2019-10-05 soap Revert "Use pcfiledir for prefix in pkgconfig file"
2019-10-03 misterg Googletest export
2019-10-03 absl-team Googletest export
2019-10-02 absl-team Googletest export
2019-09-29 misterg Googletest export
2019-10-01 ant35rookie Fix typo in documents
2019-09-29 misterg Googletest export
2019-09-27 misterg Googletest export
2019-09-25 absl-team Googletest export
2019-09-25 absl-team Googletest export
2019-08-16 pbarker Add many missing override keywords
2019-09-16 krystian.kuzniarek square away the stuff that hasn't been merged in a manual review
2019-09-07 krystian.kuzniarek square away the stuff that hasn't been merged in a manual review

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

Tbr: jsbell
Bug: 1009553
Change-Id: Ica69ab44f8ea61420a44ebe2f6554dddf8f9029c
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_cfi_rel_ng;luci.chrome.try:win_chrome_official
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1943389Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720307}
parent 54a0eef1
......@@ -207,7 +207,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling googletest
# and whatever else without interference from each other.
'googletest_revision': 'bf0fe874a27bd6c9a4a35b98e662d2d02f8879a2',
'googletest_revision': '5395345ca4f0c596110188688ed990e0de5a181c',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling lighttpd
# and whatever else without interference from each other.
......
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