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

### Describe the issue I have a test which uses EXPECT_NONFATAL_FAILURE. I've recently started using --gtest_repeat (which is fantastic) and want to use --gtest_break_on_failure for my debugger to track down...

### Describe the issue Output of the test name can some times get corrupted (producing invalid utf-8 characters in the xml test output): ``` [ RUN ] SmokeTest.SSSSÊ [ OK...

### Describe the issue CMake Quickstart: When building per instructions, after exectuting: cmake -S . -B build "CMake Warning (dev) at /usr/share/cmake-3.24/Modules/FetchContent.cmake:1267 (message): The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and...

### Describe the issue Running the following... ``` apt install build-essential cmake git clone https://github.com/google/googletest cd googletest mkdir build cd build cmake .. make ``` ...fails with this error every...

Rotten Green Tests are tests that have assertions that did not execute, even though they were contained in a test method that was executed. Use `--gtest_treat_rotten_as_pass` to report these but...

Only warn on failure to create path to report file. When running in a semihosted ARM environment. There is no stat support nor mkdir, so existens checks for directories will...

issue: #4235 #4211 This version tag changes its version with its after every next new release accordingly.

### Describe the issue ContainsTimes.ListMatchesWhenElementQuantityMatches seems to fail on armel ### Steps to reproduce the problem Build and test googletest on armel ### What version of GoogleTest are you using?...

### Does the feature exist in the most recent commit? Not that I'm aware of ### Why do we need this feature? It would be a great way to reduce...

enhancement

### Why do we need this feature? Use-case: Tests that check if an error is thrown in an unstable regime. ### Describe the proposal. In pytest, xfail(strict=false) (default xfail) the...

enhancement