tests: flag backface culling failure without NPOT support
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.
This commit is contained in:
parent
1d31055ddb
commit
ebdac3162a
@ -59,7 +59,7 @@ main (int argc, char **argv)
|
|||||||
ADD_TEST (test_path, 0, 0);
|
ADD_TEST (test_path, 0, 0);
|
||||||
ADD_TEST (test_depth_test, 0, 0);
|
ADD_TEST (test_depth_test, 0, 0);
|
||||||
ADD_TEST (test_color_mask, 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_layer_remove, 0, 0);
|
||||||
|
|
||||||
ADD_TEST (test_sparse_pipeline, 0, 0);
|
ADD_TEST (test_sparse_pipeline, 0, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user