summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: add a missing .gitignore entry for 60-sim-precomputePaul Moore2023-05-091-0/+1
* arch: Add 32-bit Motorola 68000 supportJohn Paul Adrian Glaubitz2023-04-255-1/+9
* tests: Add 64-bit LoongArch supportXiaotian Wu2023-02-1818-44/+258
* tests: add fstatfs() syscall in the 06-sim-actionsXiaotian Wu2023-02-182-2/+2
* api: add the SCMP_FLTATR_CTL_WAITKILL filter attributePaul Moore2022-10-314-2/+28
* all: add seccomp_precompute() functionalityPaul Moore2022-09-214-3/+142
* tests: Fix make check-syntax error in test 54Tom Hromatka2022-04-201-3/+3
* tests: Add a binary tree test with zero syscallsTom Hromatka2022-03-185-3/+118
* tests: fix 53-sim-binary_tree to use binary treeTom Hromatka2022-03-181-0/+1
* tests: fix 54-live-binary_tree to use binary treeKir Kolyshkin2022-03-152-1/+4
* tests: Add *.log and *.stats to .gitignoreManabu Sugimoto2022-01-101-0/+2
* doc,pyx,tests: Fix some typosManabu Sugimoto2022-01-051-2/+2
* tests: Fix warning in 05-sim-long_jumps.cTom Hromatka2021-11-011-0/+1
* tests: improve 05-sim-long_jumps to work better across arch/ABIsPaul Moore2021-11-013-43/+52
* tests: add the mipsel and sh ABIs to test 30-sim-socket_syscallsPaul Moore2021-11-013-23/+58
* mips: restore the 32-bit MIPS O32 ABI offsetPaul Moore2021-11-011-14/+14
* tests: fix 11-basic-basic_errors on old kernels (API level < 5)Paul Moore2021-10-181-33/+39
* api: add missing reviewer fixesMike Frysinger2021-10-131-0/+2
* api: extend BPF export API to write to a memory bufferMike Frysinger2021-10-082-0/+38
* tests: Allow munmap() syscall in Python test #24Tom Hromatka2021-09-011-0/+1
* tests: various additions to improve code coveragePaul Moore2021-08-1215-64/+847
* tests: add a util_gcov_rules() utility functionPaul Moore2021-08-122-0/+42
* build: reorganize the code coverage targetsPaul Moore2021-08-121-4/+0
* tests: add support for the LIBSECCOMP_TSTCFG_BATCHES env variablePaul Moore2021-08-121-0/+9
* tests: allow multiple test types using comma separated valuesPaul Moore2021-08-121-1/+18
* arch: Add SuperH 32-bit supportJohn Paul Adrian Glaubitz2021-03-087-4/+19
* tests: add support for the LIBSECCOMP_TSTCFG_JOBS env variablemasterPaul Moore2021-01-141-5/+8
* tests: limit the number of bpf-sim-fuzz test iterationsPaul Moore2021-01-1420-21/+21
* tests: add basic support for running tests in parallelPaul Moore2021-01-141-48/+132
* tests: use smaller "magic" numbers in 58-live-tsync_notifyMichael Karcher2020-09-011-6/+7
* tests: use openat and fstat instead of open and stat syscalls in tests 04 and 06Andreas Schwab2020-08-196-16/+20
* all: only request the userspace notification fd oncePaul Moore2020-08-183-6/+28
* tests: use smaller "magic" numbers in 51-live-user_notificationPaul Moore2020-08-181-6/+7
* tests: Explicitly specify the archs in the sim binary tree testTom Hromatka2020-07-171-51/+51
* tests: add the 57'th python test to the MakefilePaul Moore2020-07-151-0/+1
* tests: Skip the stat syscall on aarch64 in test 06Tom Hromatka2020-07-131-1/+1
* tests: Handle pseudo-syscalls in the sim binary tree testTom Hromatka2020-07-133-41/+70
* api: add API level 6Paul Moore2020-06-297-5/+209
* api: add the SCMP_FLTATR_API_SYSRAWRC filter attributePaul Moore2020-06-167-2/+151
* tools,tests: fixup errno handling to be more consistentPaul Moore2020-06-161-3/+3
* api: use EINVAL to signify bad input to the libseccomp APIPaul Moore2020-06-161-2/+2
* system: treat kernel/libc errors as ECANCELEDPaul Moore2020-06-161-2/+2
* api: use EACCESS over EPERMPaul Moore2020-06-161-1/+1
* all: pick better names for some legacy terminologyPaul Moore2020-06-1113-80/+80
* tests: Also test ppc64le in test 30Tom Hromatka2020-04-153-17/+37
* tests: Also test ppc64le in test 36Tom Hromatka2020-04-153-25/+29
* tests: Remove ipc syscalls from test 53-sim-binary_treeTom Hromatka2020-03-253-9/+0
* arch: use gperf to generate a perfact hash to lookup syscall namesGiuseppe Scrivano2020-03-235-3/+173
* tests: don't use the "tr" toolPaul Moore2020-03-111-1/+2
* tests: fix some problems with test 53Paul Moore2020-03-101-6/+0