Commit Graph

  • f2f099fb70
    Update CONTRIBUTING.md assafpr 2022-06-22 16:09:54 +0300
  • 1b772a9bc4
    documentation, change mater branch to main assafpr 2022-06-22 14:36:10 +0300
  • 358a3f6e3e
    documentation, change mater branch to main assafpr 2022-06-22 14:31:03 +0300
  • b3f3819a62
    Update gmock_output_test_golden.txt assafpr 2022-06-22 14:21:07 +0300
  • 3d1dcac4c4
    change link from master to main in documentation assafpr 2022-06-22 14:15:53 +0300
  • 7df7853ea0 Update GCC floor container used by CI to fix the Bazel cache error Derek Mauro 2022-06-21 12:27:03 -0700
  • 86add13493 Disable warning C4251 around refactored code Derek Mauro 2022-06-16 13:17:57 -0700
  • 191ca1f3a9 Merge pull request #3863 from eidosmontreal:fix_unused-variable_warning Copybara-Service 2022-06-14 13:24:55 -0700
  • 8b521aa43a gmock_cook_book.md: Delete superfluous statement from 2014. Abseil Team 2022-06-13 12:50:53 -0700
  • b644b4fbbf Merge pull request #3866 from eidosmontreal:simplify_shouldusecolor Copybara-Service 2022-06-13 08:38:29 -0700
  • fe735a6986 Move declaration of kStdOutFileNo and kStdErrFileno Gaspard Petit 2022-06-11 10:26:41 -0400
  • b1f84bf176 Update googletest docs to indicate that RE2 is now used for regexp implementation when building with Bazel and using Abseil. Abseil Team 2022-06-09 14:24:43 -0700
  • 49c6185ae7 Remove undefined internal function. Fixes #3856 Abseil Team 2022-06-09 12:57:02 -0700
  • 0320f517fd Work around a maybe-uninitialized warning under GCC 12 Derek Mauro 2022-06-01 14:07:23 -0700
  • a86777edf9 Fix for undefined symbol: testing::internal::Random::kMaxRange Gaspard Petit 2022-05-31 17:35:34 -0400
  • 548b13dc3c Fix internal files Abseil Team 2022-05-31 08:32:50 -0700
  • 3727a90075
    Merge branch 'google:main' into simplify_shouldusecolor Gaspard Petit 2022-05-30 22:01:15 -0400
  • 900c3f9cd5
    Merge branch 'google:main' into fix_unused-variable_warning Gaspard Petit 2022-05-30 22:00:02 -0400
  • e649993a40 gmock-spec-builders: remove the name for an unused parameter. Aaron Jacobs 2022-05-30 12:46:29 -0700
  • 59006287cd Simplify ColoredPrintf to rely on ShouldUseColor Gaspard Petit 2022-05-30 13:34:17 -0400
  • 410e5f9e04 Fix "unused variable" warning Gaspard Petit 2022-05-30 11:04:54 -0400
  • 9d21db9e0a gmock-spec-builders: add support for non-moveable types. Aaron Jacobs 2022-05-27 15:24:50 -0700
  • 6cd3823783 Clarify that this-> is needed to access members of type-parameterized tests. elixir 2022-05-27 11:31:26 -0700
  • 28356773cb gmock-actions: properly support non-moveable results in is_callable_r. Aaron Jacobs 2022-05-27 02:23:19 -0700
  • 56246cdb94 gmock-spec-builders: move a method to the header. Aaron Jacobs 2022-05-26 07:24:44 -0700
  • cf942a5d69 Update GoogleTest documentation's spelling of "GoogleTest". Abseil Team 2022-05-25 19:16:56 -0700
  • 7041051488 Clarify the pitfalls of EXPECT_THAT and highlight it's best practices Abseil Team 2022-05-24 10:57:10 -0700
  • 6f3f9a9e61 set -utf-8 flag only for real MSVC compilers. E.g. not Intel's icx.exe Axel Kohlmeyer 2022-05-18 15:51:33 -0400
  • 8d51dc50eb gmock-internal-utils.cc: Avoid implicit conversion from int to char Fixes #3832 Dino Radakovic 2022-05-17 01:36:54 -0700
  • 5126f71661 gmock-actions: add support for move-only values to Return. Aaron Jacobs 2022-05-12 17:54:39 -0700
  • 8a011b8a38 Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_FATAL_FAILURE. Abseil Team 2022-05-12 06:57:18 -0700
  • cbca6bc395 gmock-actions: provide a const reference when converting in ReturnAction. Aaron Jacobs 2022-05-11 19:00:34 -0700
  • 5e6a533680 Do a consistent way of searching for a temporary directory. Abseil Team 2022-05-10 22:42:35 -0700
  • 4224c770a3 gmock-actions: simplify Return and add better documentation. Aaron Jacobs 2022-05-10 20:40:26 -0700
  • 6386897feb gmock-actions: make OnceAction public. Aaron Jacobs 2022-05-10 20:08:19 -0700
  • bda85449f4 Fixup some missing overrides in googletest. Abseil Team 2022-05-10 09:38:54 -0700
  • 4348d4efed Merge pull request #3818 from joshiayush:typo Copybara-Service 2022-05-06 09:27:29 -0700
  • 2a02723b76 Fix example of DescribeMatcher to properly support negation. Abseil Team 2022-05-03 12:17:52 -0700
  • 0027cf4703 Use TEST_TMPDIR on MacOS as well if available. Abseil Team 2022-05-02 21:55:51 -0700
  • 42ca3da579 gmock-actions: remove a no-longer-necessary friend declaration. Aaron Jacobs 2022-05-02 08:37:04 -0700
  • 5176726123 gmock-actions: support ByMove in a specialization of ReturnAction. Aaron Jacobs 2022-05-02 08:29:36 -0700
  • fae793c101 Fix typo in the test name of NormalizeTest Ayush Joshi 2022-04-30 20:59:00 +0530
  • 8ded48c37b Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Matcher Class", and fix the code examples. Abseil Team 2022-04-28 14:41:12 -0700
  • 830fb56728 gmock-actions: improve comments and tests for the implicit cast in Return. Aaron Jacobs 2022-04-27 08:48:35 -0700
  • c144d78f82 Support move-only and &&-qualified actions in WithArgs. Aaron Jacobs 2022-04-26 14:39:03 -0700
  • e33c2b24ca Use RE2 for the regex implementation when building with Bazel and using Abseil Derek Mauro 2022-04-26 13:26:45 -0700
  • 238e4745c6 Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too. Abseil Team 2022-04-26 09:48:24 -0700
  • 0498660ea5 Support move-only and &&-qualified actions in DoAll. Aaron Jacobs 2022-04-26 08:05:01 -0700
  • b53547bf01 Merge pull request #3797 from glandium:issue3514 Copybara-Service 2022-04-25 20:29:56 -0700
  • bf66935e07 Remove the legacy internal GTEST_DISALLOW_* macros Derek Mauro 2022-04-22 11:25:26 -0700
  • b85864c647 Eliminate the legacy GTEST_COMPILE_ASSERT_ macro Derek Mauro 2022-04-21 13:22:38 -0700
  • d5ad28dbe1 Always initialize fields in MatcherBase constructors Mike Hommey 2022-04-20 10:27:17 +0900
  • 8ccdb9d56d Merge pull request #3791 from MR-A0101:patch-1 Copybara-Service 2022-04-18 12:57:03 -0700
  • 80600e56cc Document two surprises in DoAllAction::NonFinalType. Aaron Jacobs 2022-04-13 15:03:55 -0700
  • 733f875989 Replace infinite recursion call (intentionally invoking undefined behavior to indicate unreachability) with explicit unreachability marker. Abseil Team 2022-04-13 07:27:23 -0700
  • a1cc8c5519 Add support for move-only and &&-qualified actions in WillOnce. Abseil Team 2022-04-08 18:39:39 -0700
  • f079775276
    Removing commas. MR-A 2022-04-06 23:03:06 +0530
  • 5f467ec04d Clarify what live-at-head actually means Derek Mauro 2022-04-06 07:38:58 -0700
  • c9044ba3dd Trying to make it more clear: this is probably not about mock classes, but about mocked classes Abseil Team 2022-04-04 15:30:21 -0700
  • 137f67e91f gmock: improve SFINAE for actions involving arguments. Abseil Team 2022-04-04 14:38:08 -0700
  • 3ffa237f0e Use ResultOf()'s result_description when explaining match result. Abseil Team 2022-04-04 12:55:29 -0700
  • 25dcdc7e8b Use the Abseil flags library when Abseil is present Derek Mauro 2022-04-04 07:38:23 -0700
  • 7da4a4114a
    Fix quickstart-cmake documentation Alecto Irene Perez 2022-03-26 21:52:05 -0600
  • af29db7ec2 Address deprecation warning surfaced by Github presubmit tests Abseil Team 2022-03-23 15:07:35 -0700
  • 073293463e Split gmock-matchers_test into 4 smaller test #3653 Mattias Ellert 2022-03-23 09:07:35 -0700
  • 0affd45b62 Merge pull request #3779 from messerb5467:promote-inclusive-behavior Copybara-Service 2022-03-22 14:59:23 -0700
  • 5d6f38c1e2 Only print disabled test banner if the test matches gtest_filter Abseil Team 2022-03-22 09:07:20 -0700
  • 1754febbaa Clarify public access on gmock examples. Abseil Team 2022-03-21 11:56:42 -0700
  • 9e71237221
    Merge branch 'main' into promote-inclusive-behavior Brad Messer 2022-03-18 12:32:39 -0400
  • 794da715d4 Remove sanity as it is offensive to neurodiverse individuals. Brad Messer 2022-03-18 12:19:38 -0400
  • b007c54f29 Running clang-format over all of GoogleTest Abseil Team 2022-03-15 13:41:41 -0700
  • 8a422b8398 Merge pull request #3774 from sobczyk:main Copybara-Service 2022-03-15 06:55:30 -0700
  • ae5e06dd35 Remove references to deleted script gen_gtest_pred_impl.py Dino Radakovic 2022-03-14 07:59:59 -0700
  • ae1b7ad430 Mark ACTION_Pn()-generated functions as must-use-result, adding non-compilation tests. Abseil Team 2022-03-08 06:41:34 -0800
  • 3c5320bf6f Add myself to contributors Szymon Sobik 2022-03-08 01:21:16 +0100
  • 132059ba0c Adjust documentation regarding xml and json source file location otput. Szymon Sobik 2022-03-08 01:16:36 +0100
  • 5c1b42a58d Adjust xml and json unit tests to test for source file and line location. Szymon Sobik 2022-03-08 01:15:20 +0100
  • ee5e3043ce Add support for testing of xml and json output of source file and line location Szymon Sobik 2022-03-08 01:14:21 +0100
  • f7621f0191 Output source file path and line number in xml and json files. Szymon Sobik 2022-03-08 01:12:35 +0100
  • c9461a9b55 Update GCC/Clang Linux tests to use Bazel 5.0.0 Derek Mauro 2022-02-17 14:18:22 -0800
  • ea55f1f52c Address conversion warning by explicitly casting to size_t Abseil Team 2022-02-14 13:27:54 -0800
  • 0e402173c9 Add a 3-arg overload for ResultOf() matcher that takes a description string for better error messages. Abseil Team 2022-02-09 16:19:22 -0800
  • 06519cedc3 Merge pull request #3751 from noiseless:gtest-help-test-OpenBSD Copybara-Service 2022-02-08 09:11:25 -0800
  • 504eb98953 Merge pull request #3746 from IYP-Programer-Yeah:use-constant-time-lookup-for-exact-match Copybara-Service 2022-02-08 06:51:54 -0800
  • 43efa0a4ef Merge pull request #3617 from Bagira80:fix_3616 Copybara-Service 2022-02-07 11:51:52 -0800
  • d6841c040d Apply requested changes by using std::inserter with move. Hossein Ghahramanzadeh 2022-02-05 17:43:21 +0100
  • 631f4f9947 Fix gtest-help-test failure on OpenBSD Andrew Krasavin 2022-02-05 03:44:54 +0300
  • 14aa11db02 Merge pull request #3724 from jjfvanderpol:main Copybara-Service 2022-02-04 11:28:32 -0800
  • 25ad42aabe GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrapper function in gtest.cc) rely on the fact that the inner call is not getting optimized. This CL annotates them with the appropriate attributes. Abseil Team 2022-02-01 10:44:30 -0800
  • 4517697675 Merge pull request #3744 from danger89:patch-2 Copybara-Service 2022-01-31 20:01:13 -0800
  • 2eadda6e00 Do constant time matching for exact match filters. Hossein Ghahramanzadeh 2022-01-29 08:05:03 +0100
  • 28e1da21d8 Finish some missed pieces of the TestCase to TestSuite Migration Derek Mauro 2022-01-28 07:26:29 -0800
  • 0b7798b2fb Change ReturnArg to use perfect forwarding of arguments (#3733) Dino Radakovic 2022-01-26 08:38:44 -0800
  • f2d71f0be2
    Let me give a change to try it again - updating to latest version Melroy van den Berg 2022-01-25 22:45:24 +0100
  • f45d5865ed Make recreate_environments_when_repeating=false the default. Abseil Team 2022-01-24 23:46:09 -0800
  • 7eae8de0da Merge pull request #3723 from ramkumar-kr:patch-1 Copybara-Service 2022-01-24 15:04:20 -0800
  • f64cf6b7b8 Merge pull request #3732 from joshiayush:i2174 Copybara-Service 2022-01-24 14:08:19 -0800
  • 3d81736c97 Merge pull request #3615 from IYP-Programer-Yeah:fix-per-test-filter-processing Copybara-Service 2022-01-21 08:18:49 -0800
  • 2ddfdf819d Factor out AssertionResult into dedicated gtest-assertion-result header + implementation files to prevent cyclic includes between gtest.h and gtest_pred_impl.h Abseil Team 2022-01-19 11:31:03 -0800
  • 100f6fbf5f Consistently apply IWYU pragmas across googletest and googlemock headers Abseil Team 2022-01-18 08:10:36 -0800