Commit Graph

  • ff233bdd4c Update main to point to 1.15.2 patch release main Derek Mauro 2024-08-01 06:34:07 -0700
  • 3e3b44c300 Remove auto-detection of Python toolchain from MODULE.bazel since it affects downstream users Derek Mauro 2024-07-30 13:17:08 -0700
  • ffa31aec1c Directly include gmock.h and gtest.h in gmock-matchers tests. Abseil Team 2024-07-30 09:02:44 -0700
  • 5bcb2d78a1 Use matcher's description in AllOf if matcher has no explanation. Abseil Team 2024-07-24 08:07:22 -0700
  • 352788321f gmock-actions: make DoAll convert to OnceAction via custom conversions. Aaron Jacobs 2024-07-23 19:43:05 -0700
  • 57e107a10e Run clang-format. Aaron Jacobs 2024-07-23 03:56:40 -0700
  • cee1ba1f24 Change the Bazel build to use the canonical repo names used by Bzlmod and the Bazel Central Registry Derek Mauro 2024-07-20 23:08:58 -0700
  • 9ff2450a56 Update GoogleTest Bazel quickstart for Bzlmod Derek Mauro 2024-07-16 06:57:41 -0700
  • b62593aceb Update main branch to reflect the release of 1.15.0 Derek Mauro 2024-07-16 06:56:59 -0700
  • d49a665484 Use matcher's description in AllOf if matcher has no explanation. Abseil Team 2024-07-16 05:22:04 -0700
  • 417158b8bc Use matcher's description in AllOf if matcher has no explanation. Abseil Team 2024-07-15 16:39:22 -0700
  • 7321f950df Update dependency versions in preparation for release Derek Mauro 2024-07-15 07:50:21 -0700
  • 4b21f1abdd README.md: Remove outdated notes about continuous integration and documentation Derek Mauro 2024-07-12 10:30:28 -0700
  • b4aaf97d8f Workaround GCC 12 -Wrestrict false-positive Derek Mauro 2024-07-10 09:14:40 -0700
  • 3ef16ef8b3 Fix the documentation that erroneously says you can use short versions of help flags Derek Mauro 2024-07-09 12:58:46 -0700
  • 34ad51b3dc Add a bounds check to protect against an empty vector from GetArgs(), which can cause an out of bounds access in GetCurrentExecutableName(). One way this can happen is if the user forgets to call InitGoogleTest(). Abseil Team 2024-06-28 11:12:00 -0700
  • 1d17ea141d Skip the predicate on SIGSEGV in death-test on Android builds with API level <= 21. Abseil Team 2024-06-13 11:59:10 -0700
  • a7f443b80b Mention the optional third argument to TYPED_TEST_SUITE Abseil Team 2024-05-28 07:41:56 -0700
  • 305e5a238b Update GoogleTest CI Docker image to use Clang 19, GCC 14, and CMake 3.29.3 Derek Mauro 2024-05-24 11:12:50 -0700
  • 9b4993ca7d 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. Derek Mauro 2024-05-21 12:07:45 -0700
  • c8393f8554 Print mismatches for UnorderedElements() of different sizes. Abseil Team 2024-05-20 07:35:58 -0700
  • 33af80a883 Make EXPECT_DEATH_IF_SUPPORTED work with matchers Abseil Team 2024-05-13 07:16:07 -0700
  • fa6de7f438 Merge pull request #4527 from abhina-sree:abhina/add_zos Copybara-Service 2024-05-06 13:31:42 -0700
  • 2d684efe87 Use std::forward on GoogleTest matcher arguments Abseil Team 2024-05-06 09:48:05 -0700
  • 2d16ed055d Merge pull request #3991 from pgroke-dt:default-enable-thread-support-for-Solaris-AIX-zOS Copybara-Service 2024-05-03 08:51:23 -0700
  • 2954cb8d87 Add example using EXPECT statement in custom matcher Abseil Team 2024-05-02 16:06:19 -0700
  • 5035ef3473 add zos for death test support Abhina Sreeskantharajan 2024-05-02 09:54:31 -0400
  • fbc93e61c4
    Merge branch 'main' into default-enable-thread-support-for-Solaris-AIX-zOS Paul Groke 2024-05-02 13:27:54 +0200
  • d83fee138a Adds "IWYU pragma: export" to gtest-param-util.h Abseil Team 2024-04-25 09:49:37 -0700
  • 5a37b517ad Use [[maybe_unused]] when it is available to avoid -Wused-but-marked-unused warnings Derek Mauro 2024-04-16 13:15:51 -0700
  • 5197b1a8e6 Modify example in the primer to match Testing FAQ. Krzysztof Kosiński 2024-04-12 13:18:22 -0700
  • b1a777f319 Fix https://github.com/google/googletest/issues/4423 Abseil Team 2024-04-10 01:02:58 -0700
  • 3d73dee972 Merge pull request #4508 from davidmatson:addJsonSkipped Copybara-Service 2024-04-08 13:02:42 -0700
  • f10e11fb27 No external change Abseil Team 2024-04-05 09:39:12 -0700
  • 0af976647f [gtest] Use std::index_sequence and friends instead of rolling our own Lawrence Wolf-Sonkin 2024-04-04 12:37:50 -0700
  • 61db1e1740 Merge pull request #4505 from to01z:add-winapi-partition-games-support Copybara-Service 2024-04-03 13:59:49 -0700
  • d3a29ff624 Fix a race condition between the Watcher thread and the main thread during program exit Derek Mauro 2024-04-03 13:21:06 -0700
  • f16770d63d Add skipped messages to JSON output (fixes #4507). David Matson 2024-03-28 20:09:35 -0700
  • ec7b38672c Delete the unofficial GitHub actions tests. We do not look at these. Derek Mauro 2024-04-03 07:05:10 -0700
  • a2f106c7e2 Merge pull request #4503 from davidmatson:fixTypo Copybara-Service 2024-04-02 16:50:56 -0700
  • c4fec74514 Merge pull request #4502 from davidmatson:fixStreamHelpTextOs Copybara-Service 2024-04-02 07:53:31 -0700
  • 77afe8e014 Automated Code Change Abseil Team 2024-03-30 01:53:46 -0700
  • a7678dd0db Revert changes to googletest-port-test.cc Troels Gram 2024-03-28 22:05:08 -0700
  • f7a6bba24c Fix typo in comment. David Matson 2024-03-28 17:34:21 -0700
  • 53ee0fc0b2 Fix help text for stream_result_to flag. David Matson 2024-03-28 16:59:37 -0700
  • f1269cc220 Add support for compiling GoogleTest for Xbox Troels Gram 2024-03-23 22:53:35 -0700
  • eff443c6ef Merge pull request #4490 from memdo:main Copybara-Service 2024-03-18 13:34:04 -0700
  • a1a608348e Add colored output support for Alacritty Mustafa Berkay Düzenli 2024-03-16 00:28:30 +0300
  • c231e6f5b1 Add test for move-only type in Action signature Abseil Team 2024-03-14 23:59:31 -0700
  • b479e7a3c1 Guard Abseil flags usage in googlemock with GTEST_NO_ABSL_FLAGS. Daniel Cheng 2024-03-11 10:31:09 -0700
  • e1a38bc370 Reland: Optimize Google Test process startup Abseil Team 2024-03-07 23:53:04 -0800
  • 31993dfa6b Revert Optimize Google Test process startup Abseil Team 2024-03-05 09:58:22 -0800
  • b9059aaa4c Optimize Google Test process startup Abseil Team 2024-03-05 02:36:18 -0800
  • 926f681a90 Merge pull request #4466 from danfabo:fix-fetch-content-uses-gtest Copybara-Service 2024-03-04 13:15:25 -0800
  • e4fdb87e76 Accept one-shot callables in InvokeArgument. Abseil Team 2024-02-29 07:41:40 -0800
  • e15c5a51b8 Merge pull request #4477 from tmiguelf:feature/soup_cleanup Copybara-Service 2024-02-28 09:48:31 -0800
  • 3b6d48e8d5 Reland 9756ee7cba Abseil Team 2024-02-27 11:53:48 -0800
  • 814ba36338 Make sure that current_test_suite and current_test_info are mutex-protected while writing for thread-safety. Abseil Team 2024-02-27 11:03:43 -0800
  • 4c676b94b8
    Fixed gcc linker error 58 Tiago Freire 2024-02-23 13:23:25 +0100
  • 9d43b27f7a Revert incorrect update. Abseil Team 2024-02-22 08:47:35 -0800
  • db38b59fa0 Rollback 9756ee7cba Derek Mauro 2024-02-21 11:05:22 -0800
  • 5df0241ea4 gtest.h: add IWYU export pragmas Abseil Team 2024-02-14 16:10:41 -0800
  • 9756ee7cba Support Fuchsia target builds. Abseil Team 2024-02-13 20:56:05 -0800
  • 6eb225cb88 Add anchor for expectation ordering note Abseil Team 2024-02-13 13:54:14 -0800
  • f5448b3d71 Get include dirs from target rather than global variables. danfabo 2024-02-11 02:36:02 +0100
  • b75ecf1bed Switch rank structs to be consistent with written guidance in go/ranked-overloads Matt Kulukundis 2024-02-07 15:05:25 -0800
  • 96519a4019 Use _Exit instead of _exit in GoogleTest Abseil Team 2024-02-07 09:00:30 -0800
  • 64be1c79fa Destroy installed environments in normal code, not in static teardown. Abseil Team 2024-02-06 16:30:23 -0800
  • 48729681ad Merge pull request #4458 from kaswhy:patch-1 Copybara-Service 2024-02-05 12:41:31 -0800
  • 456574145c Modifications to improve portability of googletest tests. Abseil Team 2024-01-31 06:50:36 -0800
  • 3cb7ce90b3
    Add myself to Contributors Soyeon Kim 2024-01-31 21:11:21 +0900
  • 6fdb4c303f Do not emit stack traces for messages generated by SUCCEED() Abseil Team 2024-01-30 13:55:07 -0800
  • fc0076ffc4 Merge pull request #4435 from kaswhy:main Copybara-Service 2024-01-29 07:50:37 -0800
  • 6a5938233b Add support for Bzlmod for the next release https://bazel.build/external/overview#bzlmod Derek Mauro 2024-01-25 10:27:14 -0800
  • 563ebf1769 Fix double-promotion warnings in AppropriateResolution() Abseil Team 2024-01-23 07:02:01 -0800
  • 1cab76c7b8 Docs: Add mention of gtest_recreate_environments_when_repeating kaswhy 2024-01-23 21:39:40 +0900
  • bd30c39d61 Merge pull request #4444 from michaeldleslie:only_apply_lregex_for_qnx710_and_newer Copybara-Service 2024-01-22 13:13:03 -0800
  • ffc477e705 googletest: Fix incorrect comment about value_param of internal::MakeAndRegisterTestInfo Dino Radakovic 2024-01-22 10:11:40 -0800
  • 96cd50c082 If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag library will not be used by googletest, even if GTEST_HAS_ABSL is #defined. Abseil Team 2024-01-18 14:23:34 -0800
  • f6f920d2ba Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEM Abseil Team 2024-01-16 12:55:45 -0800
  • cfe5076a8b Do not emit stack traces for messages generated by GTEST_SKIP() Abseil Team 2024-01-16 11:18:39 -0800
  • 778badf63a Docs: add conditions for calling SetUp and TearDown() kaswhy 2024-01-12 01:06:00 +0900
  • f57505314b only apply -lregex for qnx710 and newer Michael Leslie 2024-01-10 11:34:22 -0800
  • 7c07a86369 Update CI builds to use Bazel 7.0.0 Derek Mauro 2024-01-09 13:01:48 -0800
  • 7f409cb3c0 Add a note about argv requiring NULL termination. Abseil Team 2024-01-09 09:38:37 -0800
  • 3b26f7e53b Disable -Wfloat-equal in AppropriateResolution(). Krzysztof Kosiński 2024-01-09 08:38:41 -0800
  • dda72ef321 Docs: add conditions for calling TearDown() kaswhy 2023-12-29 02:05:18 +0900
  • dddb219c3e Accept move-only callables in InvokeArguments Abseil Team 2023-12-28 04:03:13 -0800
  • 96eadf659f Minor documentation correction. Abseil Team 2023-12-22 08:50:31 -0800
  • cde9a745a6 Fix broken links in primer.md Derek Mauro 2023-12-19 13:55:58 -0800
  • 8495449f07 Fix data race in leak detection Abseil Team 2023-12-18 10:14:04 -0800
  • 530d5c8c84 Add FAIL_AT macro variant of FAIL matching ADD_FAILURE, ADD_FAILURE_AT Abseil Team 2023-12-12 17:40:15 -0800
  • eb80f759d5 Remove unnecessary conversion Tom Hughes 2023-12-11 16:16:45 -0800
  • b3a9ba2b8e Merge pull request #4426 from tamaskenez:cmake_external_absl_re2 Copybara-Service 2023-12-04 14:11:54 -0800
  • 8760db154a Skip find_package(Python3) when not building tests Derek Mauro 2023-12-04 13:41:38 -0800
  • 48b373f6e0 Allow using external absl and re2. Tamas Kenez 2023-12-01 23:09:45 +0100
  • 76bb2afb8b Implement testing::Rethrow to throw exceptions more easily via std::exception_ptr Abseil Team 2023-11-27 13:31:59 -0800
  • b10fad38c4 Merge pull request #4397 from botovq:raise Copybara-Service 2023-10-30 14:33:13 -0700
  • 5b7fd63d6d Export gmock-spec-builders. Abseil Team 2023-10-26 13:14:13 -0700
  • 7f036c5563 Add missing include for raise(3) Theo Buehler 2023-10-25 07:17:52 +0200