[Piglit] [PATCH] tests: fix requirements for ext_shader_samples_identical/glsl-es-3.10/compiler/all-functions.frag

Dylan Baker dylan at pnwbakers.com
Wed Aug 31 21:06:14 UTC 2016


This has a #extension requirement that isn't in the requirements block
and causes the test to fail when it should skip.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
cc: Ian Romanick <ian.d.romanick at intel.com>
---
 .../glsl-es-3.10/compiler/all-functions.frag                            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/spec/ext_shader_samples_identical/glsl-es-3.10/compiler/all-functions.frag b/tests/spec/ext_shader_samples_identical/glsl-es-3.10/compiler/all-functions.frag
index c538aaf..592a3ae 100644
--- a/tests/spec/ext_shader_samples_identical/glsl-es-3.10/compiler/all-functions.frag
+++ b/tests/spec/ext_shader_samples_identical/glsl-es-3.10/compiler/all-functions.frag
@@ -1,7 +1,7 @@
 // [config]
 // expect_result: pass
 // glsl_version: 3.10
-// require_extensions: GL_EXT_shader_samples_identical
+// require_extensions: GL_EXT_shader_samples_identical GL_ARB_texture_multisample
 // [end config]
 
 #version 310 es
-- 
2.9.3



More information about the Piglit mailing list