Depending on the platform you're running on, the test might fail with the AYUV format. To make this reliable, force to render to fbo.
v2: request RGBA visual (Eric) Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com> --- tests/opengl.py | 2 +- tests/spec/ext_image_dma_buf_import/sample_yuv.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/opengl.py b/tests/opengl.py index 8957de6e2..7c96e9412 100644 --- a/tests/opengl.py +++ b/tests/opengl.py @@ -3027,7 +3027,7 @@ with profile.test_list.group_manager( 'ext_image_dma_buf_import-sample_yuv420', run_concurrent=False) g(['ext_image_dma_buf_import-sample_yuv', '-fmt=YV12'], 'ext_image_dma_buf_import-sample_yvu420', run_concurrent=False) - g(['ext_image_dma_buf_import-sample_yuv', '-fmt=AYUV'], + g(['ext_image_dma_buf_import-sample_yuv', '-fmt=AYUV', '-fbo'], 'ext_image_dma_buf_import-sample_ayuv', run_concurrent=False) g(['ext_image_dma_buf_import-transcode-nv12-as-r8-gr88'], 'ext_image_dma_buf_import-transcode-nv12-as-r8-gr88', diff --git a/tests/spec/ext_image_dma_buf_import/sample_yuv.c b/tests/spec/ext_image_dma_buf_import/sample_yuv.c index 38c0ee697..ed9f87e0f 100644 --- a/tests/spec/ext_image_dma_buf_import/sample_yuv.c +++ b/tests/spec/ext_image_dma_buf_import/sample_yuv.c @@ -36,6 +36,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN config.supports_gl_es_version = 20; + config.window_visual = PIGLIT_GL_VISUAL_RGBA; PIGLIT_GL_TEST_CONFIG_END -- 2.19.1 _______________________________________________ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit