summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: add some tests missing from the MakefilePaul Moore2015-07-011-2/+6
* bpf: fix x32/x86_64 architecture detection logicMathias Krause' via libseccomp2015-07-012-2/+2
* tests: add a test for faulty handling of the x32 architectureMathias Krause' via libseccomp2015-07-015-1/+148
* tests: make 27-sim-bpf_blk_state architecture independentPaul Moore2015-07-013-30/+30
* build: update the .gitignore file under tests/Paul Moore2015-05-061-0/+1
* tests: test the bpf accumulator checking logicPaul Moore2015-05-064-1/+182
* tests: purge the heretical semicolonsBrian Cain2015-05-066-28/+28
* tests: fixed leak in basic-resolverBrian Cain2015-05-061-10/+21
* tests: allow the regression test to run properly from 'make distcheck'Paul Moore2014-10-211-5/+7
* build: fix some problems seen with 'make dist' tarballsPaul Moore2014-10-211-0/+67
* build: allow the creation of a static libraryPaul Moore2014-10-211-1/+1
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-2716-108/+111
* tests: better architecture selection support in the automated testsPaul Moore2014-08-271-13/+60
* tests: Add missing mips{el}64n32 case for live testsMarkos Chandras2014-08-211-1/+1
* all: add support for mips64n32 to the tools and testsPaul Moore2014-08-207-2/+14
* all: add support for mips64 to the tools and testsPaul Moore2014-08-207-3/+15
* tests: fix 11-basic-basic_errors.cPaul Moore2014-08-061-1/+1
* tests: update the tests to use the new architecture resolving functionalityPaul Moore2014-05-089-32/+32
* build: create a 'check-build' targetPaul Moore2014-05-071-0/+3
* tests: correctly return an error if seccomp_init() failsPaul Moore2014-05-0126-30/+57
* tests: detect the python bindings automaticallyPaul Moore2014-05-011-1/+11
* build: add headers to all of the autotools filesPaul Moore2014-05-011-2/+18
* build: regression test fixesPaul Moore2014-05-012-7/+6
* build: fixup the autotools build flagsPaul Moore2014-04-291-1/+1
* build: initial attempt to use autotools as the build systemJan Engelhardt2014-04-292-96/+45
* tests: remove the fuzz test from more architecture specific testsPaul Moore2014-04-282-10/+0
* tests: fix 11-basic-basic_errors to work on big endian architecturesPaul Moore2014-04-282-11/+8
* tests: remove assumptions about the native architecturePaul Moore2014-04-2510-120/+84
* tests: Add MIPS BE return codes for live testsMarkos Chandras2014-04-251-1/+1
* tests: Add new test for big-endian architecturesMarkos Chandras2014-04-254-1/+157
* tests: Rename 23-sim-arch_all_basic to 23-sim-arch_all_le_basicMarkos Chandras2014-04-255-24/+24
* tests: arch specific tests can't be fuzzed on all systemsPaul Moore2014-04-172-10/+0
* tests: support both big and little endian test architecturesPaul Moore2014-04-163-16/+19
* python: add MIPS and MIPSEL to the python bindingsPaul Moore2014-04-152-0/+4
* arch: Add support for MIPS Little EndianMarkos Chandras2014-04-153-1/+20
* tests: fix some small spelling mistakesPaul Moore2014-04-151-2/+2
* tests: add support for valgrind suppressionsPaul Moore2014-04-153-1/+30
* build: fix use of LIBFLAGS vs LDFLAGSKees Cook2014-04-141-1/+1
* tests: fix a uninitialized use warningPaul Moore2014-02-2723-23/+23
* tests: add basic support for arch specific return values for the live testsPaul Moore2014-02-131-11/+22
* python: Remove file object support from ArgAndy Lutomirski2013-10-223-8/+8
* tests: fix a problem with the python bindings and the bpf-valgrind testsPaul Moore2013-10-211-0/+6
* all: assorted formatting fixesPaul Moore2013-10-214-8/+8
* tests: small typo fix in testdiffPaul Moore2013-10-181-1/+1
* build: enable "make check" to run the regression testsPaul Moore2013-10-181-1/+4
* tests: add some scripts to compare test output from different test runsPaul Moore2013-10-183-0/+333
* tests: make the regression test valgrind mode more usefulPaul Moore2013-10-1820-41/+184
* tests: correct some architecture problems with 25-sim-multilevel_chains_advPaul Moore2013-10-171-10/+10