- 02 Jun, 2021 3 commits
-
-
Abseil Team authored
Fix broken link PiperOrigin-RevId: 375995669
-
Abseil Team authored
Create Assertions Reference PiperOrigin-RevId: 375824718
-
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
-
- 25 May, 2021 2 commits
-
-
Abseil Team authored
Add Google Analytics & footer PiperOrigin-RevId: 375539689
-
Abseil Team authored
Remove the dependency on Objective C++ in iOS builds. 252ce9c5 introduced the use of NSTemporaryDirectory() on iOS, which requires Core Foundation, and Objective C++. This CL replaces NSTemporaryDirectory() with an equivalent solution (according to Apple's documentation at [1]) available to C/C++ code. Avoiding Objective C++ and Core Foundation makes it easier to integrate googletest in projects that can't use the supplied Bazel build files. [1] https://developer.apple.com/library/archive/documentation/Security/Conceptual/SecureCodingGuide/Articles/RaceConditions.html#//apple_ref/doc/uid/TP40002585-SW10 PiperOrigin-RevId: 375474990
-
- 21 May, 2021 2 commits
-
-
Abseil Team authored
Add missing link PiperOrigin-RevId: 374774097
-
Abseil Team authored
Remove inapplicable example PiperOrigin-RevId: 374762004
-
- 19 May, 2021 1 commit
-
-
Abseil Team authored
Fix a comment in a code snippet. PiperOrigin-RevId: 374504337
-
- 18 May, 2021 1 commit
-
-
Abseil Team authored
Docs: Clarify that expectations must be set before mocks are exercised PiperOrigin-RevId: 373644072
-
- 13 May, 2021 7 commits
-
-
Abseil Team authored
Support templating MockFunction over function objects besides std::function. PiperOrigin-RevId: 373586967
-
Abseil Team authored
Fix code in googletest parameterized name example. PiperOrigin-RevId: 373262838
-
Abseil Team authored
Clean up heading levels and mention `::testing` namespace in Matchers Reference PiperOrigin-RevId: 373242122
-
Abseil Team authored
Fix links in Matchers Reference PiperOrigin-RevId: 372436732
-
durandal authored
Add a note documenting that death test macros accept arbitrary gmock matchers against child-process stderr, not just regexes. PiperOrigin-RevId: 372365998
-
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
-
Abseil Team authored
Move actions reference into independent document PiperOrigin-RevId: 371828549
-
- 29 Apr, 2021 5 commits
-
-
Abseil Team authored
Revert https://github.com/google/googletest/commit/ac3c2a8d0496893787015014a5abd397b766cce2 -- it seems to break some gcc users (#3384) PiperOrigin-RevId: 370834917
-
Abseil Team authored
Clean up links to Matchers Reference PiperOrigin-RevId: 370821457
-
Abseil Team authored
Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693
-
Abseil Team authored
Update the `DescribeTo` signature in the code example at the Writing New Polymorphic Matchers section in gmock_cook_book. `os` should be a pointer to be consistent with the implementation, which dereference it as `*os`. PiperOrigin-RevId: 370693387
-
Abseil Team authored
internal change PiperOrigin-RevId: 370503556
-
- 26 Apr, 2021 2 commits
-
-
Abseil Team authored
Fix iOS logging issues in tests PiperOrigin-RevId: 370484087
-
Derek Mauro authored
PiperOrigin-RevId: 369696657
-
- 21 Apr, 2021 4 commits
-
-
Andy Soffer authored
PiperOrigin-RevId: 369550590
-
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: 369370855
-
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: 369349579
-
Andy Soffer authored
PiperOrigin-RevId: 369217358
-
- 20 Apr, 2021 1 commit
-
-
Vollstrecker authored
-
- 17 Apr, 2021 1 commit
-
-
dmauro authored
Use the time_point from steady_clock instead of the template This fixes the build on some embedded compilers PiperOrigin-RevId: 368879480
-
- 16 Apr, 2021 1 commit
-
-
Abseil Team authored
Fix -Wconversion issues on Fuchsia PiperOrigin-RevId: 368520510
-
- 15 Apr, 2021 4 commits
-
-
Sebastian Krämer authored
Co-authored-by:Eric Schmidt <shibumi@google.com>
-
Sebastian Krämer authored
Extended example and some rewording by @ericschmidtatwork, thank you. Co-authored-by:Eric Schmidt <shibumi@google.com>
-
Sebastian Krämer authored
A subsection "Skipping test execution" was added to document GTEST_SKIP and where it can be used. relates issue #1544
-
John Bampton authored
-
- 14 Apr, 2021 4 commits
-
-
Vollstrecker authored
-
dmauro authored
Remove AppVeyor configuration. Windows is now tested on Kokoro. PiperOrigin-RevId: 368471950
-
Vollstrecker authored
-
Abseil Team authored
Add support to run gtest on Xtensa platform. This add support to run GTest base test suits on Xtensa (https://ip.cadence.com/ipportfolio/tensilica-ip) base simulator. Xtensa only provides libc and some basic operations and does not run an operating system by default. PiperOrigin-RevId: 368162205
-
- 13 Apr, 2021 2 commits
-
-
Abseil Team authored
Adds a warning about anonymous namespaces in relation to private testing. PiperOrigin-RevId: 367730808
-
Abseil Team authored
Update docs to point to the github.io pages. PiperOrigin-RevId: 367711335
-