[cogl] test: remove FEATURE_GL requirement for sub_texture test
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] test: remove FEATURE_GL requirement for sub_texture test
- Date: Tue, 6 Mar 2012 00:20:20 +0000 (UTC)
commit 13ba312d3aed52df531eaa66f2e02671ae4d6a40
Author: Robert Bragg <robert linux intel com>
Date: Mon Mar 5 21:49:28 2012 +0000
test: remove FEATURE_GL requirement for sub_texture test
test-cogl-sub-texture was fixed to now run on GLES2 since commit
5928cade0b0 so this removes the TEST_REQUIREMENT_GL flag for this test
so it doesn't get flagged as an unexpected pass.
tests/conform/test-conform-main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c
index 4f66b14..8e811ad 100644
--- a/tests/conform/test-conform-main.c
+++ b/tests/conform/test-conform-main.c
@@ -73,7 +73,7 @@ main (int argc, char **argv)
UNPORTED_TEST (test_cogl_npot_texture);
UNPORTED_TEST (test_cogl_multitexture);
UNPORTED_TEST (test_cogl_texture_mipmaps);
- ADD_TEST (test_cogl_sub_texture, TEST_REQUIREMENT_GL);
+ ADD_TEST (test_cogl_sub_texture, 0);
ADD_TEST (test_cogl_pixel_buffer, 0);
UNPORTED_TEST (test_cogl_texture_rectangle);
ADD_TEST (test_cogl_texture_3d, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]