]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/log
googletest.git
6 years agoAddress fallout from -Wsign-conversion work on Windows
Enji Cooper [Fri, 26 Apr 2019 10:59:54 +0000 (03:59 -0700)]
Address fallout from -Wsign-conversion work on Windows

Some Windows users builds were broken after a0d60be. This change
addresses the lingering -Wsign-conversion issues with those platforms
by adding some missing `static_cast` calls as needed.

Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
6 years agoGoogletest export
Abseil Team [Mon, 22 Apr 2019 22:23:35 +0000 (18:23 -0400)]
Googletest export

Add GTEST_FAIL_AT, an equivalent to ADD_FAILURE_AT but that
spawns a fatal failure rather than a non-fatal, eg. the equivalent
of an ASSERT* failure rather than an EXPECT* failure.

PiperOrigin-RevId: 244746609

6 years agoUpdate README.md
Gennadiy Civil [Thu, 18 Apr 2019 19:58:27 +0000 (15:58 -0400)]
Update README.md

6 years agoGoogletest export
misterg [Thu, 18 Apr 2019 19:33:56 +0000 (15:33 -0400)]
Googletest export

Fixes https://github.com/google/googletest/issues/2232

PiperOrigin-RevId: 244237560

6 years agoGoogletest export
Abseil Team [Thu, 18 Apr 2019 16:04:26 +0000 (12:04 -0400)]
Googletest export

Remove GMock Doctor.
It has not been actively supported for a while.
We also now have better techniques to improve compiler errors where needed
instead of requiring a separate tool to diagnose them.

PiperOrigin-RevId: 244196068

6 years agoGoogletest export
misterg [Thu, 18 Apr 2019 14:05:29 +0000 (10:05 -0400)]
Googletest export

Expose more information in SuiteApiResolver diagnostic output

PiperOrigin-RevId: 244179347

6 years agoMerge pull request #2170 from ngie-eign:issue-2146-ver2
Gennadiy Civil [Thu, 18 Apr 2019 13:44:23 +0000 (09:44 -0400)]
Merge pull request #2170 from ngie-eign:issue-2146-ver2

PiperOrigin-RevId: 244069956

6 years agoGoogletest export
Abseil Team [Tue, 16 Apr 2019 04:18:04 +0000 (00:18 -0400)]
Googletest export

[googletest] Fix death test condition.

PiperOrigin-RevId: 243742424

6 years agoGoogletest export
Abseil Team [Mon, 15 Apr 2019 23:08:09 +0000 (19:08 -0400)]
Googletest export

Migrate ZX_WAIT_ASYNC_REPEATING to ZX_WAIT_ASYNC_ONCE

ZX_WAIT_ASYNC_REPEATING is deprecated so convert code to use
ZX_WAIT_ASYNC_ONCE instead.

PiperOrigin-RevId: 243707147

6 years agoclang: fix `-Wsign-conversion` errors
Enji Cooper [Fri, 8 Mar 2019 19:09:00 +0000 (11:09 -0800)]
clang: fix `-Wsign-conversion` errors

Cast some values as their unsigned equivalents or `size_t` to match the
parameter type used for the template object under test. Also, provide
UInt32 equivalent delegate methods for some callers (with
int-equivalents for backwards compatibility).

This closes #2146.

Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
6 years agoMerge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flag
Gennadiy Civil [Fri, 5 Apr 2019 15:46:13 +0000 (11:46 -0400)]
Merge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flag

PiperOrigin-RevId: 242038269