GoogleTest: Fix naming of tests with named parameters 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