Re: [Qemu-devel] [PATCH V2 2/6] runner: Tool for fuzz tests execution

2014-07-09 Thread Fam Zheng
On Fri, 07/04 15:39, Maria Kustova wrote: > v1 -> v2: > Added parameter for a fuzzer configuration file In the future revisions, please put such revision change notes below a '---' line, like: Signed-off-by: Your Name --- v1 -> v2: change This way, it doesn't get into git log

[Qemu-devel] [PATCH V2 2/6] runner: Tool for fuzz tests execution

2014-07-04 Thread Maria Kustova
The purpose of the test runner is to prepare test environment (e.g. create a work directory, a test image, etc), execute the program under test with parameters, indicate a test failure if the program was killed during test execution and collect core dumps, logs and other test artifacts. The test r