googletest
googletest copied to clipboard
GoogleTest - Google Testing and Mocking Framework
https://github.com/google/googletest/blob/master/docs/primer.md says: > Most users should not need to write their own main function and instead link with gtest_main (as opposed to with gtest), which defines a suitable entry point....
internal/gtest-port.h:437:29: warning: "__EXCEPTIONS" is not defined, evaluates to 0 [-Wundef] internal/gtest-port.h:2132:5: warning: "_MSC_VER" is not defined, evaluates to 0 [-Wundef] Signed-off-by: litong12
since NuttX(https://github.com/apache/incubator-nuttx) doesn't support cxxabi
since the bare metal or RTOS environment need demangled name
**Describe the bug** [docs/quickstart-cmake.md](https://github.com/google/googletest/blob/78aa2ba4401af0832edcc0d29f229a50ec8b86e5/docs/quickstart-cmake.md) contains below text: > In the above example, `609281088cfefc76f9d0ce82e1ff6c30cc3591e5` is the Git commit hash of the GoogleTest version to use; we recommend updating the hash often...
I see that there is a .clang-format configuration file under the code repository, and the[ contribution documentation](https://github.com/google/googletest/blob/main/CONTRIBUTING.md#style) reminds developers that they need to use clang-format to check to format. So...
**Describe the bug** The stack trace says it all... Direct leak of 8 byte(s) in 1 object(s) allocated from: \#0 0x55cde700951d in operator new(unsigned long) (/build/built/linux/debug_asan/tests/SlowTests+0x197d51d) (BuildId: 5481b2fd59f45706447f0ea44f5af0db0c3788b7) \#1 0x55cde8d2dff4...
The new docs look great and work well when reading sections top to bottom but if I am already using the library and need some help/clarification on a specific item...
Motivation: https://github.com/bazelbuild/bazel-central-registry/issues/124 Open questions: * Is the googletest project willing to maintain the bzlmod file?