[Piglit] [PATCH 4/9] tests/all.py: add arb_copy_image-api_errors

Dylan Baker baker.dylan.c at gmail.com
Wed Sep 2 12:51:19 PDT 2015


This was never added to all.py, and was detected by my check.py script.

This fails on i965 against mesa master

cc: Jason Ekstrand <jason.ekstrand at intel.com>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 tests/all.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/all.py b/tests/all.py
index e09261e..0e22d5d 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3701,6 +3701,7 @@ with profile.group_manager(
     g(['arb_copy_image-simple', '--rb-to-tex'])
     g(['arb_copy_image-simple', '--rb-to-rb'])
     g(['arb_copy_image-srgb-copy'])
+    g(['arb_copy_image-api_errors'])
     g(['arb_copy_image-targets', 'GL_TEXTURE_1D', '32', '1', '1',
        'GL_TEXTURE_1D', '32', '1', '1', '11', '0', '0', '5', '0', '0', '14',
        '1', '1'])
-- 
2.5.1



More information about the Piglit mailing list