summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2013-01-21 15:41:16 +0000
committerRobert Bragg <robert@linux.intel.com>2013-01-21 15:41:16 +0000
commita7934a585f9124f09a2ed085483a871714ce6efb (patch)
tree1d5f167545b154a435f1b70854c0bb7042f4da57
parent5a0a9bab052ff11f2b555919173426f9b3a57f05 (diff)
downloadcogl-wip/cogl-1.14.tar.gz
tests: flag backface culling failure without NPOT supportwip/cogl-1.14
This marks that test-backface-culling is currently known to fail without NPOT texture support. This allows us do a 1.13 snapshot release before we find a fix for this.
-rw-r--r--tests/conform/test-conform-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c
index f2a23e0d..c1952cb7 100644
--- a/tests/conform/test-conform-main.c
+++ b/tests/conform/test-conform-main.c
@@ -59,7 +59,7 @@ main (int argc, char **argv)
ADD_TEST (test_path, 0, 0);
ADD_TEST (test_depth_test, 0, 0);
ADD_TEST (test_color_mask, 0, 0);
- ADD_TEST (test_backface_culling, 0, 0);
+ ADD_TEST (test_backface_culling, 0, TEST_REQUIREMENT_NPOT);
ADD_TEST (test_layer_remove, 0, 0);
ADD_TEST (test_sparse_pipeline, 0, 0);