googletest icon indicating copy to clipboard operation
googletest copied to clipboard

GoogleTest - Google Testing and Mocking Framework

Results 460 googletest issues
Sort by recently updated
recently updated
newest added

### Describe the issue Hello. I recently upgraded my build image to the latest amazonlinux version, which comes with gcc-14's libstdc++ Since then, googletest does not build : ``` Consolidate...

This pull request adds a contribution file with an idea to improve Google Test.

### Describe the issue This is essentially the same as #3803, but for the specific case where the template arguments are being used with a _type_ rather than a function....

Just a small language fix in a comment in a code example

### Describe the issue awe@test_lib$ uname -a Linux fedora 6.13.5-100.fc40.x86_64 `#1` SMP PREEMPT_DYNAMIC Thu Feb 27 15:10:07 UTC 2025 x86_64 GNU/Linux awe@test_lib$ sudo dnf install gtest-devel [sudo] awe 的密码: 上次元数据过期检查:1:31:22...

### Describe the issue In docs [gMock for dummies](https://github.com/google/googletest/blob/main/docs/gmock_for_dummies.md?plain=1), line 683, here used `RetiresOnSaturation()`, which I think is not need with `InSequence`. Adding this line could mislead readers about the...

I would like to be able to pass multiple substrings to `EXPECT_NONFATAL_FAILURE` so that all the substrings must appear in the failure output. This should I guess also apply to...

enhancement

### Describe the issue After updating to latest googletest on windows 11 with latest Visual C++ compiler - all googletest compile flags use "/MD" instead of desired "/MT" even though...

`CombineTo()` allows the user to combine two or more sequences to produce values of a Cartesian product of those sequences' elements converted to the required type. The behavior of this...