libXt: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Mar 18 19:07:06 PDT 2011


 Makefile.am      |    2 
 configure.ac     |   27 +++++++++++--
 test/.gitignore  |    3 +
 test/Alloc.c     |  112 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 test/Event.c     |   91 ++++++++++++++++++++++++++++++++++++++++++++
 test/Makefile.am |   14 ++++++
 6 files changed, 245 insertions(+), 4 deletions(-)

New commits:
commit 6fc14afa3fa98503248138f7f6984ee33a9bd889
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Mar 14 19:07:12 2011 -0700

    Add test case for XtAppMainLoop bug 34715
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>

commit 4bf003a824577b5a46a59b3b3e91687b530ee48f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Mar 10 14:23:44 2011 -0800

    Add test framework similar to xserver and use it to test XtAsprintf
    
    Only two simple test cases to start with:
     - compares the results of snprintf of a short string to a static buffer
    	with the new buffer returned by XtAsprintf.
     - compare the results of using XtAsprintf to replicate a portion of a
    	very long string with the original string.
    
    Uses malloc debugging flags for various platforms to try to catch errors
    with uninitialized memory (such as the recently fixed failure to terminate
    the string).
    
    Requires xorg-macros 1.13 for XORG_ENABLE_UNIT_TESTS and XORG_WITH_GLIB.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list