From 6d73fdbfd2d8944702459f7412790aab32677c48 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Fri, 1 Nov 2013 18:31:59 +0100 Subject: [PATCH] tests: Add a Makefile comment about the expected failures in igt_ tests Signed-off-by: Daniel Vetter --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 87da1d1a..64fe2aee 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -170,6 +170,8 @@ TESTS = \ $(TESTS_testsuite) \ $(NULL) +# Test that exercise specific asserts in the test framework library and are +# hence expected to fail. XFAIL_TESTS = \ igt_no_exit \ igt_no_exit_list_only \