summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-12-23meson: link with -lrt if needed for clock_gettimeLoïc Yhuel1-1/+1
2020-12-17tests: fix typosMaxime Roussin-Bélanger2-2/+2
2020-04-29Replace initial 8 spaces with a tab for all xml filesPeter Hutterer1-3/+3
2020-04-23scanner: Guard interface declarationsGuido Günther6-0/+144
2020-03-13meson: Add option to control building wayland-scannerMatt Turner1-10/+12
2020-02-15meson/tests: add missing dependencies on protocol headersJan Beich1-8/+18
2020-01-28tests: fix memory leak in proxy-testSimon Ser1-0/+1
2020-01-21event-loop-test: Add test to verify timer orderingManuel Stoeckl1-0/+58
2020-01-21event-loop-test: Confirm distant timers do not fireManuel Stoeckl1-7/+22
2020-01-21event-loop-test: Verify proper timer cancellationManuel Stoeckl1-0/+75
2020-01-15meson: use strict wayland-scanner modeSimon Ser1-3/+3
2020-01-15tests: Ensure that overflow test always overflowsManuel Stoeckl1-3/+9
2020-01-15tests: Fix race condition in send overflow testManuel Stoeckl3-13/+32
2020-01-13display-test: Remove unused variablesDaniel Stone1-4/+1
2020-01-10Add Meson buildEmmanuele Bassi1-0/+153
2020-01-10Support running tests from different build directoriesEmmanuele Bassi1-2/+11
2019-11-06Move wl_priv_signal to wayland-server-private.hJoshua Watt1-1/+1
2019-10-16tests: add a test for wl_global_removeSimon Ser1-0/+134
2019-09-11scanner: prepend protocol name to types symbolMarty E. Plummer4-135/+135
2019-09-10tests: Test that send overflow doesn't abortManuel Stoeckl3-4/+88
2019-09-06tests: test that binding to a global with an interface mismatch failsSimon Ser1-0/+67
2019-07-29proxy: Add API to tag proxy objectsJonas Ådahl1-0/+136
2019-06-05Avoid pointer arithmetic on `void *`Michael Forney1-5/+3
2019-06-05Use wl_container_of internallyMichael Forney3-3/+3
2019-05-02log: remove "%m" from format strings by using strerror(errno)Antonio Borneo1-1/+2
2019-05-02tests: Verify that wayland_scanner can catch bad identifiersManuel Stoeckl8-0/+88
2019-03-13connection: fix demarshal of invalid headerPekka Paalanen1-1/+1
2019-03-13tests: add request_bogus_sizePekka Paalanen1-0/+87
2019-01-29proto, server: Add internal server error message. (v2)Christopher James Halse Rogers1-0/+40
2018-08-29tests: Remove memory leak checking infrastructureDaniel Stone4-143/+20
2018-08-29tests: Overly elaborate compiler warning workaroundDaniel Stone1-1/+6
2018-08-29tests: Use volatile pointer for NULL dereferenceDaniel Stone1-1/+3
2018-08-24tests: Demarshalling of very long array/string lengths.Michal Srb1-0/+63
2018-04-20tests: Add free-without-remove testMarkus Ongyerth1-0/+24
2018-04-20tests: Test for use after free in resource destruction signalsDerek Foreman1-0/+15
2018-03-15tests: disable coredumps on sanity-testPekka Paalanen3-0/+51
2018-02-26tests: fix scanner private-code test reference dataPekka Paalanen1-1/+1
2018-02-22tests: add code, public-code and private-code testsEmil Velikov2-0/+75
2018-01-09tests: Check for wrong fd delivery with zombie objectsDerek Foreman1-3/+150
2018-01-09tests: Add a test for fd leaks on zombie objectsDerek Foreman1-0/+102
2017-12-11client: Allow absolute paths in WAYLAND_DISPLAYMatt Hoosier1-0/+109
2017-12-01tests: Mark tests used so they don’t get removed at link timeEmmanuel Gil Peyrot1-2/+2
2017-12-01tests: Add one more indentation level to some macrosEmmanuel Gil Peyrot1-16/+16
2017-03-16connection-test: fix assertEric Engestrom1-2/+2
2017-02-23tests: Fix "new ID" type handling in argument_from_va_list testCarlos Garnacho1-3/+3
2017-01-26tests: Test wl_argument_from_va_listYong Bakos1-0/+35
2017-01-25server: add a safer signal type and port wl_display to itGiulio Camuffo1-0/+337
2017-01-25tests: Add a test for global filterOlivier Fourdan1-0/+140
2017-01-24protocol: add axis_source.wheel_tiltPeter Hutterer3-2/+35
2017-01-24scanner: support "since" attribute for enum entriesPeter Hutterer7-3/+101