[Piglit] [PATCH 6/8] gbm: when using gbm, skip running glx tests
Jordan Justen
jordan.l.justen at intel.com
Tue Oct 9 16:42:30 PDT 2012
Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
---
framework/exectest.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/framework/exectest.py b/framework/exectest.py
index 81970e8..fccea5c 100644
--- a/framework/exectest.py
+++ b/framework/exectest.py
@@ -166,6 +166,8 @@ class ExecTest(Test):
if PIGLIT_PLATFORM == 'gbm':
if 'glean' == self.split_command:
return True
+ if self.split_command.startswith('glx-'):
+ return True
return False
def get_command_result(self, command, fullenv):
--
1.7.9.5
More information about the Piglit
mailing list