syzkaller/pkg/repro
Dmitry Vyukov 88f5934633 vm: allow fine-grained control over program exit conditions
Currently we only support canExit flag.
However there are actually 3 separate conditions:
 - program can exit normally
 - program can timeout (e.g. fuzzer test or runtest can't)
 - program can exit with error (e.g. C test can)
Allow to specify these 3 conditions separately.
2018-12-24 09:59:56 +01:00
..
repro_test.go executor: overhaul 2018-07-24 12:04:27 +02:00
repro.go vm: allow fine-grained control over program exit conditions 2018-12-24 09:59:56 +01:00