Re: kernel32/volume: Don't modify the last error in GetVolumeInformation

2012-05-29 Thread Alexandre Goujon
On Tue, May 29, 2012 at 7:07 PM, Alexandre Julliard wrote: > Alexandre Goujon writes: > > > @@ -729,6 +731,8 @@ BOOL WINAPI GetVolumeInformationW( LPCWSTR root, > LPWSTR label, DWORD label_len, > > } > > else > > { > > +

Re: About Wine Test Bot

2010-04-07 Thread Alexandre Goujon
I didn't know this tool. It looks quite interesting. Thanks again for your advices

Re: About Wine Test Bot

2010-04-07 Thread Alexandre Goujon
Dmitry Timoshkov wrote > For any productive Wine development you need not only working compiling > environment, but a working Wine binary, to run at least 'make test'. Ok so I could not run any test until compiling on cygwin works. But the idea was to be able to remotly compile wine with some o

About Wine Test Bot

2010-04-07 Thread Alexandre Goujon
Hi, I have a suggestion about wineTestBot. It's maybe the wrong place but I'm quite sure interested people read wine-devel. I think it would be great if we could not only run tests (as it already does) but also check if a patch does not break wine (on minGW, on cygwin or on MAC for instance). Th