Commit Graph

  • 7da4a4114a Fix quickstart-cmake documentation Alecto Irene Perez 2022-03-26 21:52:05 -06:00
  • af29db7ec2 Address deprecation warning surfaced by Github presubmit tests Abseil Team 2022-03-23 15:07:35 -07:00
  • 073293463e Split gmock-matchers_test into 4 smaller test #3653 Mattias Ellert 2022-03-23 09:07:35 -07:00
  • 0affd45b62 Merge pull request #3779 from messerb5467:promote-inclusive-behavior Copybara-Service 2022-03-22 14:59:23 -07:00
  • 5d6f38c1e2 Only print disabled test banner if the test matches gtest_filter Abseil Team 2022-03-22 09:07:20 -07:00
  • 1754febbaa Clarify public access on gmock examples. Abseil Team 2022-03-21 11:56:42 -07:00
  • 9e71237221 Merge branch 'main' into promote-inclusive-behavior Brad Messer 2022-03-18 12:32:39 -04:00
  • 794da715d4 Remove sanity as it is offensive to neurodiverse individuals. Brad Messer 2022-03-18 12:19:38 -04:00
  • b007c54f29 Running clang-format over all of GoogleTest Abseil Team 2022-03-15 13:41:41 -07:00
  • 8a422b8398 Merge pull request #3774 from sobczyk:main Copybara-Service 2022-03-15 06:55:30 -07:00
  • ae5e06dd35 Remove references to deleted script gen_gtest_pred_impl.py Dino Radakovic 2022-03-14 07:59:59 -07:00
  • ae1b7ad430 Mark ACTION_Pn()-generated functions as must-use-result, adding non-compilation tests. Abseil Team 2022-03-08 06:41:34 -08:00
  • 3c5320bf6f Add myself to contributors Szymon Sobik 2022-03-08 01:21:16 +01:00
  • 132059ba0c Adjust documentation regarding xml and json source file location otput. Szymon Sobik 2022-03-08 01:16:36 +01:00
  • 5c1b42a58d Adjust xml and json unit tests to test for source file and line location. Szymon Sobik 2022-03-08 01:15:20 +01:00
  • ee5e3043ce Add support for testing of xml and json output of source file and line location Szymon Sobik 2022-03-08 01:14:21 +01:00
  • f7621f0191 Output source file path and line number in xml and json files. Szymon Sobik 2022-03-08 01:12:35 +01:00
  • c9461a9b55 Update GCC/Clang Linux tests to use Bazel 5.0.0 Derek Mauro 2022-02-17 14:18:22 -08:00
  • ea55f1f52c Address conversion warning by explicitly casting to size_t Abseil Team 2022-02-14 13:27:54 -08:00
  • 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 -08:00
  • 06519cedc3 Merge pull request #3751 from noiseless:gtest-help-test-OpenBSD Copybara-Service 2022-02-08 09:11:25 -08:00
  • 504eb98953 Merge pull request #3746 from IYP-Programer-Yeah:use-constant-time-lookup-for-exact-match Copybara-Service 2022-02-08 06:51:54 -08:00
  • 43efa0a4ef Merge pull request #3617 from Bagira80:fix_3616 Copybara-Service 2022-02-07 11:51:52 -08:00
  • d6841c040d Apply requested changes by using std::inserter with move. Hossein Ghahramanzadeh 2022-02-05 17:43:21 +01:00
  • 631f4f9947 Fix gtest-help-test failure on OpenBSD Andrew Krasavin 2022-02-05 03:44:54 +03:00
  • 14aa11db02 Merge pull request #3724 from jjfvanderpol:main Copybara-Service 2022-02-04 11:28:32 -08:00
  • 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 -08:00
  • 4517697675 Merge pull request #3744 from danger89:patch-2 Copybara-Service 2022-01-31 20:01:13 -08:00
  • 2eadda6e00 Do constant time matching for exact match filters. Hossein Ghahramanzadeh 2022-01-29 08:05:03 +01:00
  • 28e1da21d8 Finish some missed pieces of the TestCase to TestSuite Migration Derek Mauro 2022-01-28 07:26:29 -08:00
  • 0b7798b2fb Change ReturnArg to use perfect forwarding of arguments (#3733) Dino Radakovic 2022-01-26 08:38:44 -08:00
  • f2d71f0be2 Let me give a change to try it again - updating to latest version Melroy van den Berg 2022-01-25 22:45:24 +01:00
  • f45d5865ed Make recreate_environments_when_repeating=false the default. Abseil Team 2022-01-24 23:46:09 -08:00
  • 7eae8de0da Merge pull request #3723 from ramkumar-kr:patch-1 Copybara-Service 2022-01-24 15:04:20 -08:00
  • f64cf6b7b8 Merge pull request #3732 from joshiayush:i2174 Copybara-Service 2022-01-24 14:08:19 -08:00
  • 3d81736c97 Merge pull request #3615 from IYP-Programer-Yeah:fix-per-test-filter-processing Copybara-Service 2022-01-21 08:18:49 -08:00
  • 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 -08:00
  • 100f6fbf5f Consistently apply IWYU pragmas across googletest and googlemock headers Abseil Team 2022-01-18 08:10:36 -08:00
  • c9643a2e45 Merge pull request #3721 from joshiayush:i3719 Copybara-Service 2022-01-17 12:59:48 -08:00
  • 4e9fe30884 Fix reference to source file in gmock FAQ Dino Radakovic 2022-01-14 14:40:07 -08:00
  • 4e82924686 Update test Docker image to GCC 11.2, Clang 14 (prerelease), CMake 3.22.1, and Bazel 4.2.2 Derek Mauro 2022-01-14 06:52:29 -08:00
  • ca3ffd90f2 FIX #2174 -- remove DEBUG_POSTFIX Ayush Joshi 2022-01-13 21:24:56 +05:30
  • 2d07f12b60 Fix run-on sentence Abseil Team 2022-01-12 07:19:16 -08:00
  • aea0874c42 Merge pull request #3725 from bsilver8192:remove-another-disallow-assign Copybara-Service 2022-01-11 09:01:32 -08:00
  • 1d9f7c5fb2 Merge pull request #3713 from PhilipMourdjis:cmake-qnx-link-regex Copybara-Service 2022-01-10 14:56:50 -08:00
  • 29bc520e5b Fix a typo in comments. Hossein Ghahramanzadeh 2022-01-06 15:46:11 +01:00
  • 4fc151ae69 Use normal for loop instead of accumulate. Hossein Ghahramanzadeh 2021-12-22 16:22:56 +01:00
  • aea981dd54 Improve code readablity. Hossein Ghahramanzadeh 2021-12-17 02:49:45 +01:00
  • 4adbc9c9b2 Apply requested changes to preserve old behavior. Hossein Ghahramanzadeh 2021-12-17 02:45:56 +01:00
  • d03d23a6e5 Reimplement MatchesFilter with new interfaces. Hossein Ghahramanzadeh 2021-12-03 01:45:10 +01:00
  • 3fc1ab6632 Apply requested changes. Hossein Ghahramanzadeh 2021-11-23 15:16:45 +01:00
  • f20688737a Get rid of redundant filter matching code Hossein Ghahramanzadeh 2021-10-17 18:53:08 +02:00
  • f5b4efef5f Add comments describing the behavior of filters Hossein Ghahramanzadeh 2021-10-17 18:44:54 +02:00
  • 2377c8d32b Process filter string once instead of per test Hossein Ghahramanzadeh 2021-10-17 12:53:30 +02:00
  • 58b71c9ea2 Remove another GTEST_DISALLOW_ASSIGN_ that crept in Brian 2022-01-05 21:33:05 -08:00
  • 91461509de Set CMake Policy CMP0077 to NEW Joris van der Pol 2022-01-05 11:07:50 +01:00
  • 0256210376 Update example to reflect the tests below Ram Kumar K R 2022-01-04 13:36:22 -08:00
  • 1b4cf35958 FIX #3719 -- Fix clang conversion warnings Ayush Joshi 2022-01-01 19:28:21 +05:30
  • 6b74da4757 Include the param names in the generated description of the MATCHER_P matchers. Abseil Team 2021-12-27 08:04:50 -08:00
  • d81ae2f0bf Clarify "package" means "Bazel package", and promote testonly=True rather than testing sub-directory. Abseil Team 2021-12-22 22:49:37 -08:00
  • c58f562fa2 Makes the Python imports consistently use full paths from the repository root, unifying the behavior between Bazel and CMake Derek Mauro 2021-12-22 13:00:44 -08:00
  • 71d4e2f742 Makes TestForDeathTest.CRTDebugDeath only run when _DEBUG is defined Derek Mauro 2021-12-21 13:15:49 -08:00
  • 4745746725 link to regex on qnx in cmake Philip Mourdjis 2021-12-21 16:14:03 +00:00
  • 9a32aee22d Merge pull request #3684 from ludgerpaehler:patch-1 Copybara-Service 2021-12-20 13:59:26 -08:00
  • 97a467571a Release tests for UnitTestOptions::MatchesFilter Dino Radakovic 2021-12-15 08:35:29 -08:00
  • 054a986a85 Merge pull request #3694 from joshiayush:main Copybara-Service 2021-12-08 08:53:55 -08:00
  • 4c5650f688 Add NOLINT to address modernize-use-trailing-return-type in TEST_F uses Abseil Team 2021-12-07 15:08:42 -08:00
  • 3ea587050d Allow to specify a random seed independently of whether shuffling is requested Ayush Joshi 2021-12-04 21:18:18 +05:30
  • d61d4d8e64 Support std::reference_wapper as a smart pointer type in gmock Abseil Team 2021-12-03 10:13:10 -08:00
  • 1b2606425c Fix typo in GoogleMock Cookbook. Abseil Team 2021-12-02 07:43:48 -08:00
  • bb9216085f Work around Android KitKat tzset bug Abseil Team 2021-11-29 20:52:52 -08:00
  • b4d4e6e348 Fix typo in the queue test. Ludger Paehler 2021-11-25 16:53:19 +01:00
  • e2f3978937 Merge pull request #3620 from hzeller:add-simple-ci Copybara-Service 2021-11-23 17:23:00 -08:00
  • 3e0e32ba30 Merge pull request #3664 from kuzkry:typo-fixes Copybara-Service 2021-11-18 08:55:29 -08:00
  • 183a20b40e Merge pull request #3669 from assafpr:main Copybara-Service 2021-11-18 08:54:40 -08:00
  • a0dc888bf1 Merge pull request #3672 from densamoilov:densamoilov/main/suppress-warning Copybara-Service 2021-11-18 08:53:52 -08:00
  • 035a101b62 Suppress unused-value warning Denis Samoilov 2021-11-16 18:59:03 -08:00
  • ca2952c5ef fixed branch from master to main in readme.md assafpr 2021-11-16 13:33:26 +02:00
  • 6e271e4aea Update README.md assafpr 2021-11-16 13:32:51 +02:00
  • dfc3675361 fix a typo Krystian Kuzniarek 2021-11-16 09:18:03 +01:00
  • 1a3e2a265f Clarify "Times() after X" error message Taylor Cramer 2021-11-15 13:47:36 -08:00
  • 4848324c5f Update URLs in Bazel Quickstart Derek Mauro 2021-11-15 11:50:45 -08:00
  • 1b18723e87 Fix typo in gmock-matchers_test.cc: CanDescribeNegationOfExpectingOneElment => CanDescribeNegationOfExpectingOneElement Abseil Team 2021-11-12 13:09:13 -08:00
  • 25208a60a2 Merge pull request #3650 from tambry:std_iterator dinord 2021-11-12 13:00:07 -05:00
  • 9ca071b6e5 Googletest export Abseil Team 2021-11-10 13:21:58 -05:00
  • 7f2288476b Merge pull request #3657 from BioDataAnalysis:bda_add_winerr dinord 2021-11-10 17:21:09 -05:00
  • 6c8a386513 Googletest export dmauro 2021-11-09 16:35:30 -05:00
  • e4ffd4d715 googletest/src/gtest-port.cc: Added GetLastError() on Windows for CreateThread() Mario Emmenlauer 2021-11-10 13:20:14 +01:00
  • 79efd968bf Googletest export Abseil Team 2021-11-09 14:36:57 -05:00
  • aa486f165e Googletest export Abseil Team 2021-11-08 13:49:32 -05:00
  • c3792825bf Googletest export Abseil Team 2021-11-08 13:12:33 -05:00
  • d4e084a1cc Googletest export Abseil Team 2021-11-04 16:44:06 -04:00
  • 5d1e4af673 Replace use of deprecated std::iterator Raul Tambre 2021-11-05 13:01:19 +02:00
  • bf0701daa9 Googletest export Abseil Team 2021-11-03 15:07:22 -04:00
  • 51536300a1 Merge pull request #3638 from limitedAtonement:3637-disabled-output CJ Johnson 2021-11-03 13:46:13 -04:00
  • cbf46d3f27 Googletest export dmauro 2021-10-28 10:22:51 -04:00
  • 5a93ce1247 Googletest export dmauro 2021-10-27 16:28:25 -04:00
  • 7cf37a18d1 Googletest export Abseil Team 2021-10-26 15:49:22 -04:00
  • b3062166a1 Googletest export Abseil Team 2021-10-26 15:38:22 -04:00
  • 489ef888d9 Googletest export dmauro 2021-10-25 13:40:39 -04:00