]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
5 years agoGoogletest export
Abseil Team [Thu, 10 Dec 2020 16:15:34 +0000 (11:15 -0500)]
Googletest export

Remove ZX_WAIT_ASYNC_ONCE flag

It is deprecated and will soon be removed in fuchsia source.
It's currently defined as 0 and references should be changed to 0.

PiperOrigin-RevId: 346787585

5 years agoGoogletest export
dmauro [Thu, 10 Dec 2020 15:52:16 +0000 (10:52 -0500)]
Googletest export

Fix a missing Bazel build dependency

PiperOrigin-RevId: 346783462

5 years agoGoogletest export
Abseil Team [Tue, 8 Dec 2020 17:37:32 +0000 (12:37 -0500)]
Googletest export

Introduce a new `Address` matcher to gmock.

PiperOrigin-RevId: 346344591

5 years agoGoogletest export
Abseil Team [Mon, 7 Dec 2020 21:22:17 +0000 (16:22 -0500)]
Googletest export

Fix errata in gmock cook_book.md ON_CALL example

PiperOrigin-RevId: 346165890

5 years agoGoogletest export
Abseil Team [Mon, 7 Dec 2020 21:17:26 +0000 (16:17 -0500)]
Googletest export

Add a `Pointer` matcher as an analog to `Pointee`.

Similar to `Pointee`, `Pointer` works with either raw or smart pointers and
allows creating a matcher like Pointer(Eq(foo)) for smart pointers.

PiperOrigin-RevId: 346164768

5 years agoMerge pull request #3159 from malcops:master
Andy Getz [Mon, 7 Dec 2020 23:04:04 +0000 (18:04 -0500)]
Merge pull request #3159 from malcops:master

PiperOrigin-RevId: 346160291