summaryrefslogtreecommitdiff
path: root/tests/syscalls.scm
AgeCommit message (Expand)AuthorFilesLines
2015-11-03build: container: Add feature test predicates.David Thompson1-3/+8
2015-08-27tests: Skip 'set-network-interface-address' test when running as root.Ludovic Courtès1-0/+1
2015-07-25syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'.Ludovic Courtès1-0/+23
2015-07-25syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.Ludovic Courtès1-5/+5
2015-07-10tests: Skip namespace-related tests when that feature is missing.Ludovic Courtès1-0/+6
2015-07-07build: syscalls: Add pivot-root.David Thompson1-0/+29
2015-07-07build: syscalls: Add setns.David Thompson1-0/+26
2015-07-07build: syscalls: Add clone.David Thompson1-0/+15
2015-07-07build: syscalls: Add mkdtemp!David Thompson1-0/+9
2015-04-06tests: Deal with 'mount-points' not returning "/".Ludovic Courtès1-1/+5
2015-01-19tests: Adjust syscall tests for 2.6ish Linux.Ludovic Courtès1-7/+7
2014-12-19syscalls: Add more procedures for network interfaces.Ludovic Courtès1-1/+33
2014-11-10syscalls: Add 'mount-points'.Ludovic Courtès1-0/+3
2014-10-12syscalls: Accept ENOENT in the 'swapoff' test.Ludovic Courtès1-2/+2
2014-09-18syscalls: Add 'swapon' and 'swapoff'.Ludovic Courtès1-0/+16
2014-09-14syscalls: Add 'all-network-interfaces'.Ludovic Courtès1-1/+7
2014-09-14syscalls: Add 'network-interface-flags'.Ludovic Courtès1-0/+17
2014-09-14syscalls: Add 'network-interfaces'.Ludovic Courtès1-1/+7
2014-05-27syscalls: Be more permissive in 'umount' test.Ludovic Courtès1-3/+4
2014-05-10Add (guix build syscalls).Ludovic Courtès1-0/+47