Revert "Add names to tuple-parameterized tests"
This reverts commit 7456a5e0. Reason for revert: Suspecting as cause of crbug.com/1123758. Original change's description: > Add names to tuple-parameterized tests > > Test names can only contain alphanumeric characters, plus underscores. > testing::PrintToStringParamName() stringifies tuples using characters > that aren't valid for test names. > > Add a similar function which joins each element using underscores. This > will generate valid names for test parameterization, provided each > element of the tuple can be written using valid characters. > > Bug: 1092945, 1117587 > Change-Id: I868b1d4040a93bdbf763dbb45b94ff15f181dd18 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376882 > Reviewed-by: kylechar <kylechar@chromium.org> > Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> > Cr-Commit-Position: refs/heads/master@{#803182} TBR=kylechar@chromium.org,sgilhuly@chromium.org Change-Id: I7ef3a845df745a1b7cdd4fe09ba24e76abb26138 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1092945 Bug: 1117587 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387036Reviewed-by:Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#803333}
Showing
Please register or sign in to comment