Re: [PATCH 17/19] vbscript: Added support for exit do statement

2011-09-18 Thread Octavian Voicu
On Fri, Sep 16, 2011 at 2:30 PM, Jacek Caban wrote: > --- a/dlls/vbscript/compile.c > +++ b/dlls/vbscript/compile.c > static HRESULT compile_while_statement(compile_ctx_t *ctx, while_statement_t > *stat) > { > -unsigned start_addr; > +unsigned start_addr, prev_label; ... > +if(stat-

Re: [PATCH 17/19] vbscript: Added support for exit do statement

2011-09-16 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=14323 Your paranoid android