summaryrefslogtreecommitdiff
path: root/tests/connection-test.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-16tests: Pass argument to client mainJonas Ådahl1-2/+2
2015-06-12tests: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-05-15remove trailing whitespacesMichael Vetter1-4/+4
2015-01-28connection-test: add tests for closure leaksMarek Chalupa1-0/+79
2014-11-04connection: Leave fd open in wl_connection_destroyBenjamin Herr1-2/+6
2014-05-06connection-test: check malloc resultU. Artie Eoff1-0/+2
2014-04-21connection: Don't write past the end of the connection bufferAnder Conselvan de Oliveira1-0/+37
2014-01-15connection-test: assert closure is not NULL before invoking itU. Artie Eoff1-0/+1
2013-06-05Update tests for wl_map changes and add a map_flags testJason Ekstrand1-2/+2
2013-03-18Change wl_closure_invoke to take an opcode instead of an actual function pointerJason Ekstrand1-6/+7
2013-03-17client: Invoke new_id closure arguments as pointers instead of integersJonas Ådahl1-3/+3
2012-12-03tests: rename temporary filesPekka Paalanen1-2/+2
2012-12-03tests: Don't leave temporary files behindSven Joachim1-0/+2
2012-10-10Change filedescriptor API to be thread safeKristian Høgsberg1-62/+20
2012-07-23More consistent ID printingDaniel Stone1-1/+1
2012-07-02protocol: Add explicit nullable typesChristopher James Halse Rogers1-4/+83
2012-06-30tests: fix make check for out-of-tree buildsDylan Noblesmith1-1/+1
2012-06-15tests: Update test cases to new closure allocate conventionKristian Høgsberg1-28/+27
2012-05-08Add support for signed 24.8 decimal numbersDaniel Stone1-0/+26
2012-04-22tests: Test invoking closures built with wl_closure_vmarshal()Kristian Høgsberg1-0/+38
2012-04-22connection: Move closure object out of wl_connectionKristian Høgsberg1-22/+22
2012-04-13tests: Fix signedness warningsKristian Høgsberg1-1/+1
2012-03-24connection-test: Add test case to stress connection buffersKristian Høgsberg1-0/+22
2012-03-24connection-test: Test fd transportKristian Høgsberg1-0/+24
2012-03-23connection-test: Add more test casesKristian Høgsberg1-0/+8
2012-03-23connection-test: Store expected result in struct marshal_dataKristian Høgsberg1-23/+25
2012-03-23tests: Add marshal+demarshal connection testKristian Høgsberg1-0/+51
2012-03-23tests: Use different connections for read and write testsKristian Høgsberg1-16/+42
2012-03-21tests: Remove debug printfKristian Høgsberg1-1/+0
2012-03-05tests: Add demarshal testsKristian Høgsberg1-0/+77
2012-03-05tests: Add more marshal testsKristian Høgsberg1-0/+22
2012-03-05tests: Simplify connection tests a bitKristian Høgsberg1-9/+6
2012-03-03tests: Add connection marshalling testsKristian Høgsberg1-0/+59
2012-03-02tests: Add connection testsKristian Høgsberg1-0/+139