summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportHEADmasterAbseil Team2021-04-292-72/+0
| | | | | | Revert https://github.com/google/googletest/commit/ac3c2a8d0496893787015014a5abd397b766cce2 -- it seems to break some gcc users (#3384) PiperOrigin-RevId: 370834917
* Googletest exportAbseil Team2021-04-292-4/+4
| | | | | | Clean up links to Matchers Reference PiperOrigin-RevId: 370821457
* Googletest exportAbseil Team2021-04-296-300/+301
| | | | | | Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693
* Googletest exportAbseil Team2021-04-291-1/+1
| | | | | | | | 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
* Googletest exportAbseil Team2021-04-291-1/+1
| | | | | | internal change PiperOrigin-RevId: 370503556
* Googletest exportAbseil Team2021-04-262-1/+21
| | | | | | Fix iOS logging issues in tests PiperOrigin-RevId: 370484087
* Merge pull request #3174 from sebkraemer:issue-15644Derek Mauro2021-04-261-0/+32
|\ | | | | | | PiperOrigin-RevId: 369696657
| * Apply missing suggestions from code review for GTEST_SKIPSebastian Krämer2021-04-151-11/+17
| | | | | | Co-authored-by: Eric Schmidt <shibumi@google.com>
| * Apply suggestions from code review for GTEST_SKIP documentation Sebastian Krämer2021-04-151-1/+1
| | | | | | | | | | Extended example and some rewording by @ericschmidtatwork, thank you. Co-authored-by: Eric Schmidt <shibumi@google.com>
| * Add subsection for GTEST_SKIP documentationSebastian Krämer2021-04-151-0/+26
| | | | | | | | | | | | | | A subsection "Skipping test execution" was added to document GTEST_SKIP and where it can be used. relates issue #1544
* | Merge pull request #3314 from Vollstrecker:masterAndy Soffer2021-04-211-53/+13
|\ \ | | | | | | | | | PiperOrigin-RevId: 369550590
| * | Use URL instead of git-repoVollstrecker2021-04-201-1/+2
| | |
| * | Mention to explicitely set the option to it's default.Vollstrecker2021-04-141-0/+2
| | |
| * | Changes like Requested.Vollstrecker2021-04-141-2/+2
| | |
| * | Use Fetchcontent instead of ExternalProjectVollstrecker2021-03-131-52/+10
| | | | | | | | | | | | | | | Hi, instead of ExternalProject and a new file that is spawned in a new process, it's easier to just use FetchContent. cmake 3.14 should be old enough to be spread.
* | | Googletest exportAbseil Team2021-04-211-3/+3
| | | | | | | | | | | | | | | | | | 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
* | | Googletest exportAbseil Team2021-04-211-3/+3
| | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #3364 from jbampton:fix-spellingAndy Soffer2021-04-2112-16/+16
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 369217358
| * | | chore: fix spellingJohn Bampton2021-04-1512-16/+16
| | |/ | |/|
* | | Googletest exportdmauro2021-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | Use the time_point from steady_clock instead of the template This fixes the build on some embedded compilers PiperOrigin-RevId: 368879480
* | | Googletest exportAbseil Team2021-04-151-2/+2
|/ / | | | | | | | | | | Fix -Wconversion issues on Fuchsia PiperOrigin-RevId: 368520510
* | Googletest exportdmauro2021-04-142-160/+0
| | | | | | | | | | | | | | Remove AppVeyor configuration. Windows is now tested on Kokoro. PiperOrigin-RevId: 368471950
* | Googletest exportAbseil Team2021-04-135-8/+23
| | | | | | | | | | | | | | | | | | | | | | 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
* | Googletest exportAbseil Team2021-04-121-4/+5
| | | | | | | | | | | | Adds a warning about anonymous namespaces in relation to private testing. PiperOrigin-RevId: 367730808
* | Googletest exportAbseil Team2021-04-121-14/+12
| | | | | | | | | | | | Update docs to point to the github.io pages. PiperOrigin-RevId: 367711335
* | Merge pull request #3158 from GauthamBanasandra:patch-1Dino Radaković2021-04-121-2/+2
|\ \ | | | | | | | | | PiperOrigin-RevId: 367681693
| * | Fix typoGautham B A2020-12-051-1/+1
| | |
* | | Googletest exportAbseil Team2021-04-092-8/+12
| | | | | | | | | | | | | | | | | | Generalize root directory in CI scripts PiperOrigin-RevId: 367628939
* | | Merge pull request #3319 from a-sully:patch-1Dino Radaković2021-04-091-6/+6
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 367509099
| * | | Update nicestrictnaggy gmock cook_book linksAustin Sullivan2021-03-171-6/+6
| | | | | | | | | | | | An incorrect link is output to the user when these conditions are met.
* | | | Googletest exportAbseil Team2021-04-071-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the example for Notify to use a lambda. It is much less boilerplate and easier to remember. PiperOrigin-RevId: 367284222
* | | | Googletest exportAbseil Team2021-04-071-1/+17
| | | | | | | | | | | | | | | | | | | | Docs: Add examples for `FieldsAre` matcher PiperOrigin-RevId: 367263024
* | | | Googletest exportAbseil Team2021-04-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Migrate away from deprecated --heap_check=strict PiperOrigin-RevId: 367226846
* | | | Googletest exportAbseil Team2021-04-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Googletest exportAbseil Team2021-04-071-4/+5
| | | | | | | | | | | | | | | | | | | | Docs: Clarifying matcher in `Pointwise` and `UnorderedPointwise` PiperOrigin-RevId: 367059198
* | | | Googletest exportAbseil Team2021-04-052-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | Disable blank issue template, delete question template PiperOrigin-RevId: 366874747
* | | | Googletest exportAbseil Team2021-04-051-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | Add macros to omit {EXPECT,ASSERT}_{TRUE,FALSE} PiperOrigin-RevId: 366455905
* | | | Merge pull request #3155 from ZedThree:cmake-alias-librariesDino Radaković2021-03-292-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 365572439
| * | | | CMake: Add namespaced ALIAS libraryPeter Hill2020-12-042-1/+5
| | |/ / | |/| | | | | | | | | | Fixes #3125
* | | | Googletest exportAbseil Team2021-03-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Delete extra whitespace in gtest_xml_test_utils.py PiperOrigin-RevId: 365140844
* | | | Googletest exportAbseil Team2021-03-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Clarify explanation of mocking free functions PiperOrigin-RevId: 364943561
* | | | Googletest exportAbseil Team2021-03-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Minor formatting updates PiperOrigin-RevId: 364935205
* | | | Googletest exportAbseil Team2021-03-252-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Code style cleanup in docs PiperOrigin-RevId: 364907938
* | | | Googletest exportAbseil Team2021-03-251-30/+34
| | | | | | | | | | | | | | | | | | | | | | | | Update advanced.md PiperOrigin-RevId: 364839958
* | | | Googletest exportAbseil Team2021-03-251-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | Update explanation of `EXPECT_EQ(NULL, ptr)` in FAQ PiperOrigin-RevId: 364626422
* | | | Googletest exportAbseil Team2021-03-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Code style cleanups in cheat sheet PiperOrigin-RevId: 364465553
* | | | Googletest exportAbseil Team2021-03-252-0/+158
| | | | | | | | | | | | | | | | | | | | | | | | Add CMake quickstart PiperOrigin-RevId: 364437779
* | | | Googletest exportAbseil Team2021-03-252-0/+163
| | | | | | | | | | | | | | | | | | | | | | | | Add Bazel quickstart PiperOrigin-RevId: 364419540
* | | | Googletest exportAbseil Team2021-03-227-181/+394
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print std::u8string, std::u16string, and std::u32string as string literals Previously, these types were printed as "{ U+123, U+456, U+789 }". However, printed output in that form is difficult to compare against any literals that might be defined in code. Instead, just treat these types like std::string and std::wstring, escaping non-ASCII characters with a hexadecimal escape sequence. The tests have also been updated to cover the new functionality: as a bonus, the tests now also pass with the MSVC toolchain. Internally, the code has been reorganized to primarily operate in terms of char32_t, under the assumption that char32_t will always be at least as big as wchar_t. While that assumption is currently true, perhaps it won't be in the future... PiperOrigin-RevId: 364033132
* | | | Merge pull request #3315 from zaucy:masterAndy Soffer2021-03-181-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | PiperOrigin-RevId: 363176008
OpenPOWER on IntegriCloud