googletest
googletest copied to clipboard
GoogleTest - Google Testing and Mocking Framework
Specify the policy version to pass the cmake configure step on cmake 4
### Describe the issue Describe the issue Intel oneAPI 2025.2 introduces a new flag that emits warnings when building any project with googletest. This fails builds that have CMAKE_COMPILE_WARNING_AS_ERROR=1. This...
### Does the feature exist in the most recent commit? Not as far as I can tell. ### Why do we need this feature? Some targets do not support exceptions....
[FR] 4827: Added gmock_main_no_exception, gmock_main_no_rtti, and gmock_main_no_exception_no_rtti for WebAssembly, where exceptions are not supported. PS: Checked on my local and was able to generate the files with the correct flags...
### Describe the issue EXPECT_CALL step into ThreadLocalRegistry::GetValueOnCurrentThread() and never come out ### Steps to reproduce the problem check bug use this demo https://github.com/Ed-Yang/gmockc.git ### What version of GoogleTest are...
This pull request adds support for tracking and displaying the dynamic type information of mock objects in Google Mock. The changes improve diagnostics by showing the type of the mock...
This helps with generating better SBOMs than the old built-in `licenses` attribute
Having this flag causes emscripten to generate a binary with pthread support, which is not compatible with browsers that do not support pthreads or with web pages that do not...
This change attemps to reduce the introduction of exit-time destructors by gtest/gmock whenever it is possible, to just skip the destructor during termination. This is useful for codebases that aim...
I'm pretty sure that this was missed when changing terminology since moving to another test case doesn't seem to make sense in context.