libXt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 3 18:36:07 UTC 2023


 configure.ac      |   27 +++++----------------------
 test/Alloc.c      |   20 ++++++++++----------
 test/Converters.c |   10 ++++++----
 test/Event.c      |   14 +++++++++-----
 4 files changed, 30 insertions(+), 41 deletions(-)

New commits:
commit e7b044c11190ed4deae2c2bb61ff3cc2c99170b2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Dec 17 09:28:57 2022 -0800

    tests: Replace g_assert() calls with g_assert_*() calls
    
    https://docs.gtk.org/glib/testing.html warns against using g_assert()
    in test cases, since it is a no-op when compiling with G_DISABLE_ASSERT.
    The replacement calls also give more detailed messages on failures.
    
    Raises the minimum required glib version for building unit tests
    from 2.16 (released March 2008) to 2.40 (released March 2014) to
    get support for g_assert_nonnull().
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 205e30739073d282d4401df57862ac3a5cf6a987
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Dec 17 09:12:05 2022 -0800

    tests: Use XORG_MEMORY_CHECK_FLAGS from xorg-macros 1.16
    
    Replaces previous local copy which had gotten out of date.
    Raises xorg-macros minimum version from 1.13 (released March 2011)
    to 1.16 (Dec. 2011).
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 35eed89c651c87a5e9950f3033c1516358456425
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Dec 17 08:38:38 2022 -0800

    tests: update g_test_bug_base url from bugzilla to gitlab
    
    Also adds a call to g_test_bug() for the one existing testcase
    associated with a bug in a public bug tracker.
    
    Otherwise this is mostly a placeholder for now, as no other tests
    call g_test_bug() yet to report what bugs they test for.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list