Sign in
pigweed
/
third_party
/
github
/
google
/
googletest
/
HEAD
35d0c36
Merge pull request #4662 from asoffer:patch-1
by Copybara-Service
· 15 hours ago
main
7927f8e
Fix documentation bug.
by Andy Soffer
· 6 days ago
d144031
Fixing a typo in the documentation of IsSubsetOf().
by Abseil Team
· 2 weeks ago
1204d63
Remove mention of using `ASSERT_...` statements inside custom matcher definitions.
by Abseil Team
· 3 weeks ago
5ed2186
Use FAIL() in GTEST_SKIP() documentation
by Peter Boström
· 3 weeks ago
df1544b
Avoid creating std::vector<const T> in UnorderedElementsAreArrayMatcher and others.
by Abseil Team
· 5 weeks ago
62df7bd
This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such that `ASSERT_NEAR(inf, inf, 0)` passes. This makes the behavior more consistent with `ASSERT_EQ(inf, inf)` which succeeds.
by Abseil Team
· 5 weeks ago
71815bb
Automated Code Change
by Abseil Team
· 7 weeks ago
a1e255a
Optional(): Add support for std::optional<>-like types lacking bool conversion.
by Abseil Team
· 7 weeks ago
6dae7eb
Use matcher's description in AnyOf when matcher has no explanation.
by Abseil Team
· 9 weeks ago
0953a17
Automated Code Change
by Abseil Team
· 3 months ago
ff233bd
Update main to point to 1.15.2 patch release
by Derek Mauro
· 4 months ago
3e3b44c
Remove auto-detection of Python toolchain from MODULE.bazel
by Derek Mauro
· 4 months ago
ffa31ae
Directly include `gmock.h` and `gtest.h` in gmock-matchers tests.
by Abseil Team
· 4 months ago
5bcb2d7
Use matcher's description in AllOf if matcher has no explanation.
by Abseil Team
· 4 months ago
3527883
gmock-actions: make DoAll convert to OnceAction via custom conversions.
by Aaron Jacobs
· 4 months ago
57e107a
Run clang-format.
by Aaron Jacobs
· 4 months ago
cee1ba1
Change the Bazel build to use the canonical repo names used by Bzlmod
by Derek Mauro
· 4 months ago
9ff2450
Update GoogleTest Bazel quickstart for Bzlmod
by Derek Mauro
· 4 months ago
b62593a
Update main branch to reflect the release of 1.15.0
by Derek Mauro
· 4 months ago
d49a665
Use matcher's description in AllOf if matcher has no explanation.
by Abseil Team
· 4 months ago
417158b
Use matcher's description in AllOf if matcher has no explanation.
by Abseil Team
· 4 months ago
7321f95
Update dependency versions in preparation for release
by Derek Mauro
· 4 months ago
4b21f1a
README.md: Remove outdated notes about continuous integration and documentation
by Derek Mauro
· 4 months ago
b4aaf97
Workaround GCC 12 -Wrestrict false-positive
by Derek Mauro
· 4 months ago
3ef16ef
Fix the documentation that erroneously says you can use short versions
by Derek Mauro
· 4 months ago
34ad51b
Add a bounds check to protect against an empty vector from GetArgs(), which
by Abseil Team
· 5 months ago
1d17ea1
Skip the predicate on SIGSEGV in death-test on Android builds with API level <= 21.
by Abseil Team
· 5 months ago
a7f443b
Mention the optional third argument to TYPED_TEST_SUITE
by Abseil Team
· 6 months ago
305e5a2
Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3
by Derek Mauro
· 6 months ago
9b4993c
Change GoogleTest flag removal to not read beyond the end of the array
by Derek Mauro
· 6 months ago
c8393f8
Print mismatches for UnorderedElements() of different sizes.
by Abseil Team
· 6 months ago
33af80a
Make EXPECT_DEATH_IF_SUPPORTED work with matchers
by Abseil Team
· 6 months ago
fa6de7f
Merge pull request #4527 from abhina-sree:abhina/add_zos
by Copybara-Service
· 7 months ago
2d684ef
Use std::forward on GoogleTest matcher arguments
by Abseil Team
· 7 months ago
2d16ed0
Merge pull request #3991 from pgroke-dt:default-enable-thread-support-for-Solaris-AIX-zOS
by Copybara-Service
· 7 months ago
2954cb8
Add example using EXPECT statement in custom matcher
by Abseil Team
· 7 months ago
5035ef3
add zos for death test support
by Abhina Sreeskantharajan
· 7 months ago
fbc93e6
Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOS
by Paul Groke
· 7 months ago
d83fee1
Adds "IWYU pragma: export" to gtest-param-util.h
by Abseil Team
· 7 months ago
5a37b51
Use `[[maybe_unused]]` when it is available to avoid
by Derek Mauro
· 7 months ago
5197b1a
Modify example in the primer to match Testing FAQ.
by Krzysztof Kosiński
· 7 months ago
b1a777f
Fix https://github.com/google/googletest/issues/4423
by Abseil Team
· 8 months ago
3d73dee
Merge pull request #4508 from davidmatson:addJsonSkipped
by Copybara-Service
· 8 months ago
f10e11f
No external change
by Abseil Team
· 8 months ago
0af9766
[gtest] Use `std::index_sequence` and friends instead of rolling our own
by Lawrence Wolf-Sonkin
· 8 months ago
61db1e1
Merge pull request #4505 from to01z:add-winapi-partition-games-support
by Copybara-Service
· 8 months ago
d3a29ff
Fix a race condition between the Watcher thread and the main thread
by Derek Mauro
· 8 months ago
f16770d
Add skipped messages to JSON output (fixes #4507).
by David Matson
· 8 months ago
ec7b386
Delete the unofficial GitHub actions tests. We do not look at these.
by Derek Mauro
· 8 months ago
a2f106c
Merge pull request #4503 from davidmatson:fixTypo
by Copybara-Service
· 8 months ago
c4fec74
Merge pull request #4502 from davidmatson:fixStreamHelpTextOs
by Copybara-Service
· 8 months ago
77afe8e
Automated Code Change
by Abseil Team
· 8 months ago
a7678dd
Revert changes to googletest-port-test.cc
by Troels Gram
· 8 months ago
f7a6bba
Fix typo in comment.
by David Matson
· 8 months ago
53ee0fc
Fix help text for stream_result_to flag.
by David Matson
· 8 months ago
f1269cc
Add support for compiling GoogleTest for Xbox
by Troels Gram
· 8 months ago
eff443c
Merge pull request #4490 from memdo:main
by Copybara-Service
· 8 months ago
a1a6083
Add colored output support for Alacritty
by Mustafa Berkay Düzenli
· 8 months ago
c231e6f
Add test for move-only type in `Action` signature
by Abseil Team
· 8 months ago
b479e7a
Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS.
by Daniel Cheng
· 8 months ago
e1a38bc
Reland: Optimize Google Test process startup
by Abseil Team
· 9 months ago
31993df
Revert Optimize Google Test process startup
by Abseil Team
· 9 months ago
b9059aa
Optimize Google Test process startup
by Abseil Team
· 9 months ago
926f681
Merge pull request #4466 from danfabo:fix-fetch-content-uses-gtest
by Copybara-Service
· 9 months ago
e4fdb87
Accept one-shot callables in InvokeArgument.
by Abseil Team
· 9 months ago
e15c5a5
Merge pull request #4477 from tmiguelf:feature/soup_cleanup
by Copybara-Service
· 9 months ago
3b6d48e
Reland https://github.com/google/googletest/commit/9756ee7cbaef1b6652065616ab832810a6032bbf
by Abseil Team
· 9 months ago
814ba36
Make sure that current_test_suite and current_test_info are mutex-protected while writing for thread-safety.
by Abseil Team
· 9 months ago
4c676b9
Fixed gcc linker error 58
by Tiago Freire
· 9 months ago
9d43b27
Revert incorrect update.
by Abseil Team
· 9 months ago
db38b59
Rollback https://github.com/google/googletest/commit/9756ee7cbaef1b6652065616ab832810a6032bbf
by Derek Mauro
· 9 months ago
5df0241
gtest.h: add IWYU export pragmas
by Abseil Team
· 9 months ago
9756ee7
Support Fuchsia target builds.
by Abseil Team
· 9 months ago
6eb225c
Add anchor for expectation ordering note
by Abseil Team
· 9 months ago
f5448b3
Get include dirs from target rather than global variables.
by danfabo
· 9 months ago
b75ecf1
Switch rank structs to be consistent with written guidance in go/ranked-overloads
by Matt Kulukundis
· 10 months ago
96519a4
Use _Exit instead of _exit in GoogleTest
by Abseil Team
· 10 months ago
64be1c7
Destroy installed environments in normal code, not in static teardown.
by Abseil Team
· 10 months ago
4872968
Merge pull request #4458 from kaswhy:patch-1
by Copybara-Service
· 10 months ago
4565741
Modifications to improve portability of googletest tests.
by Abseil Team
· 10 months ago
3cb7ce9
Add myself to Contributors
by Soyeon Kim
· 10 months ago
6fdb4c3
Do not emit stack traces for messages generated by SUCCEED()
by Abseil Team
· 10 months ago
fc0076f
Merge pull request #4435 from kaswhy:main
by Copybara-Service
· 10 months ago
6a59382
Add support for Bzlmod for the next release
by Derek Mauro
· 10 months ago
563ebf1
Fix double-promotion warnings in AppropriateResolution()
by Abseil Team
· 10 months ago
1cab76c
Docs: Add mention of `gtest_recreate_environments_when_repeating`
by kaswhy
· 10 months ago
bd30c39
Merge pull request #4444 from michaeldleslie:only_apply_lregex_for_qnx710_and_newer
by Copybara-Service
· 10 months ago
ffc477e
googletest: Fix incorrect comment about `value_param` of `internal::MakeAndRegisterTestInfo`
by Dino Radakovic
· 10 months ago
96cd50c
If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag library
by Abseil Team
· 10 months ago
f6f920d
Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEM
by Abseil Team
· 10 months ago
cfe5076
Do not emit stack traces for messages generated by GTEST_SKIP()
by Abseil Team
· 10 months ago
778badf
Docs: add conditions for calling SetUp and TearDown()
by kaswhy
· 10 months ago
f575053
only apply -lregex for qnx710 and newer
by Michael Leslie
· 11 months ago
7c07a86
Update CI builds to use Bazel 7.0.0
by Derek Mauro
· 11 months ago
7f409cb
Add a note about argv requiring NULL termination.
by Abseil Team
· 11 months ago
3b26f7e
Disable -Wfloat-equal in AppropriateResolution().
by Krzysztof Kosiński
· 11 months ago
dda72ef
Docs: add conditions for calling TearDown()
by kaswhy
· 11 months ago
dddb219
Accept move-only callables in `InvokeArguments`
by Abseil Team
· 11 months ago
96eadf6
Minor documentation correction.
by Abseil Team
· 11 months ago
Next »