summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Pohjolainen <topi.pohjolainen@intel.com>2016-07-12 10:22:18 +0300
committerTopi Pohjolainen <topi.pohjolainen@intel.com>2016-07-12 10:22:18 +0300
commit08737207b5bccfe3a29044b5aec9559d0d96e850 (patch)
tree463eea3ec204ccc52abff999fe7a297424fcbd12
parent335d415a19331e00c649e3f56045b2ab0b8b529b (diff)
-rw-r--r--tests/texturing/getteximage-formats.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/texturing/getteximage-formats.c b/tests/texturing/getteximage-formats.c
index 3b10d9ce7..a32b881bd 100644
--- a/tests/texturing/getteximage-formats.c
+++ b/tests/texturing/getteximage-formats.c
@@ -509,9 +509,14 @@ piglit_display(void)
pass = test_all_formats();
}
else {
+#if 0
const struct test_desc *set = &test_sets[test_index];
if (supported_format_set(set)) {
pass = test_format(set, &set->format[format_index]);
+#endif
+ if (1) {
+ const struct test_desc *set = &test_sets[0];
+ pass = test_format(set, &set->format[0]);
}
else {
/* unsupported format - not a failure */