[Piglit] [PATCH v3 1/8] tests/all.py: fix two tests that had options dropped

Dylan Baker baker.dylan.c at gmail.com
Fri Mar 20 11:51:07 PDT 2015


I traced these two tests back and through a series of errors an option
required to make them unique was dropped, this corrects that and brings
them back to their original status.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 tests/all.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/all.py b/tests/all.py
index b2266db..4ae08cf 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -676,9 +676,9 @@ with profile.group_manager(
     g(['glx-pixmap-multi'])
     g(['glx-tfp'], run_concurrent=False)
     g(['glx-visuals-depth'], run_concurrent=False)
-    g(['glx-visuals-depth'])
+    g(['glx-visuals-depth', '-pixmap'])
     g(['glx-visuals-stencil'], run_concurrent=False)
-    g(['glx-visuals-stencil'])
+    g(['glx-visuals-stencil', '-pixmap'])
     g(['glx-window-life'])
     g(['glx-pixmap-crosscheck'])
     g(['glx-query-drawable', '--attr=GLX_WIDTH', '--type=GLXWINDOW'],
-- 
2.3.3



More information about the Piglit mailing list