googletest icon indicating copy to clipboard operation
googletest copied to clipboard

GoogleTest - Google Testing and Mocking Framework

Results 460 googletest issues
Sort by recently updated
recently updated
newest added
trafficstars

Resolves #4605 As elaborated in the issue, `GTEST_INTERNAL_HAVE_CPP_ATTRIBUTE(maybe_unused)` failing to consider the C++ standard can cause `-Wc++17-attribute-extensions` warning in C++14. This PR applies the patch equivalent to what the issue...

### Does the feature exist in the most recent commit? I did not find that functionality. ### Why do we need this feature? It would be more handy to write:...

enhancement

### Describe the issue On latest fedora:rawhide, both with clang++ (19.1.6) or g++ (15.0.1), in implicit mode or explicit -std=c++17, including gtest.h emits: ``` /usr/bin/../lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/ciso646:46:4: warning: " is deprecated in...

### Describe the issue All in the title when building googletest as a shared lib with absl support on, all flags won't be correctly exported so any access to it...

last secutity can contact directly

https://guidebooks.google.com/android/changesettingspermissions/changeyourapppermissions?utm_campaign=HC_9431959_Aug21

### Describe the issue I'm running tests for googletest 1.15.2 and I see one failure (test results with `self.maxDiff = None`): ``` 55/63 Test: googletest-output-test Command: "/usr/bin/python3.9" "/data/builds/oi-userland/components/developer/googletest/googletest-1.15.2/googletest/test/googletest-output-test.py" "--build_dir=/data/builds/oi-userland/components/developer/googletest/build/amd64/googletest" "--no_stacktrace_support"...