aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Allow event-loop signal tests to pass on FreeBSDAlex Richardson2021-09-101-7/+27
* Detect FreeBSD versions with broken MSG_CMSG_CLOEXECAlex Richardson2021-09-101-0/+7
* test-helpers: use sysctl() to count open fds on FreeBSDAlex Richardson2021-09-101-0/+22
* test-runner: Implement is_debugger_attached() for FreeBSDAlex Richardson2021-09-101-0/+22
* Use /dev/fd instead of /proc/self/fdAlex Richardson2021-09-101-3/+7
* Use epoll-shim to emulate epoll(7) on FreeBSDAlex Richardson2021-09-101-1/+2
* os-wrappers-test: Handle fcntl() being declared as a macroAlex Richardson2021-09-101-1/+1
* tests: Destroy custom global objectDerek Foreman2021-08-272-4/+6
* scanner: Use the new atomic marshal/destroy functionDerek Foreman2021-08-073-172/+140
* os-wrappers-test: Make syscall intercepts work with sanitizersFergus Dall2021-07-221-12/+30
* connection-test: Pad out strings with null bytesFergus Dall2021-07-221-0/+2
* util: Avoid undefined behaviour in for_each_helperFergus Dall2021-07-211-0/+16
* tests: Test wayland-scanner with a description in an entryJames Legg2021-07-073-32/+34
* connection: Handle non-nullable strings in wl_connection_demarshalFergus Dall2021-06-221-0/+18
* connection-test: Encode size in message headers correctlyFergus Dall2021-06-221-7/+7
* meson: only require cpp for testsJames Hilliard2021-04-161-7/+9
* os-wrappers-test.c: Correctly forward arguments to fcntlAlex Richardson2021-04-151-6/+22
* meson: link with -lrt if needed for clock_gettimeLoïc Yhuel2020-12-231-1/+1
* tests: fix typosMaxime Roussin-Bélanger2020-12-172-2/+2
* Replace initial 8 spaces with a tab for all xml filesPeter Hutterer2020-04-291-3/+3
* scanner: Guard interface declarationsGuido Günther2020-04-236-0/+144
* meson: Add option to control building wayland-scannerMatt Turner2020-03-131-10/+12
* meson/tests: add missing dependencies on protocol headersJan Beich2020-02-151-8/+18
* tests: fix memory leak in proxy-testSimon Ser2020-01-281-0/+1
* event-loop-test: Add test to verify timer orderingManuel Stoeckl2020-01-211-0/+58
* event-loop-test: Confirm distant timers do not fireManuel Stoeckl2020-01-211-7/+22
* event-loop-test: Verify proper timer cancellationManuel Stoeckl2020-01-211-0/+75
* meson: use strict wayland-scanner modeSimon Ser2020-01-151-3/+3
* tests: Ensure that overflow test always overflowsManuel Stoeckl2020-01-151-3/+9
* tests: Fix race condition in send overflow testManuel Stoeckl2020-01-153-13/+32
* display-test: Remove unused variablesDaniel Stone2020-01-131-4/+1
* Add Meson buildEmmanuele Bassi2020-01-101-0/+153
* Support running tests from different build directoriesEmmanuele Bassi2020-01-101-2/+11
* Move wl_priv_signal to wayland-server-private.hJoshua Watt2019-11-061-1/+1
* tests: add a test for wl_global_removeSimon Ser2019-10-161-0/+134
* scanner: prepend protocol name to types symbolMarty E. Plummer2019-09-114-135/+135
* tests: Test that send overflow doesn't abortManuel Stoeckl2019-09-103-4/+88
* tests: test that binding to a global with an interface mismatch failsSimon Ser2019-09-061-0/+67
* proxy: Add API to tag proxy objectsJonas Ådahl2019-07-291-0/+136
* Avoid pointer arithmetic on `void *`Michael Forney2019-06-051-5/+3
* Use wl_container_of internallyMichael Forney2019-06-053-3/+3
* log: remove "%m" from format strings by using strerror(errno)Antonio Borneo2019-05-021-1/+2
* tests: Verify that wayland_scanner can catch bad identifiersManuel Stoeckl2019-05-028-0/+88
* connection: fix demarshal of invalid headerPekka Paalanen2019-03-131-1/+1
* tests: add request_bogus_sizePekka Paalanen2019-03-131-0/+87
* proto, server: Add internal server error message. (v2)Christopher James Halse Rogers2019-01-291-0/+40
* tests: Remove memory leak checking infrastructureDaniel Stone2018-08-294-143/+20
* tests: Overly elaborate compiler warning workaroundDaniel Stone2018-08-291-1/+6
* tests: Use volatile pointer for NULL dereferenceDaniel Stone2018-08-291-1/+3
* tests: Demarshalling of very long array/string lengths.Michal Srb2018-08-241-0/+63