tests: Run igt.cocci

Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Daniel Stone
2015-10-01 14:16:48 +01:00
parent f735015ed3
commit de7ccdd083
19 changed files with 88 additions and 99 deletions
+2 -2
View File
@@ -157,8 +157,8 @@ static void thread_fini(struct thread *t)
static void check_memory_layout(void)
{
if (igt_debugfs_search("i915_swizzle_info", "L-shaped"))
igt_skip("L-shaped memory configuration detected\n");
igt_skip_on_f(igt_debugfs_search("i915_swizzle_info", "L-shaped"),
"L-shaped memory configuration detected\n");
igt_debug("normal memory configuration detected, continuing\n");
}