syzkaller/sys/targets
Dmitry Vyukov e2f6c0c1b5 sys/targets: don't use HostFuzzer mode for test OS
We set HostFuzzer for all test targets b/c in some contexts
they needed the same special behavior as real HostFuzzer targets
(e.g no checking enabled syscalls).
However, in some other contexts they don't the same special
behavior as real HostFuzzer targets. For example, pkg/ipc
does rate limiting for HostFuzzer and pkg/runtest don't run
C tests for HostFuzzer.

Add special case for test targets in pkg/host,
and don't set HostFuzzer for all test targets
(keep it for one target for better coverage).
2020-07-15 09:26:23 +02:00
..
common.go sys/targets: fix mknod neutralize for netbsd 2020-06-23 16:54:07 +02:00
targets.go sys/targets: don't use HostFuzzer mode for test OS 2020-07-15 09:26:23 +02:00