[Piglit] [PATCH 2/4] glean/blendFunc: use larger test stride for --quick option

Brian Paul brianp at vmware.com
Wed Nov 20 10:11:13 PST 2013


---
 tests/glean/tblend.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/glean/tblend.cpp b/tests/glean/tblend.cpp
index 6611729..a0f67b7 100644
--- a/tests/glean/tblend.cpp
+++ b/tests/glean/tblend.cpp
@@ -800,7 +800,7 @@ BlendFuncTest::runOne(BlendFuncResult& r, Window& w) {
 
 	// If quick mode, run fewer tests
 	if (env->options.quick) {
-		testStride = 11;  // a prime number
+		testStride = 53;  // a prime number
 		assert(ELEMENTS(srcFactors) % testStride);
 		assert(ELEMENTS(dstFactors) % testStride);
 		assert(ELEMENTS(operators) % testStride);
-- 
1.7.10.4



More information about the Piglit mailing list