Re: wine crashtests

2011-08-01 Thread Vitaly Perov
On Mon, 01 Aug 2011 14:05:29 +0200, Alexandre Julliard wrote: Vitaly Perov writes: Then, my second qustion is: I need a big-size pictures (jpg, png, gif, bmp) for my tests. I think I am unable to generate them in the test. Is it normal to add them as files? You should generate fake files, it

Re: wine crashtests

2011-08-01 Thread Alexandre Julliard
Vitaly Perov writes: > Then, my second qustion is: > I need a big-size pictures (jpg, png, gif, bmp) for my tests. > I think I am unable to generate them in the test. > Is it normal to add them as files? You should generate fake files, it's not hard. -- Alexandre Julliard julli...@winehq.org

Re: wine crashtests

2011-08-01 Thread Vitaly Perov
On Mon, 01 Aug 2011 12:45:12 +0200, Alexandre Julliard wrote: You should not be trying to write a test that proves that Wine crashes, that's not interesting. What you should do is demonstrate Windows behavior for various types of invalid input, and then make Wine conform to that. As I under

Re: wine crashtests

2011-08-01 Thread Alexandre Julliard
Vitaly Perov writes: > On Mon, 01 Aug 2011 14:11:31 +0400, Nikolay Sivov wrote: >> On 8/1/2011 14:04, Vitaly Perov wrote: >>> Is it possible to add a test to show that Wine crashes? >> You mean inside exception handler? Test that crashes comes with or >> after a fix that fix a crash. > > Yes, I h

Re: wine crashtests

2011-08-01 Thread Nikolay Sivov
On 8/1/2011 14:31, Vitaly Perov wrote: On Mon, 01 Aug 2011 14:11:31 +0400, Nikolay Sivov wrote: On 8/1/2011 14:04, Vitaly Perov wrote: Is it possible to add a test to show that Wine crashes? You mean inside exception handler? Test that crashes comes with or after a fix that fix a crash. Yes,

Re: wine crashtests

2011-08-01 Thread Vitaly Perov
On Mon, 01 Aug 2011 14:11:31 +0400, Nikolay Sivov wrote: On 8/1/2011 14:04, Vitaly Perov wrote: Is it possible to add a test to show that Wine crashes? You mean inside exception handler? Test that crashes comes with or after a fix that fix a crash. Yes, I have sent a patch that fix a crash. T

Re: wine crashtests

2011-08-01 Thread Nikolay Sivov
On 8/1/2011 14:04, Vitaly Perov wrote: Is it possible to add a test to show that Wine crashes? You mean inside exception handler? Test that crashes comes with or after a fix that fix a crash.

wine crashtests

2011-08-01 Thread Vitaly Perov
Is it possible to add a test to show that Wine crashes?