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

2014-08-08 Thread Fam Zheng
On Fri, 08/08 12:58, M.Kustova wrote: > On Fri, Aug 8, 2014 at 12:50 PM, Fam Zheng wrote: > > On Wed, 08/06 17:12, Maria Kustova wrote: > >> The purpose of the test runner is to prepare the test environment (e.g. > >> create > >> a work directory, a test image, etc), execute a program under test

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

2014-08-08 Thread M.Kustova
On Fri, Aug 8, 2014 at 12:50 PM, Fam Zheng wrote: > On Wed, 08/06 17:12, Maria Kustova wrote: >> The purpose of the test runner is to prepare the test environment (e.g. >> create >> a work directory, a test image, etc), execute a program under test with >> parameters, indicate a test failure if t

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

2014-08-08 Thread Fam Zheng
On Wed, 08/06 17:12, Maria Kustova wrote: > The purpose of the test runner is to prepare the test environment (e.g. create > a work directory, a test image, etc), execute a program under test with > parameters, indicate a test failure if the program was killed during the test > execution and collec

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

2014-08-07 Thread Stefan Hajnoczi
On Wed, Aug 06, 2014 at 05:12:47PM +0400, Maria Kustova wrote: > The purpose of the test runner is to prepare the test environment (e.g. create > a work directory, a test image, etc), execute a program under test with > parameters, indicate a test failure if the program was killed during the test >

[Qemu-devel] [PATCH V5 2/5] runner: Tool for fuzz tests execution

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