summaryrefslogtreecommitdiff
path: root/tests/16-sim-arch_basic.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add 64-bit LoongArch supportXiaotian Wu2023-02-181-0/+1
| | | | | | | | | | | [xen0n: LoongArch (and a few upcoming architectures / ABIs) does not have fstat, so the fstat in 06-sim-actions is also being changed to fstatfs for uniformity across the board.] Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn> Signed-off-by: WANG Xuerui <git@xen0n.name> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* arch: Add SuperH 32-bit supportJohn Paul Adrian Glaubitz2021-03-081-0/+1
| | | | | | | | | | Initial support for seccomp for SuperH in Linux was added in 2.6.27-rc2, support for SECCOMP_FILTER was added for Linux 5.9. This adds support for SuperH in libseccomp, both for little-endian and big-endian mode. Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Acked-by: Tom Hromatka <tom.hromatka@oracle.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
* arch: Add RISC-V 64-bit supportAndreas Schwab2020-02-231-0/+1
| | | | | | Signed-off-by: Andreas Schwab <schwab@suse.de> [PM: minor macro shuffling in seccomp.h.in] Signed-off-by: Paul Moore <paul@paul-moore.com>
* tests: test some untested arch APIsPaul Moore2017-02-231-0/+4
| | | | Signed-off-by: Paul Moore <paul@paul-moore.com>
* 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: add ppc64 support to the regression testsPaul Moore2015-02-061-0/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-271-0/+1
| | | | | | | | This patch adds support for AArch64 (64-bit ARM) architecture. Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> (Additional fixes/corrections/etc.) Signed-off-by: Paul Moore <pmoore@redhat.com>
* all: add support for mips64n32 to the tools and testsPaul Moore2014-08-201-0/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* all: add support for mips64 to the tools and testsPaul Moore2014-08-201-0/+1
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* tests: update the tests to use the new architecture resolving functionalityPaul Moore2014-05-081-6/+6
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* tests: remove assumptions about the native architecturePaul Moore2014-04-251-10/+6
| | | | | | | | 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>
* python: add MIPS and MIPSEL to the python bindingsPaul Moore2014-04-151-0/+2
| | | | Signed-off-by: Paul Moore <pmoore@redhat.com>
* python: Remove file object support from ArgAndy Lutomirski2013-10-221-3/+3
| | | | | | | | | | It's still possible to pass file descriptors into the Arg data, but safe uses are already complicated enough that making the user call fileno() themselves seems reasonable. Signed-off-by: Andy Lutomirski <luto@amacapital.net> (corrected the python test cases to take into account the change) Signed-off-by: Paul Moore <pmoore@redhat.com>
* tests: minor fixups due to the new arch supportPaul Moore2013-03-281-2/+6
| | | | 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/+51
This patch only renames files, it makes not changes to the content. Signed-off-by: Paul Moore <pmoore@redhat.com>