summaryrefslogtreecommitdiff
path: root/tests/19-sim-missing_syscalls.c
Commit message (Collapse)AuthorAgeFilesLines
* all: update my email addressPaul Moore2016-02-111-1/+1
| | | | | | | Employer agnostic emails make things a lot easier in the long run so make sure the paul-moore.com address is used whenever it makes sense. Signed-off-by: Paul Moore <paul@paul-moore.com>
* tests: correctly return an error if seccomp_init() failsPaul Moore2014-05-011-1/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* tests: remove assumptions about the native architecturePaul Moore2014-04-251-8/+7
| | | | | | | | A number of the tests made assumptions about the native architecture which would cause problems when there was a byte-ordering mis-match between the native system and the architectures used in the test. Signed-off-by: Paul Moore <pmoore@redhat.com>
* tests: fix a uninitialized use warningPaul Moore2014-02-271-1/+1
| | | | | | | Many, if not all, of the tests had an uninitialized use warning relating to the use of the libseccomp context variable. Signed-off-by: Paul Moore <pmoore@redhat.com>
* tests: rename the tests to make it clear which are simulator/basic/live basedPaul Moore2013-02-071-0/+66
This patch only renames files, it makes not changes to the content. Signed-off-by: Paul Moore <pmoore@redhat.com>