summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GoogleTest
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'GoogleTest-type-param-suite'Brad King2023-03-065-3/+67
|\
| * GoogleTest: Restore suite name for type-parametrized testsBrad King2023-03-035-3/+67
* | Tests: Isolate more RunCMake cases from external ctest environment valuesBrad King2022-11-141-0/+4
* | GoogleTest: Reports skipped test with gtest_add_testsDavidPerretSN2022-11-073-1/+15
|/
* GoogleTest: Fix escaping in test namesEvgeniy Shcherbina2022-02-117-0/+130
* GoogleTest: Change format for typed testsEvgeniy Shcherbina2022-02-074-42/+42
* GoogleTest: Fix type param tests for suites with many casesEvgeniy Shcherbina2022-02-075-9/+23
* GoogleTest: Preserve spaces in test parametersEvgeniy Shcherbina2022-02-033-0/+9
* GoogleTest: Add handling for square brackets in test namesEvgeniy Shcherbina2022-01-113-3/+39
* GoogleTest: Generalize test samplesEvgeniy Shcherbina2022-01-115-135/+135
* GoogleTest: Fix regex matching all dots in the suite nameFrancesco Guastella2022-01-078-89/+170
* gtest_discover_tests: Re-run PRE_TEST discovery on any arg changeCraig Scott2021-11-164-0/+77
* Tests: Fix and update wrongly named GoogleTest stdout fileCraig Scott2021-11-141-3/+3
* GoogleTest: Add TEST_FILTER arg to gtest_discover_testsAshish Sadanandan2021-08-055-20/+92
* Tests: Fix newline matching in several RunCMake.* casesBrad King2021-07-023-6/+12
* Tests: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
* Tests: Suppress failures on macOS arm64 due to separate Xcode signing phaseBrad King2021-02-225-0/+23
* Tests: Clarify internal project name in RunCMake.GoogleTest casesBrad King2021-02-224-4/+4
* GoogleTest: Match the full 'DISABLED_' prefix to disable testsBrad King2020-12-033-46/+57
* CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)Kevin Puetz2020-08-261-0/+1
* Tests: Add test for GoogleTest XML_OUTPUT_DIRStefan Floeren2020-07-014-0/+57
* Tests: Don't ask for things not required for GoogleTestCraig Scott2020-06-244-8/+4
* GoogleTestAddTests: Fix output processingStefan Floeren2020-05-053-36/+52
* GoogleTest: Add testcase for skipped testsAlexander Stein2020-04-104-0/+48
* GoogleTest: Add tests for MultiConfig discovery in PRE_TEST modeRyan Thornton2020-03-275-0/+88
* GoogleTest: Parameterize tests to check PRE_TEST/POST_BUILD discovery modeRyan Thornton2020-03-2711-34/+68
* GoogleTest: Add test case for XML_OUTPUT_DIRAlexander Stein2020-03-134-0/+69
* GoogleTest: Add missing test case for gtest_discover_tests failureRyan Thornton2020-03-116-1/+29
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+2
* Merge topic 'gtest_discover_tests_timeout'Brad King2018-03-1613-10/+113
|\
| * GoogleTest: Rename TIMEOUT parameter to avoid clashCraig Scott2018-03-1513-10/+113
* | GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in TestsCraig Scott2017-12-291-1/+1
|/
* GoogleTest: Add test for missing test executableMatthew Woehlke2017-12-063-0/+10
* GoogleTest: Add timeout to discoveryMatthew Woehlke2017-12-065-0/+43
* GoogleTest: Fix multiple discovery on same targetMatthew Woehlke2017-11-214-3/+42
* Add dynamic test discovery for for Google TestMatthew Woehlke2017-07-275-0/+110