Paul T Robinson
Paul T Robinson
**Does the feature exist in the most recent commit?** No. **Why do we need this feature?** Tests might look like they're doing something useful when they aren't. Finding test assertions...
**Describe the bug** gtest_premature_exit_test expects to find an environment variable "TEST_PREMATURE_EXIT_FILE" telling it where to find a file needed to run the test properly. If this environment variable isn't set,...
**Describe the bug** googletest-output-test.py has a feature where you can set the environment variable DEBUG_GTEST_OUTPUT_TEST to get dumps of the output it saw and the output it expected to see....
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...
Phabricator allows subscribing llvm-commits, cfe-commits, etc., so that new reviews and comments on existing reviews go to the appropriate mailing list(s). How do we achieve the same effect for pull...
Rotten Green Tests are tests that have assertions that did not execute, even though they were contained in a test method that has a Pass result. This patch detects and...