summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: fix conditional that was skipping all basic python testsTyler Hicks2017-09-121-1/+1
* tests: we can't run fuzz tests on non-native filtersPaul Moore2017-02-271-5/+0
* tests: cleanup some comments in 15-sim-negative_onePaul Moore2017-02-271-5/+0
* tests: fix some problems with 'make distcheck'Paul Moore2017-02-273-6/+15
* all: update the .gitignore file to include gcov files and Python cachePaul Moore2017-02-241-0/+1
* tests: add a dedicated PFC testPaul Moore2017-02-247-2/+263
* tests: add the syscall consistency check to the code coverage testsPaul Moore2017-02-241-0/+2
* tests: add socket and ipc tests to 15-basic-resolverPaul Moore2017-02-241-0/+24
* tests: add ipc(2) testsPaul Moore2017-02-238-3/+409
* tests: test the syscall resolver on all supported architecturesPaul Moore2017-02-231-24/+53
* tests: update the attr tests to include TSYNC and TSKIPPaul Moore2017-02-232-0/+27
* tests: add a test for seccomp_syscall_resolve_name_rewrite()Paul Moore2017-02-231-0/+5
* tests: test some untested arch APIsPaul Moore2017-02-232-0/+19
* all: add tests to ensure that syscall -1 is handled correctlyPaul Moore2017-02-237-7/+159
* tests: add support for $LIBSECCOMP_TSTCFG_STRESSCNTPaul Moore2017-02-161-0/+4
* build: restore the '-static' linker flag for the test suitePaul Moore2017-02-151-0/+8
* tests: add test configuration via environment variablesPaul Moore2017-02-071-0/+4
* build: add basic code coverage supportPaul Moore2017-02-061-2/+3
* python: add support for Python 3.xPaul Moore2017-02-035-6/+8
* tests: sort out simulation blacklist/whitelistLuca Bruno2016-06-028-27/+182
* arch: Add parisc architecture supportHelge Deller2016-05-253-1/+10
* s390: handle multiplexed syscalls correctlyPaul Moore2016-04-205-3/+175
* tests: replace socket syscall references in 15-basic-resolverPaul Moore2016-04-192-7/+7
* tests: always display skipped testsPaul Moore2016-04-181-3/+7
* tests: Report if test was skipped because of missing valgrindHelge Deller2016-04-181-0/+1
* arch: fix a number of 32-bit x86 failures related to socket syscallsPaul Moore2016-04-081-1/+2
* tests: create a simple live test to verify we can set the TSYNC attributePaul Moore2016-02-225-3/+165
* api: add a seccomp_version() API callPaul Moore2016-02-185-3/+94
* all: update my email addressPaul Moore2016-02-1172-72/+72
* build: fix a 'make dist' problem caused by a missing 00-test.c filePaul Moore2016-02-101-0/+1
* tests: add a test for the different types of socket syscallsPaul Moore2016-02-095-3/+170
* tests: s390 python test fixJan Willeke2015-09-081-0/+1
* tests: remove fuzzing from 28-sim-arch_x86.testsPaul Moore2015-09-012-10/+0
* api: limit errno values to MAX_ERRNOPaul Moore2015-08-292-0/+16
* Merge branch 'working-s390' into masterPaul Moore2015-08-285-4/+16
|\
| * s390x: fix python testsJan Willeke2015-08-062-0/+3
| * python: add s390 and s390x supportPaul Moore2015-07-131-0/+2
| * arch: add support for s390Jan Willeke2015-07-132-2/+5
| * arch: add support for s390xJan Willeke2015-07-132-2/+5
* | tests: fix miniseq and "make distcheck"Paul Moore2015-08-271-1/+14
* | all: block negative syscall numbers from the filterPaul Moore2015-08-275-4/+152
* | Merge branch 'working-ppc64'Paul Moore2015-08-057-3/+25
|\ \
| * | tests: add ppc support to the regression testsBogdan Purcareata2015-02-173-2/+6
| * | tests: add ppc64 support to the regression live testsBogdan Purcareata2015-02-101-1/+1
| * | tests: add ppc64 support to the regression testsPaul Moore2015-02-067-2/+20
* | | tests: don't link miniseq with any of our librariesPaul Moore2015-07-171-0/+2
* | | Revert "tests: workaround problems with large integers on 32-bit ARM"Mathias Krause2015-07-161-32/+29
* | | tests: fix sequence number generationMathias Krause2015-07-164-9/+85
| |/ |/|
* | tests: workaround problems with large integers on 32-bit ARMPaul Moore2015-07-081-29/+32
* | tests: extend 12-sim-basic_masked_ops with 64 bit valuesMathias Krause2015-07-061-0/+6