summaryrefslogtreecommitdiff
path: root/tests/29-sim-pseudo_syscall.tests
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: remove fuzzing from 28-sim-arch_x86.testsPaul Moore2015-09-011-5/+0
| | | | | | | We forgot that we can't fuzz arch specific tests as the fuzzing only works on the native system. Signed-off-by: Paul Moore <pmoore@redhat.com>
* all: block negative syscall numbers from the filterPaul Moore2015-08-271-0/+23
We use negative syscalls numbers to indicate syscalls that aren't supported by a certain arch/ABI and unfortunately there were cases where these bogus syscall values were finding their way into the filter. This patch corrects this and adds a new test to check for this in the future. Reported-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Paul Moore <pmoore@redhat.com>