summaryrefslogtreecommitdiff
path: root/tests/check_public.c
AgeCommit message (Collapse)Author
2023-03-25Add tests for unix socket parsingDemi Marie Obenour
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
2020-11-18tests: don't use deprecated fail_unless check APIRan Benita
It causes errors like this when running make check: check_public.c:40:24: error: too many arguments for format [-Werror=format-extra-args] 40 | fail_unless(success, "unexpected parse failure %sfor '%s'", test_string[test_type], name); Closes: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues/49 Tested-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Ran Benita <ran@unusedvar.com>
2006-11-26Fix unit tests for FreeBSDIan Osgood
putenv() string must contain '=' environment failure test is invalid if argument is NULL
2006-11-25Bug #9119: test xcb_popcountIan Osgood
2006-11-20Add new xcb_parse_display test cases, most related to IPv6 addressesJosh Triplett
2006-10-16Also test xcb_parse_display with NULL argument and display in $DISPLAYJosh Triplett
2006-09-23Convert the XCB test suite to the new APIJosh Triplett
2006-02-18Remove xcl and CVSROOT.Josh Triplett