==System Environment== -------------------------- Regression: Yes/igt regression Non-working platforms: all igt version: a6c3b32622d3d1cd2f3cb67255cd006b99d3fabb ==Bug detailed description== ----------------------------- duplicate 'kms_flip_event_leak' entry in tests/Makefile.sources e7d26df4198af40c92292cb4209fd803fa02062f is the first bad commit. commit e7d26df4198af40c92292cb4209fd803fa02062f Author: Chris Wilson <chris@chris-wilson.co.uk> AuthorDate: Thu Mar 19 15:24:52 2015 +0000 Commit: Chris Wilson <chris@chris-wilson.co.uk> CommitDate: Thu Mar 19 15:33:51 2015 +0000 igt/kms_vblank: Simple harness for measuring speed of drmWaitVBlank Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> diff --git a/tests/Makefile.sources b/tests/Makefile.sources index c32c37a..a165978 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -72,6 +72,7 @@ TESTS_progs_M = \ kms_flip \ kms_flip_event_leak \ kms_flip_tiling \ + kms_flip_event_leak \ kms_mmio_vs_cs_flip \ kms_pipe_crc_basic \ kms_plane \
Fixed by b556c9e8e5f53874da902c0c54442ef3eb56353e
Verified.Fixed.
(In reply to lu hua from comment #1) > Fixed by b556c9e8e5f53874da902c0c54442ef3eb56353e commit detailed info: commit b556c9e8e5f53874da902c0c54442ef3eb56353e Author: Shuang He <shuang.he@intel.com> AuthorDate: Tue Apr 19 04:16:06 2011 +0800 Commit: Daniel Vetter <daniel.vetter@ffwll.ch> CommitDate: Thu Apr 9 10:12:33 2015 +0200 tests: Fix duplicate 'kms_flip_event_leak' entry in tests/Makefile.sources Or, it will cause piglit failure to run I-G-T test case Signed-off-by: Shuang He <shuang.he@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
(credit to Shuang)
Closing verified+fixed.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.