- 13 May, 2021 3 commits
-
-
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 3 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
-
Dino Radaković authored
PiperOrigin-RevId: 367681693
-
- 09 Apr, 2021 2 commits
-
-
Abseil Team authored
Generalize root directory in CI scripts PiperOrigin-RevId: 367628939
-
Dino Radaković authored
PiperOrigin-RevId: 367509099
-
- 08 Apr, 2021 5 commits
-
-
Abseil Team authored
Update the example for Notify to use a lambda. It is much less boilerplate and easier to remember. PiperOrigin-RevId: 367284222
-
Abseil Team authored
Docs: Add examples for `FieldsAre` matcher PiperOrigin-RevId: 367263024
-
Abseil Team authored
Migrate away from deprecated --heap_check=strict PiperOrigin-RevId: 367226846
-
Abseil Team authored
This is part of a soft transition over to having ZX_INFO_PROCESS populate a new struct. See fxbug.dev/30751 for more details. PiperOrigin-RevId: 367083068
-
Abseil Team authored
Docs: Clarifying matcher in `Pointwise` and `UnorderedPointwise` PiperOrigin-RevId: 367059198
-
- 05 Apr, 2021 2 commits
-
-
Abseil Team authored
Disable blank issue template, delete question template PiperOrigin-RevId: 366874747
-
Abseil Team authored
Add macros to omit {EXPECT,ASSERT}_{TRUE,FALSE} PiperOrigin-RevId: 366455905
-
- 30 Mar, 2021 1 commit
-
-
Dino Radaković authored
PiperOrigin-RevId: 365572439
-
- 25 Mar, 2021 2 commits
-
-
Abseil Team authored
Delete extra whitespace in gtest_xml_test_utils.py PiperOrigin-RevId: 365140844
-
Abseil Team authored
Clarify explanation of mocking free functions PiperOrigin-RevId: 364943561
-