Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GoogleTest: Reports skipped test with gtest_add_tests | DavidPerretSN | 2022-11-07 | 1 | -1/+4 |
| | | | | | | Skipped GTests were reported as success when tests where added with gtest_add_tests. This fixes this behaviour. Fixes: #24130 | ||||
* | GoogleTest: Generalize test samples | Evgeniy Shcherbina | 2022-01-11 | 1 | -3/+3 |
| | | | | | Replaced brittle (and irrelevant to the tests) parts of the sample outputs with generic regexps to ease making new test cases. | ||||
* | GoogleTest: Fix regex matching all dots in the suite name | Francesco Guastella | 2022-01-07 | 1 | -3/+3 |
| | |||||
* | Tests: Fix and update wrongly named GoogleTest stdout file | Craig Scott | 2021-11-14 | 1 | -0/+10 |
The GoogleTest-skip-test output was never being checked since this test was added due to this file having the wrong name. |