diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2015-09-02 11:37:20 -0700 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2015-09-16 14:42:51 -0700 |
commit | affc7afaca16bd1d6aabc993e93ce1d68fdfedf2 (patch) | |
tree | 3f4fe29c7d77f736b2f4286ce25aeb322e996c7d /tests | |
parent | 453836f37806ff5a51bb6973cba368fcbc0132dd (diff) |
tests/all.py: add arb_copy_image-api_errors
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@intel.com>
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Albert Freeman <albertwdfreeman@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py index 8484d562c..847e3db2b 100644 --- a/tests/all.py +++ b/tests/all.py @@ -3707,6 +3707,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']) |