Make skips easily parseable by machines
Submitted by Martin Peres
Assigned to Default DRI bug account
Link to original bug (#110521)
Description
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?