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
Googletest export
Fixes https://github.com/google/googletest/issues/2232
PiperOrigin-RevId:
244237560
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
Googletest export
Expose more information in SuiteApiResolver diagnostic output
PiperOrigin-RevId:
244179347
Merge pull request #2170 from ngie-eign:issue-2146-ver2
PiperOrigin-RevId:
244069956
Googletest export
[googletest] Fix death test condition.
PiperOrigin-RevId:
243742424
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
Merge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flag
PiperOrigin-RevId:
242038269