googletest
googletest copied to clipboard
GoogleTest - Google Testing and Mocking Framework
`-Wundef` detects cases where an undefined symbol is evaluated in the context of `#if` and defaults to `0`. While this default behavior could sometimes be a nice shortcut it can...
Here has more info about NuttX: https://github.com/apache/nuttx
### Describe the issue While running GTest from JNI, we may need to `CaptureStdout` to a file and redirect to logcat. Right now it uses `/data/local/tmp/`, which is writeable when...
The default reporter (PrettyUnitTestResultPrinter) writes straight to stdout via printf calls. I would like to have an API so I can provide my own std::ostream, like boost Test library: https://www.boost.org/doc/libs/1_68_0/libs/test/doc/html/boost_test/test_output/logging_api/log_ct_output_stream_redirection.html...
### Describe the issue See https://github.com/google/googletest/pull/4103. AFAICT nothing in that diff could have caused that failure, so it looks like a spurious CI failure. For some reason this has sent...
**Describe the bug** Code which would ordinariy raise a MSVC C4018 warning for signed/unsigned mismatch in 32 bit or 64 bit builds are hidden if the comparison is done in...
### Describe the issue On Windows - when generating gtest from source using CMake it generates the projects with /MTd instead of /MDd The configuration by default is /MDd -...
### Describe the issue `GTEST_IS_THREADSAFE` could be user `#define`ed to `0` in order to avoid `#include ` and `#include `. This possibility regressed by https://github.com/google/googletest/commit/dc10c3b5e55c1101e7759bdb7bf9790cebbf4ad2. Patching ``` diff --git a/googletest/include/gtest/internal/gtest-port.h...
Added support for Nordic nRF52 series of MCUs