[Intel-gfx] [PATCH i-g-t 1/3] tests: add missing assertion

Thomas Wood thomas.wood at intel.com
Tue Mar 11 17:18:48 CET 2014


Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
 tests/pm_psr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/pm_psr.c b/tests/pm_psr.c
index def8e12..5d28c7a 100644
--- a/tests/pm_psr.c
+++ b/tests/pm_psr.c
@@ -57,6 +57,7 @@ static int get_perf(const char *path)
 	igt_assert(ret != 0);
 	enabled = strcmp(str, "yes") == 0;
 	ret = fscanf(file, "Performance_Counter: %i", &perf);
+	igt_assert(ret != 0);
 
 	if (!sink)
 	    igt_skip("This panel does not support PSR.\n");
-- 
1.8.5.3




More information about the Intel-gfx mailing list