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
trafficstars

`WhenDynamicCastToTest.AmbiguousCast` fails on FreeBSD 13.0-CURRENT with clang 7.0.1, clang 8.0.0, and gcc 8.2.0 with the following message: ``` $ script WhenDynamicCastToTest.AmbiguousCast.typescript ./googlemock/gmock-matchers_test --gtest_filter=WhenDynamicCastToTest.AmbiguousCast --gtest_color=no Script started on Sat Mar 9...

### Describe the issue IntelLLVM is recognized only by CMake 3.20+: https://cmake.org/cmake/help/latest/release/3.20.html#compilers When an older CMake is used, `CMAKE_CXX_COMPILER_ID` is set to `Clang`. This causes `-Wchar-subscripts` flag to be added...

help wanted

### Describe the issue When following the instructions as per this readme: https://github.com/google/googletest/blob/main/googletest/README.md I noticed that there is a variable known as GOOGLETEST_VERSION used in line 50 of the CMakeLists.txt...

### Does the feature exist in the most recent commit? I cannot get a the parent test `TEST(TestSuiteName, TestName)` to fail when a subroutine calls `ASSERT_TRUE(false condition)

enhancement

A race condition exist between the Watcher thread and main(). A case was found where the Watcher thread does not get execution time before the main function returns and calls...

### Describe the issue A race condition exist between the Watcher thread and main(). A case was found where the Watcher thread does not get execution time before the main...

### Describe the issue We came across a problem with one of our tests. We have a given interface that has a getter that returns a `const&` to a shared...

### Describe the issue This post includes some problems in a closed ticket [[1886](https://github.com/google/googletest/issues/1886)], I found part of them did not get fixed properly. Can you please check them and...

priority: p2

### Does the feature exist in the most recent commit? No ### Why do we need this feature? # Motivation Currently, it is not possible to test the values of...

enhancement