"docs/gmock_for_dummies.md" did not exist on "4ab6f4d7094bd89a8143cee485532a0d0316e671"
  1. 30 Jun, 2021 2 commits
    • Abseil Team's avatar
      Googletest export · 22e6055c
      Abseil Team authored
      Make multiple attempts to verify GetThreadCount()
      
      Testing GetThreadCount() is inheritently noisy, as other threads can be started
      or destroyed between two calls to GetThreadCount(). This is especially true
      under certain analyzer configurations, such as TSAN.
      
      PiperOrigin-RevId: 381951799
      22e6055c
    • Abseil Team's avatar
      Googletest export · 255323cf
      Abseil Team authored
      Deleting deprecated file.
      
      PiperOrigin-RevId: 381938709
      255323cf
  2. 22 Jun, 2021 2 commits
    • dinord's avatar
      Merge pull request #3443 from hyukmyeong:typo · 355d57d9
      dinord authored
      PiperOrigin-RevId: 380705469
      355d57d9
    • dmauro's avatar
      Googletest export · f7902802
      dmauro authored
      Remove -Werror from the CMake compiler flags
      
      We should not force warnings as errors on users.
      Sometimes compilers introduce new warnings which
      will break builds.
      
      Instead, we manually turn this flag on in our continuous integration
      scripts so we can catch these errors, but not force them on our users.
      
      Fixes #3447
      
      PiperOrigin-RevId: 380241852
      f7902802
  3. 17 Jun, 2021 3 commits
  4. 15 Jun, 2021 1 commit
  5. 13 Jun, 2021 1 commit
  6. 11 Jun, 2021 5 commits
  7. 09 Jun, 2021 2 commits
  8. 08 Jun, 2021 4 commits
  9. 03 Jun, 2021 2 commits
    • Florin Crișan's avatar
      #3420 Declare MarkAsIgnored as a DLL export · 26a1569c
      Florin Crișan authored
      This was causing the following linker error on Microsoft Visual C++ when compiling as a DLL:
      
      ```
      googletest-param-test-test.cc.obj : error LNK2019: unresolved external symbol "public: __cdecl testing::internal::MarkAsIgnored::MarkAsIgnored(char const *)" (??0MarkAsIgnored@internal@testing@@QEAA@PEBD@Z) referenced in function "void __cdecl works_here::`dynamic initializer for 'gtest_allow_ignore_NotInstantiatedTest''(void)" (??__Egtest_allow_ignore_NotInstantiatedTest@works_here@@YAXXZ)
      ```
      26a1569c
    • Florin Crișan's avatar
      #3420 Properly declare all overloads of testing::internal::PrintTo as DLL exports · e1cc005f
      Florin Crișan authored
      This was causing the following linker error on Microsoft Visual C++ when compiling as a DLL:
      
      ```
      googletest-printers-test.cc.obj : error LNK2019: unresolved external symbol "void __cdecl testing::internal::PrintTo(char16_t const *,class std::basic_ostream<char,struct std::char_traits<char> > *)" (?PrintTo@internal@testing@@YAXPEB_SPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z) referenced in function "public: static void __cdecl testing::internal::UniversalPrinter<char16_t const *>::Print(char16_t const * const &,class std::basic_ostream<char,struct std::char_traits<char> > *)" (?Print@?$UniversalPrinter@PEB_S@internal@testing@@SAXAEBQEB_SPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z)
      googletest-printers-test.cc.obj : error LNK2019: unresolved external symbol "void __cdecl testing::internal::PrintTo(char32_t const *,class std::basic_ostream<char,struct std::char_traits<char> > *)" (?PrintTo@internal@testing@@YAXPEB_UPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z) referenced in function "public: static void __cdecl testing::internal::UniversalPrinter<char32_t const *>::Print(char32_t const * const &,class std::basic_ostream<char,struct std::char_traits<char> > *)" (?Print@?$UniversalPrinter@PEB_U@internal@testing@@SAXAEBQEB_UPEAV?$basic_ostream@DU?$char_traits@D@std@@@std@@@Z)
      ```
      e1cc005f
  10. 02 Jun, 2021 5 commits
    • Abseil Team's avatar
      Googletest export · 53495a2a
      Abseil Team authored
      Create new Testing API reference
      
      PiperOrigin-RevId: 376969148
      53495a2a
    • Abseil Team's avatar
      Googletest export · 5f6a14c8
      Abseil Team authored
      Create new Mocking Reference
      
      PiperOrigin-RevId: 376951575
      5f6a14c8
    • Abseil Team's avatar
      Googletest export · 2bd34816
      Abseil Team authored
      Fix broken link
      
      PiperOrigin-RevId: 375995669
      2bd34816
    • Abseil Team's avatar
      Googletest export · d5d6ff94
      Abseil Team authored
      Create Assertions Reference
      
      PiperOrigin-RevId: 375824718
      d5d6ff94
    • dmauro's avatar
      Googletest export · 8ceecc27
      dmauro authored
      Updates Linux docker image to use Bazel 4.1.0 and GCC 11.1
      Updates Bazel dependencies
      Removes the last usage of the deprecated and removed Python2
      
      PiperOrigin-RevId: 375759184
      8ceecc27
  11. 25 May, 2021 2 commits
  12. 21 May, 2021 2 commits
  13. 19 May, 2021 1 commit
  14. 18 May, 2021 1 commit
    • Abseil Team's avatar
      Googletest export · eb6e9273
      Abseil Team authored
      Docs: Clarify that expectations must be set before mocks are exercised
      PiperOrigin-RevId: 373644072
      eb6e9273
  15. 13 May, 2021 7 commits
    • Abseil Team's avatar
      Googletest export · 662fe38e
      Abseil Team authored
      Support templating MockFunction over function objects besides std::function.
      
      PiperOrigin-RevId: 373586967
      662fe38e
    • Abseil Team's avatar
      Googletest export · d69a1129
      Abseil Team authored
      Fix code in googletest parameterized name example.
      
      PiperOrigin-RevId: 373262838
      d69a1129
    • Abseil Team's avatar
      Googletest export · 97f96cbc
      Abseil Team authored
      Clean up heading levels and mention `::testing` namespace in Matchers Reference
      
      PiperOrigin-RevId: 373242122
      97f96cbc
    • Abseil Team's avatar
      Googletest export · 5cfc63dd
      Abseil Team authored
      Fix links in Matchers Reference
      
      PiperOrigin-RevId: 372436732
      5cfc63dd
    • durandal's avatar
      Googletest export · df157130
      durandal authored
      Add a note documenting that death test macros accept arbitrary gmock matchers against child-process stderr, not just regexes.
      
      PiperOrigin-RevId: 372365998
      df157130
    • Abseil Team's avatar
      Googletest export · f381758e
      Abseil Team authored
      This callsite was previously updated to use ZX_INFO_PROCESS_V2 as a part of a soft transition. It is now time to revert back to `ZX_INFO_PROCESS` (which is now an alias of the former). See fxbug.dev/30751 for more details.
      
      PiperOrigin-RevId: 372339833
      f381758e
    • Abseil Team's avatar
      Googletest export · 7e5a3a57
      Abseil Team authored
      Move actions reference into independent document
      
      PiperOrigin-RevId: 371828549
      7e5a3a57