summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tools: rename some of the tools in preparation for installationPaul Moore2013-05-231-4/+7
* tests: add a placeholder for 00-testPaul Moore2013-04-222-1/+8
* db: correctly compare syscall arguments on 64-bit systemsPaul Moore2013-04-185-1/+137
* tests: add a live test to exercise the syscall argument matchingPaul Moore2013-03-285-1/+167
* tests: add a test to exercise the x32 and arm architecturesPaul Moore2013-03-285-1/+172
* tests: minor fixups due to the new arch supportPaul Moore2013-03-282-4/+18
* tests: add support for the x32 and arm architecturesPaul Moore2013-03-281-5/+2
* tests: add 22-sim-basic_chains_arrayVitaly Vi Shukela2013-03-265-1/+154
* tests: add the execute bit to some python testsPaul Moore2013-02-192-0/+0
* tests: add some basic live testsPaul Moore2013-02-078-1/+281
* tests: enable the "live" test typePaul Moore2013-02-074-0/+223
* tests: rename the tests to make it clear which are simulator/basic/live basedPaul Moore2013-02-0772-414/+414
* tests: allow the selective running of test typesPaul Moore2013-02-071-3/+11
* tests: improve the flexibility of the test loggingPaul Moore2013-02-051-15/+36
* tests: fix the error reporting with the basic test typePaul Moore2013-02-041-2/+3
* tests: fix x86 tests to skip writeKees Cook2013-01-241-3/+3
* tests: test for missing syscalls on an architecturePaul Moore2013-01-225-1/+134
* tests: remove arch specific code from the tests when possiblePaul Moore2013-01-222-17/+20
* arch: ensure full syscall coverage across x86 and x86_64Paul Moore2013-01-211-6/+1
* tests: enable multi-arch testing for some of the existing testsPaul Moore2013-01-212-18/+21
* tests: do some cleanup and assorted changes in the regression scriptPaul Moore2013-01-211-182/+141
* tests: support running tests on all supported architecturesPaul Moore2013-01-181-136/+160
* tests: allow the regression script to run multiple test modesPaul Moore2013-01-171-15/+20
* tests: reduce the number of fuzz testsPaul Moore2013-01-1715-16/+16
* tests: start the fuzz tests at zero like the other testsPaul Moore2013-01-171-15/+2
* tests: add a basic whitelist testPaul Moore2013-01-165-1/+148
* tests: add tests for the new syscall resolver APIsPaul Moore2013-01-152-2/+34
* tests: fix 16-arch-basic.pyPaul Moore2013-01-151-2/+2
* tests: update 05-long-jumps.py to match the C versionPaul Moore2013-01-151-2/+2
* api: add an API to query the system's architecturePaul Moore2012-11-262-4/+4
* tests: fix a problem with the correct results for 08-subtree-checksPaul Moore2012-11-121-3/+3
* tests: shrink the 05-long-jumps testsPaul Moore2012-11-122-8/+8
* tests: enable running non-native architecture testsPaul Moore2012-11-071-5/+11
* tests: add python versions of the existing testsPaul Moore2012-11-0518-0/+940
* tests: add basic support for python testsPaul Moore2012-10-314-14/+93
* tests: add tests for the new multi-arch/filter supportPaul Moore2012-09-286-1/+255
* arch: add support for syscall name resolutionPaul Moore2012-09-274-1/+50
* tests: summarize the regression test runPaul Moore2012-07-261-2/+29
* tests: add the batch name to regression test test number outputPaul Moore2012-07-261-26/+32
* tests: add a test for the seccomp_reset() APIPaul Moore2012-07-254-1/+89
* api: remove the internal state and make the API context-awarePaul Moore2012-07-2515-176/+214
* build: enable verbose buildingPaul Moore2012-07-251-1/+1
* build: minor Makefile cleanupsPaul Moore2012-06-061-2/+2
* api: rename the seccomp_gen_*() functions to seccomp_export_*()Paul Moore2012-04-262-8/+8
* tests: Add regression batch for 13-attrsCorey Bryant2012-04-241-0/+11
* tests: Add bpf-sim-fuzz regression test typeCorey Bryant2012-04-1912-1/+183
* tests: Add batch regression tests for 12-basic-masked-opsCorey Bryant2012-04-192-1/+33
* tests: Use tabs in batch files and support hex valuesCorey Bryant2012-04-1911-135/+128
* api: add a new attribute for the bad architecture actionPaul Moore2012-04-161-2/+13
* api: always pass along errors from failed attempts to set NO_NEW_PRIVSPaul Moore2012-04-161-12/+0