aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Add free-without-remove testMarkus Ongyerth2018-04-201-0/+24
* tests: Test for use after free in resource destruction signalsDerek Foreman2018-04-201-0/+15
* tests: disable coredumps on sanity-testPekka Paalanen2018-03-153-0/+51
* tests: fix scanner private-code test reference dataPekka Paalanen2018-02-261-1/+1
* tests: add code, public-code and private-code testsEmil Velikov2018-02-222-0/+75
* tests: Check for wrong fd delivery with zombie objectsDerek Foreman2018-01-091-3/+150
* tests: Add a test for fd leaks on zombie objectsDerek Foreman2018-01-091-0/+102
* client: Allow absolute paths in WAYLAND_DISPLAYMatt Hoosier2017-12-111-0/+109
* tests: Mark tests used so they don’t get removed at link timeEmmanuel Gil Peyrot2017-12-011-2/+2
* tests: Add one more indentation level to some macrosEmmanuel Gil Peyrot2017-12-011-16/+16
* connection-test: fix assertEric Engestrom2017-03-161-2/+2
* tests: Fix "new ID" type handling in argument_from_va_list testCarlos Garnacho2017-02-231-3/+3
* tests: Test wl_argument_from_va_listYong Bakos2017-01-261-0/+35
* server: add a safer signal type and port wl_display to itGiulio Camuffo2017-01-251-0/+337
* tests: Add a test for global filterOlivier Fourdan2017-01-251-0/+140
* protocol: add axis_source.wheel_tiltPeter Hutterer2017-01-243-2/+35
* scanner: support "since" attribute for enum entriesPeter Hutterer2017-01-247-3/+101
* tests: sync example.xml with wayland.xmlPeter Hutterer2017-01-244-112/+294
* tests: add scanner testsPekka Paalanen2016-11-231-0/+51
* tests: add data files for future wayland-scanner testPekka Paalanen2016-11-2311-0/+13740
* tests: Add nullable check to wl_message_count_arraysYong Bakos2016-11-181-2/+4
* tests: Test wl_interface_equalYong Bakos2016-11-181-0/+50
* tests: Test wl_message_count_arraysYong Bakos2016-11-101-0/+37
* tests: Use unique XDG_RUNTIME_DIRDaniel Stone2016-11-101-1/+2
* array-test: Include wayland-util.h and simplify init testYong Bakos2016-10-181-11/+9
* tests: Test wl_array_releaseYong Bakos2016-10-181-0/+14
* tests: Add test for wl_list_lengthYong Bakos2016-09-051-0/+13
* Add API to install protocol loggers on the server wl_displayGiulio Camuffo2016-08-121-0/+148
* Add a resource creation signalGiulio Camuffo2016-08-121-9/+72
* Add API to get the list of connected clientsGiulio Camuffo2016-08-111-0/+22