summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: fix typoEric Engestrom2016-05-021-1/+1
* tests/queue-test: Add tests for proxy wrappersJonas Ådahl2016-04-291-0/+122
* tests: add test for receiving an error on destroyed objectMarek Chalupa2016-02-261-0/+50
* resource-test: Use wl_seat instead of wl_display for testingDerek Foreman2016-02-161-5/+5
* tests: Test proxy versionsDerek Foreman2016-01-191-9/+116
* tests: Test that one can fetch the protocol error after EPIPEJonas Ådahl2016-01-161-9/+169
* tests: Pass argument to client mainJonas Ådahl2016-01-166-37/+45
* tests: Synchronize client termination in idle callbackJonas Ådahl2016-01-161-6/+21
* socket-test: Refactor if check into the assertBryce Harrington2016-01-131-2/+1
* socket-test: Fix some comment typosBryce Harrington2016-01-131-5/+7
* add wl_abort private functionMarek Chalupa2015-11-161-1/+6
* fixed-benchmark: remove unused arguments in mainMarek Chalupa2015-07-101-1/+1
* tests: Don't increment variables inside an assert()Bryce Harrington2015-07-101-3/+6
* test-runner: Add copyright boilerplate for .h, same as the .cBryce Harrington2015-06-121-0/+24
* socket-test: Fix style on multi-line commentBryce Harrington2015-06-121-2/+3
* tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-1224-384/+456
* tests: add an headers testGiulio Camuffo2015-05-213-0/+112
* remove trailing whitespacesMichael Vetter2015-05-153-6/+6
* tests: Typo in a commentBryce Harrington2015-04-151-1/+1
* Spelling fixes (cosmetic)Bryce Harrington2015-03-191-2/+2
* tests: Fix FAIL in sanity-test (*timeout*) when Yama LSM enabledBryce Harrington2015-02-061-11/+51
* test-runner: wait for concrete pidMarek Chalupa2015-02-041-1/+1
* display-test: disable leak check in tests that use pthreadMarek Chalupa2015-01-281-0/+8
* tests: add possibility to disable leak check for single testMarek Chalupa2015-01-283-0/+21
* connection-test: add tests for closure leaksMarek Chalupa2015-01-281-0/+79
* tests: add tests for leak check in clientsMarek Chalupa2015-01-282-0/+92
* test-compositor: extend leak checks into clientsMarek Chalupa2015-01-281-0/+15
* test-runner: move leak checking into functionMarek Chalupa2015-01-282-19/+41
* tests: C++ compilation testMariusz Ceier2015-01-271-0/+5
* tests: Correct return code handlingBryce Harrington2015-01-261-2/+2
* tests: Fix typo "evnironment"Bryce Harrington2015-01-261-1/+1
* tests: fix memory leakMarek Chalupa2014-12-012-10/+14
* tests: split queue-test testcasesMarek Chalupa2014-12-011-1/+19
* tests: detect if debugger is attachedMarek Chalupa2014-12-011-3/+41
* tests: use color when printing on terminalMarek Chalupa2014-11-281-7/+45
* test-runner: print separator line after each test-caseMarek Chalupa2014-11-281-0/+3
* tests: rename env vars for testsMarek Chalupa2014-11-281-3/+6
* client: read_events should return -1 after an errorMarek Chalupa2014-11-211-2/+2
* tests: don't print '\0' characterMarek Chalupa2014-11-191-2/+2
* queue-test: put back timeoutMarek Chalupa2014-11-171-0/+2
* tests: use test_set_timeout in display-testMarek Chalupa2014-11-171-4/+4
* tests: add timeout testsMarek Chalupa2014-11-171-0/+67
* tests: add test_usleep and test_sleep functionsMarek Chalupa2014-11-173-15/+44
* tests: add timeoutMarek Chalupa2014-11-172-0/+54
* tests: use our own XDG_RUNTIME_DIR for testsMarek Chalupa2014-11-101-0/+52
* queue-test: Add another assertionPhilip Withnall2014-11-051-1/+1
* connection: Leave fd open in wl_connection_destroyBenjamin Herr2014-11-041-2/+6
* display-test: test if threads are woken up on EAGAINMarek Chalupa2014-09-111-0/+39
* tests: use nanosleep instead of usleepMarek Chalupa2014-09-091-4/+19
* display-test: make use of create_thread functionMarek Chalupa2014-09-041-29/+26