x11perf: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 22 00:27:13 UTC 2022


 do_traps.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 74b90ae3c226295a6ff196b71273983da3e1a70e
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Wed Sep 14 10:20:47 2022 -0700

    tests: Skip trapezoids for unsupported XRender formats
    
    xserver commit 436fd7e8b4966c305ea9c43f3c14c2ca04c35539 removed support
    for PictStandardA4. x11perf assumes this format always exists, so trying
    to run the -aa4trap* tests causes a segmentation fault when
    `XRenderFindStandardFormat (xp->d, PictStandardA4)` returns NULL.
    
    Since the server change was intentional, skip the tests if
    XRenderFindStandardFormat() returns NULL.
    
    See also: https://gitlab.freedesktop.org/xorg/xserver/-/commit/436fd7e8b4966c305ea9c43f3c14c2ca04c35539



More information about the xorg-commit mailing list