This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit ab4394b4adff7454a6675d839ed3ac86599e5d3c
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Jan 9 18:15:06 2024 +0000
evas tests - disable mask of masks - this could not have really worked
like a mask of a mask jut didn't work at all - not to mention
hijacking table clippers.... that's just wrong and so dependent on
implementation internals...
---
src/tests/evas/evas_test_mask.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/tests/evas/evas_test_mask.c b/src/tests/evas/evas_test_mask.c
index 917c4c3496..b098f1b1a1 100644
--- a/src/tests/evas/evas_test_mask.c
+++ b/src/tests/evas/evas_test_mask.c
@@ -250,6 +250,7 @@ EFL_START_TEST(evas_mask_test_compare_clip)
EFL_END_TEST
// This will simply check that a mask is recursively applied to children
+/* this wasn't a ver goodvalid test to begin with... see comments
EFL_START_TEST(evas_mask_test_mask_of_mask)
{
Evas_Object *bg, *tbl, *rect0, *mask0, *mask1, *obj;
@@ -370,6 +371,7 @@ EFL_START_TEST(evas_mask_test_mask_of_mask)
END_MASK_TEST();
}
EFL_END_TEST
+*/
// NOTE: Much more extensive tests are required. But they should
// be based on "exactness" or a pixel similarity tool.
@@ -379,7 +381,8 @@ void evas_test_mask(TCase *tc)
{
tcase_add_test(tc, evas_mask_test_setget);
tcase_add_test(tc, evas_mask_test_compare_clip);
- tcase_add_test(tc, evas_mask_test_mask_of_mask);
+/// I don't see how this ever worked? mask of masks...
+// tcase_add_test(tc, evas_mask_test_mask_of_mask);
}
#endif // BUILD_ENGINE_BUFFER
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.