https://bugs.freedesktop.org/show_bug.cgi?id=110521
Bug ID: 110521 Summary: Make skips easily parseable by machines Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: IGT Assignee: dri-devel@lists.freedesktop.org Reporter: martin.peres@free.fr
Filing filters for skips in IGT is a pita because it spans multiple lines... and on top of this multiple lines can creep in between the skip assertion and the "SKIP" (skip reason, errno).
I guess the easiest way would be to mandate a skip reason, so as I can just grep for that... but I would need something that indicate that this is the reason for the skip, like:
SKIP reason: No connector found with HDCP capability
This would help me when cibuglog will learn to automatically create filters that will just need to be associated to bugs! How does this sound?