| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: Require base 10 for the string specifying the number of open fd's | Bryce Harrington | 2016-07-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The third arg to strtol() specifies the base to assume for the number. When 0 is passed, as is currently done in wayland-client.c, hexadecimal and octal numbers are permitted and automatically detected and converted. exec-fd-leak-checker's single argument is the count of file descriptors it should expect to be open. We should expect this to be specified only as a decimal number, there's no reason why one would want to use octal or hexadecimal for that. Suggested by Yong Bakos. Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Yong Bakos <ybakos@humanoriented.com> | ||||
| * | tests: Update boilerplate from MIT X11 license to MIT Expat license | Bryce Harrington | 2015-06-12 | 1 | -16/+19 |
| | | | | | | Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> | ||||
| * | tests: support testing fd inheritance over exec | Pekka Paalanen | 2012-04-20 | 1 | -0/+75 |
| Add facility for testing how (many) file descriptors survive an exec. This allows implementing O_CLOEXEC tests. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com> | |||||
