Created attachment 86702 [details] dmesg System Environment: -------------------------- Platform: PNV/ILK/SNB/IVB/HSW Kernel: (drm-intel-fixes)d32270460fee83e22ee9e6b1bfd7b486263eeb1d Bug detailed description: ----------------------------- It aborted on PNV/ILK/SNB/IVB/HSW with -fixes,-queued and -nightly kernel. Bisect shows: a1ca8ef5b1f44845bb2d0eada0123eb35b7e0b21 is the first bad commit commit a1ca8ef5b1f44845bb2d0eada0123eb35b7e0b21 Author: Daniel Vetter <daniel.vetter@ffwll.ch> AuthorDate: Wed Aug 14 16:02:24 2013 +0200 Commit: Daniel Vetter <daniel.vetter@ffwll.ch> CommitDate: Wed Aug 14 16:08:00 2013 +0200 tests: use igt_exit() consistently with subtests This is mostly important to get the SKIP reporting right, but I've found a few stragglers that wanted to get converted over to the igt result reporting completely. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> output: kms_render: drmtest.c:978: igt_exit: Assertion `skipped_one || succeeded_one || failed_one' failed. Aborted (core dumped) Reproduce steps: ---------------------------- 1. ./kms_render --run-subtest gpu_blit
The subtest is called gpu-blit, not gpu_blit. If you type the wrong subtest then things will fail. I could try to improve the error message a bit, with the current infrastructure that's a bit hard to do.
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.