[Piglit] [PATCH] fbo-colormask-formats: Don't forget to run the core tests.

Eric Anholt eric at anholt.net
Sun Aug 24 15:43:33 PDT 2014


All the extensiosns get fbo-colormask-formats called using fbo-formats
test helper, but core formats need to be added manually.
---
 tests/all.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/all.py b/tests/all.py
index 17d5d9b..5d4eae0 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2459,6 +2459,7 @@ add_concurrent_test(ext_framebuffer_object, 'fbo-blending-formats')
 add_concurrent_test(ext_framebuffer_object, 'fbo-bind-renderbuffer')
 add_concurrent_test(ext_framebuffer_object, 'fbo-clearmipmap')
 add_concurrent_test(ext_framebuffer_object, 'fbo-clear-formats')
+add_concurrent_test(ext_framebuffer_object, 'fbo-colormask-formats')
 add_concurrent_test(ext_framebuffer_object, 'fbo-copyteximage')
 add_concurrent_test(ext_framebuffer_object, 'fbo-copyteximage-simple')
 add_concurrent_test(ext_framebuffer_object, 'fbo-cubemap')
-- 
2.1.0



More information about the Piglit mailing list