[Piglit] [PATCH 8/9] tests/all.py: add arb_robustness_draw-vbo-bounds

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


This was never added to all.py

cc: José Fonseca <jfonseca at vmware.com>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---

Does this actually need run_concurrent=False?

 tests/all.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/all.py b/tests/all.py
index 9c55dd7..ca72b65 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2249,6 +2249,7 @@ with profile.group_manager(
         PiglitGLTest,
         grouptools.join('spec', 'ARB_robustness')) as g:
     g(['arb_robustness_client-mem-bounds'], run_concurrent=False)
+    g(['arb_robustness_draw-vbo-bounds'], run_concurrent=False)
 
 # Group ARB_shader_texture_lod
 with profile.group_manager(
-- 
2.5.1



More information about the Piglit mailing list