On 05/22/2010 10:04 PM, Werner LEMBERG wrote:
>   
>> I just want to inform you that freetype2 library has been recently
>> added to our experimental system for monitoring and analyzing of
>> upstream libraries development:
>> http://linuxtesting.org/upstream-tracker/versions/freetype2.html
>>
>> Any bugs or feature requests are welcome.
>>     
> Thanks.  I've fixed all issues in the git repository except the
> following:
>
> . `FT_Done_Glyph' and `FT_Glyph_Copy' problems
>
>   The stack overflow due to calling FT_Done_Glyph recursively is a
>   user error IMHO because of incorrect settings in the user-defined
>   FT_Glyph_Class `clazz'.
>
> . `FT_Done_FreeType'
>
>   This is an omission in the documentation (fixed now):
>   `FT_New_Library' must not be paired with `FT_Done_FreeType' since
>   the latter tries to free the memory object also which fails for the
>   given test code.
>
> . `FT_List_Finalize'
>
>   Again a documentation bug: This function expects that all nodes
>   added by `FT_List_Add' or `FT_List_Insert' have been dynamically
>   allocated.  Also fixed in the git repository.
>
>
>      Werner
>
>   
Thanks for the response,

Our tests are automatically generated straight from the header files
without usage of any additional data or documentation (we call this
method as "header-driven generation"). So misuses of the API are
possible and corresponding test cases should be skipped during the
analysis of the report.

-- 
Andrey Ponomarenko

Linux Verification Center, ISPRAS
 web:    http://www.linuxtesting.org


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to