The architecture specific tests can't be "fuzzed" on all architectures, specifically those with a different byte order, as the bpf-sim-fuzz test type relies on the native system.
Signed-off-by: Paul Moore <[email protected]> --- tests/16-sim-arch_basic.tests | 5 ----- tests/23-sim-arch_all_basic.tests | 5 ----- 2 files changed, 10 deletions(-) diff --git a/tests/16-sim-arch_basic.tests b/tests/16-sim-arch_basic.tests index f0d8086..018dc8b 100644 --- a/tests/16-sim-arch_basic.tests +++ b/tests/16-sim-arch_basic.tests @@ -21,11 +21,6 @@ test type: bpf-sim 16-sim-arch_basic +x86_64 connect 0 1 2 N N N ALLOW 16-sim-arch_basic +x86_64 shutdown 0 1 2 N N N ALLOW -test type: bpf-sim-fuzz - -# Testname StressCount -16-sim-arch_basic 50 - test type: bpf-valgrind # Testname diff --git a/tests/23-sim-arch_all_basic.tests b/tests/23-sim-arch_all_basic.tests index ecb7589..9c789e3 100644 --- a/tests/23-sim-arch_all_basic.tests +++ b/tests/23-sim-arch_all_basic.tests @@ -17,11 +17,6 @@ test type: bpf-sim 23-sim-arch_all_basic +all_le rt_sigreturn N N N N N N ALLOW 23-sim-arch_all_basic +all_le open 0x856B008 4 N N N N KILL -test type: bpf-sim-fuzz - -# Testname StressCount -23-sim-arch_all_basic 50 - test type: bpf-valgrind # Testname ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ libseccomp-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss
