[Piglit] [PATCH 2/2] read-front: Require that the window be displayed

Chad Versace chad.versace at linux.intel.com
Mon Oct 15 16:06:38 PDT 2012


Fixes read-front when using waffle. By default, when running tests in
-auto mode when using waffle, piglit does not display the window.

Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
 tests/general/read-front.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/general/read-front.c b/tests/general/read-front.c
index 524702c..90e12eb 100644
--- a/tests/general/read-front.c
+++ b/tests/general/read-front.c
@@ -41,6 +41,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
 
 	config.supports_gl_compat_version = 10;
 
+	config.requires_displayed_window = true;
 	config.window_width = 100;
 	config.window_height = 100;
 	config.window_visual = PIGLIT_GL_VISUAL_RGB | PIGLIT_GL_VISUAL_DOUBLE | PIGLIT_GL_VISUAL_DEPTH | PIGLIT_GL_VISUAL_STENCIL;
-- 
1.7.11.7



More information about the Piglit mailing list