[Piglit] [PATCH] initialized-texmemory: report WARN on failure

Marek Olšák maraeo at gmail.com
Wed Jun 29 09:16:16 UTC 2016


From: Marek Olšák <marek.olsak at amd.com>

The tested behavior is not required by the spec and the test itself claims
it reports WARN, so this is a typo.
---
 tests/security/initialized-texmemory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/security/initialized-texmemory.c b/tests/security/initialized-texmemory.c
index f9a56d0..7f2f9d9 100644
--- a/tests/security/initialized-texmemory.c
+++ b/tests/security/initialized-texmemory.c
@@ -69,7 +69,7 @@ piglit_display(void)
 
 	piglit_present_results();
 
-	return pass ? PIGLIT_PASS : PIGLIT_FAIL;
+	return pass ? PIGLIT_PASS : PIGLIT_WARN;
 }
 
 
-- 
2.7.4



More information about the Piglit mailing list