googletest
googletest copied to clipboard
GoogleTest - Google Testing and Mocking Framework
### Does the feature exist in the most recent commit? No ### Why do we need this feature? This is just for documentation. I recently spent some time of investigation...
### Describe the issue Our users are writing the code: ``` ASSERT_EQ( myvec.size(), 1 ); ASSERT_NE( myvec.size(), 1 ); ``` And, with /Wall on MSVC 19.17, we are getting C4388...
This PR should fix issue #4603. Due to no discussion (and thus, no objections) in said issue, I decided to submit this PR without being explicitly asked to to do...
### Describe the issue ``` TestQualysAgent.cpp 1> C:\data\qagent\Source\Agent\SupportLibs\GoogleTest\GoogleTest\googletest\include\gtest\gtest-matchers.h(412,14): error C2059: syntax error: 'static_cast' 1> (compiling source file '/TestQualysAgent.cpp') ``` I'm getting above error while building the gtest (1.14.0) in visual...
### Describe the issue The `GTEST_INTERNAL_HAVE_CPP_ATTRIBUTE` is not evaluating against the C++ standard in which an attribute is introduced. Currently the only usage is in context of `GTEST_INTERNAL_HAVE_CPP_ATTRIBUTE(maybe_unused)` which could...
### Describe the issue For example, on [this page](https://google.github.io/googletest/reference/matchers.html) I see uses of `HasSubstring` but nothing on that page tells me what namespace it comes from. On [this page](https://google.github.io/googletest/advanced.html) I...
### Describe the issue I have a machine based on CPU with e2k (Elbrus) architecture, and it is supplied with EDG-based LCC compiler, which is mainly compatible with GCC, but...
### Does the feature exist in the most recent commit? No ### Why do we need this feature? Because *I* need it, I guess, and you want to serve people...
### Describe the issue Built googletest using the CMake-based build system on Windows. Then installed it using a prefix. Was expecting PDBs to be copied alongside the static libraries under...
### Describe the issue compiling googletest natively on an RPi3 completes without errors. The shared libraries build/install without problems, but no binaries are built/installed (/usr/local/bin/gmock /usr/local/bin/gtest). How do I build...