summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: change test 55 to use syscall names rather than numbersTom Hromatka2020-03-102-1182/+233
* tests: change test 53 to use syscall names rather than numbersTom Hromatka2020-03-103-366/+176
* tests: add tests for the binary treeTom Hromatka2020-02-2813-4/+2067
* arch: Add RISC-V 64-bit supportAndreas Schwab2020-02-236-2/+16
* travis: avoid running live python tests in TravisCIChris Waldon2020-01-201-0/+4
* tests: rely on __SNR_xxx instead of __NR_xxx for syscallsPaul Moore2019-11-201-3/+3
* tests: introduce a simple seccomp_load() test as part of the non-live testsPaul Moore2019-11-135-3/+105
* tests: add some additional test code to boost our code coveragePaul Moore2019-11-133-4/+34
* tests: add notification testsPaul Moore2019-05-037-4/+190
* tests: fix a error message typo in 13-basic-attrs.pyPaul Moore2019-04-301-1/+1
* api: rename SCMP_FLTATR_SPEC_ALLOW to SCMP_FLTATR_CTL_SSBPaul Moore2019-04-292-7/+5
* api: add support for the SPEC_ALLOW flagTycho Andersen2019-04-292-2/+19
* tests: only run test 50 on x86_64Paul Moore2019-04-171-8/+8
* tests: Add 50-sim-hash_collision testTom Hromatka2019-04-165-3/+184
* tests: add LT tests to 43-sim-a2_orderPaul Moore2019-03-143-5/+74
* tests: add 48-sim-64b_comparisonsPaul Moore2019-03-145-3/+133
* tests: update 38-basic-pfc_coveragePaul Moore2019-03-141-30/+59
* tests: fix some issues found by coverityPaul Moore2019-03-122-11/+8
* tests: make use of the new 32-bit test filtersPaul Moore2019-03-041-18/+18
* tests: add support for 32-bit and 64-bit test filteringPaul Moore2019-03-041-0/+36
* tests: disable a number of tests on the x32 archroot2019-03-0411-145/+145
* tests: add 48-sim-32b_args to the .gitignore filePaul Moore2019-03-041-0/+1
* tests: fix a number of problems with the tests on a 32-bit x86 systemroot2019-03-014-19/+25
* api: provide 32-bit friendly argument comparison macrosPaul Moore2019-02-214-3/+178
* tests: add an API level check to the live testsPaul Moore2018-09-227-16/+28
* tests: add openat() to the syscall whitelist in test 44Paul Moore2018-09-192-0/+4