googletest
googletest copied to clipboard
GoogleTest - Google Testing and Mocking Framework
Added a check for a null pointer name in the constructor and destructor of the SetEnv class to ensure safety during usage. Now the program will throw an exception if...
### Describe the issue If benchmark Fixture includes StrictMock class, running it will get Segmentation fault. The crash seems happens when constructing StrictMock objects. Please check the gdb backtrace at...
### Describe the issue Problem: With the latest version of Xcode 15.3 it is no longer possible to use chrono timpoints in a test assertion, if the build target is...
### Describe the issue Windows only uses the command line options passed to it when the test suite starts for death tests only adding the needed filters to run the...
Fix some failures identified in gtest_build_tests=ON when trying to build googletest with winegcc for a [winelib](https://wiki.winehq.org/Winelib) application (i.e. when using a POSIX libc/libstdc++, but with some win32 API available). Context:...
### Describe the issue We have an Environment teardown that is reporting an error and we need to know what the correct approach is to handle it. Our current code...
### Describe the issue everything runs fine but on teardown we write out our xml file for the test reporter on all other platforms this works fine but on macosx...
### Describe the issue When I build the cmake of googletest v1.14 i receive this error messages: ``` CMake Warning at test/lib/googletest/CMakeLists.txt:50 (project): VERSION keyword not followed by a value...
### Describe the issue If I used the library provided by the system package manager like pacman of Arch Linux, I will get a link error complaining about the `PrintTo`...