Looks like these 2 cases were mistakenly disabled:
PIGLIT: {"subtest": {"float scalar and vectors" : "skip"}}
PIGLIT: {"subtest": {"square float matrices" : "skip"}}

Signed-off-by: Pavel Popov <[email protected]>
---
 tests/spec/arb_separate_shader_objects/ProgramUniform-coverage.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/spec/arb_separate_shader_objects/ProgramUniform-coverage.c 
b/tests/spec/arb_separate_shader_objects/ProgramUniform-coverage.c
index 81d370c..5763d15 100644
--- a/tests/spec/arb_separate_shader_objects/ProgramUniform-coverage.c
+++ b/tests/spec/arb_separate_shader_objects/ProgramUniform-coverage.c
@@ -299,7 +299,7 @@ test_float(const char *version_string)
                common_body
        };
 
-       BUILD_SHADER(true);
+       BUILD_SHADER(false);
 
        /* Try float
         */
@@ -414,7 +414,7 @@ test_square_mat(const char *version_string)
                square_mat_code,
        };
 
-       BUILD_SHADER(true);
+       BUILD_SHADER(false);
 
        /* Try mat2
         */
-- 
1.9.1

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to