[Piglit] [PATCH v2 1/8] tests/all.py: fix two tests that had options dropped
Dylan Baker
baker.dylan.c at gmail.com
Mon Mar 30 11:54:12 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 d0815da..cc8d037 100755
--- 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.4
More information about the Piglit
mailing list