summaryrefslogtreecommitdiff
path: root/runner
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2020-06-09 16:40:33 +0300
committerPetri Latvala <petri.latvala@intel.com>2020-06-10 15:33:40 +0300
commit53b5902d44ba2a9fa9360380cd029e5bfbecac1c (patch)
tree4c2b645a6414454ad5feadd4caadae51c37cde4b /runner
parent88e379cef970db3dab020966d5dd117de7cc03ab (diff)
kms_atomic_transition: Avoid duplicate dynamic subtest names
In commit b943d64f95bc ("kms_atomic_transition: Make the available pipe discovery dynamic") the subtests of kms_atomic_transition were split into dynamic subtests. What avoided scrutiny however was that the looping uses for_each_pipe_with_valid_output, which gives you every valid pipe/output combo, so just using the pipe name as the dynamic subtest name causes duplicates, resulting in weird CI results. As the nature of the original test was a stress test for watermarks, keep the full combo rather than switching to for_each_pipe_with_single_output, but use the output name as well in the dynamic subtest name. Signed-off-by: Petri Latvala <petri.latvala@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'runner')
0 files changed, 0 insertions, 0 deletions