]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
21 months agoMention the optional third argument to TYPED_TEST_SUITE
Abseil Team [Tue, 28 May 2024 14:41:56 +0000 (07:41 -0700)]
Mention the optional third argument to TYPED_TEST_SUITE

PiperOrigin-RevId: 637896001
Change-Id: Ia3a61ceec4b842e864a0cdfad13e9897bf0ecaaa

21 months agoUpdate GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3
Derek Mauro [Fri, 24 May 2024 18:12:50 +0000 (11:12 -0700)]
Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3

PiperOrigin-RevId: 636977286
Change-Id: Id9e09398a991c74c2137672948a1eb7dd2d96596

21 months agoChange GoogleTest flag removal to not read beyond the end of the array
Derek Mauro [Tue, 21 May 2024 19:07:45 +0000 (12:07 -0700)]
Change GoogleTest flag removal to not read beyond the end of the array
to the NULL terminator.  #4532 says ASAN complains about this on some
platforms, although it is not clear if ASAN or the platform implementation
is incorrect about accessing the terminating NULL.

Fixes #4532

PiperOrigin-RevId: 635886009
Change-Id: Ibb4237055488c895b1dd09145ab979347bb9a390