summaryrefslogtreecommitdiff
path: root/test/fdpass.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-12various tests: produce better diagnostics on errorSimon McVittie1-1/+3
2015-11-17fdpass test: assert that TCP connections don't say they can pass fdsSimon McVittie1-18/+58
2015-05-12Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie1-2/+3
2015-04-16tests: provide g_test_skip() emulation for older GLibSimon McVittie1-8/+0
2015-04-16tests: avoid noise on stdout when not --verboseSimon McVittie1-10/+10
2015-03-04fd-passing test: numbers of things are unsigned (-Wsign-compare)Simon McVittie1-2/+2
2015-02-24tests: reassure clang that oom() does in fact not returnSimon McVittie1-0/+2
2015-02-11Reduce the number of fds the fdpass test usesSimon McVittie1-2/+23
2015-02-05Add test-fdpass to the build, and make it compile againSimon McVittie1-1/+1
2015-02-04Add a common test_init() for GLib tests which prevents hanging foreverSimon McVittie1-2/+1
2014-09-17New test for fd-passingSimon McVittie1-0/+853