From 8133295d02730dfc800d974e673dcb4b07460911 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 1 Dec 2015 08:44:00 +0100 Subject: [PATCH] tests: add core_setmaster_vs_auth Tests that master state isn't leaked to new masters by checking that auth magics for the old master don't work any more. Based upon a simple test program provided by Thomas. v2: Use comment Thomas suggested on intel-gfx. Cc: Thomas Hellstrom Signed-off-by: Daniel Vetter --- tests/.gitignore | 1 + tests/Makefile.sources | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index 6291c04a..ba1becd1 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,6 +5,7 @@ core_getclient core_getstats core_getversion core_prop_blob +core_setmaster_vs_auth drm_import_export drm_read drm_vma_limiter diff --git a/tests/Makefile.sources b/tests/Makefile.sources index ac3994da..cfcffe73 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -103,6 +103,7 @@ TESTS_progs = \ core_getstats \ core_getversion \ core_prop_blob \ + core_setmaster_vs_auth \ drm_import_export \ drm_read \ drm_vma_limiter \