• Sean Gilhuly's avatar
    Add names to tuple-parameterized tests · 7456a5e0
    Sean Gilhuly authored
    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/+/2376882Reviewed-by: default avatarkylechar <kylechar@chromium.org>
    Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#803182}
    7456a5e0
layer_tree_host_unittest_copyrequest.cc 49.6 KB