[Piglit] [PATCH] opengl.py: remove unknown argument from ext_image_dma_buf_import-sample_yuv

Dylan Baker dylan at pnwbakers.com
Mon Nov 19 19:53:07 UTC 2018


-alpha-one is only recognized by the rgb variant of this test. This only
prints a warning, but it's a warning that would be nice to git rid of.

cc: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
---
 tests/opengl.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/opengl.py b/tests/opengl.py
index 290dfa50b..8dc9e65f2 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -3024,9 +3024,9 @@ with profile.test_list.group_manager(
       'ext_image_dma_buf_import-sample_xrgb8888', run_concurrent=False)
     g(['ext_image_dma_buf_import-sample_yuv', '-fmt=NV12', '-alpha-one'],
       'ext_image_dma_buf_import-sample_nv12', run_concurrent=False)
-    g(['ext_image_dma_buf_import-sample_yuv', '-fmt=YU12', '-alpha-one'],
+    g(['ext_image_dma_buf_import-sample_yuv', '-fmt=YU12'],
       'ext_image_dma_buf_import-sample_yuv420', run_concurrent=False)
-    g(['ext_image_dma_buf_import-sample_yuv', '-fmt=YV12', '-alpha-one'],
+    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'],
       'ext_image_dma_buf_import-sample_ayuv', run_concurrent=False)
-- 
2.19.1



More information about the Piglit mailing list