mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
088b0af2f9
Recent changes to the JSON and stdout parsers changed the current test names from an unintentional bug to an intentional compatibility hack. This commit removes that compatibility hack and makes tests with named parameters follow the same naming conventions as tests with numbered parameters. Fixes: #26939
22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
Test project .*
|
|
*Start +[0-9]+: TEST:both_suite\.test!7
|
|
*[0-9]+/[0-9]+ +Test +#[0-9]+: TEST:both_suite\.test!7 \.+ +Passed +[0-9.]+ sec
|
|
*Start +[0-9]+: TEST:both_suite\.case/test!7
|
|
*[0-9]+/[0-9]+ +Test +#[0-9]+: TEST:both_suite\.case/test!7 \.+ +Passed +[0-9.]+ sec
|
|
*Start +[0-9]+: TEST:both\.test<suite>!7
|
|
*[0-9]+/[0-9]+ +Test +#[0-9]+: TEST:both\.test<suite>!7 \.+ +Passed +[0-9.]+ sec
|
|
*Start +[0-9]+: TEST:both\.case/test<suite>!7
|
|
*[0-9]+/[0-9]+ +Test +#[0-9]+: TEST:both\.case/test<suite>!7 \.+ +Passed +[0-9.]+ sec
|
|
*Start +[0-9]+: TEST:ns\.both\.test<suite>!7
|
|
*[0-9]+/[0-9]+ +Test +#[0-9]+: TEST:ns\.both\.test<suite>!7 \.+ +Passed +[0-9.]+ sec
|
|
*Start +[0-9]+: TEST:ns\.both\.case/test<suite>!7
|
|
*[0-9]+/[0-9]+ +Test +#[0-9]+: TEST:ns\.both\.case/test<suite>!7 \.+ +Passed +[0-9.]+ sec
|
|
*Start +[0-9]+: TEST:prefix/both\.test<suite>!7
|
|
*[0-9]+/[0-9]+ +Test +#[0-9]+: TEST:prefix/both\.test<suite>!7 \.+ +Passed +[0-9.]+ sec
|
|
*Start +[0-9]+: TEST:prefix/both\.case/test<suite>!7
|
|
*[0-9]+/[0-9]+ +Test +#[0-9]+: TEST:prefix/both\.case/test<suite>!7 \.+ +Passed +[0-9.]+ sec
|
|
|
|
100% tests passed, 0 tests failed out of [0-9]+
|
|
|
|
Total Test time \(real\) = +[0-9.]+ sec
|