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 <[email protected]> Signed-off-by: Dylan Baker <[email protected]> --- 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 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
