Something's rotten in git today...

2011-09-14 Thread Dan Kegel
It might be just me, but I've seen five very strange test failures today out of about 30 build/test runs. Has anybody else noticed problems? Here they are, most recent first: http://buildbot.kegel.com/builders/runtests-default/builds/72 ../../../tools/runtest -q -P wine -M advapi32.dll -T .

Re: cmd/tests: Add RENAME tests

2011-09-14 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=14246 Your paranoid android

Re: [RFC] Re: [PATCH 1/2]rpcrt4/tests: Add some commented tests for widl

2011-09-14 Thread Alexandre Julliard
Jérôme Gardou writes: > Hello. > > I've seen that this patch is in "pending" state, and I would like to > know what is the problem with it. Also, if commenting the tests isn't > a policy you want to enforce (that I would understand), I'm ready to > skip them on wine, but how to? I already explai

[RFC] Re: [PATCH 1/2]rpcrt4/tests: Add some commented tests for widl

2011-09-14 Thread Jérôme Gardou
Hello. I've seen that this patch is in "pending" state, and I would like to know what is the problem with it. Also, if commenting the tests isn't a policy you want to enforce (that I would understand), I'm ready to skip them on wine, but how to? Those tests were made with midl from Visual St

Re: quartz: Fix converting between the media time and REFTIME

2011-09-14 Thread Maarten Lankhorst
Hey, On 09/14/2011 05:07 PM, joerg-cyril.hoe...@t-systems.com wrote: > Hi, > > I've never tried to understand quartz, but I'd like to know whether quartz > expects particular behaviour from the underlying winmm or mmdevapi > time/position/length functions. > For instance, quartz says its clocks ar

Re: quartz: Fix converting between the media time and REFTIME

2011-09-14 Thread Erich Hoover
On Wed, Sep 14, 2011 at 9:07 AM, wrote: > I've never tried to understand quartz, but I'd like to know whether quartz > expects particular behaviour from the underlying winmm or mmdevapi > time/position/length functions. > At least for what I've been dealing with so far quartz uses dsound for han

quartz: Fix converting between the media time and REFTIME

2011-09-14 Thread Joerg-Cyril . Hoehle
Hi, I've never tried to understand quartz, but I'd like to know whether quartz expects particular behaviour from the underlying winmm or mmdevapi time/position/length functions. For instance, quartz says its clocks are monotically increasing, whereas no such requirement is documented (or at least

Re: [PATCH 11/21] vbscript: Added function parser implementation

2011-09-14 Thread Dan Kegel
On Wed, Sep 14, 2011 at 7:56 AM, Jacek Caban wrote: > Hi Dan, > > On 09/14/11 16:49, Dan Kegel wrote: >> >> Fails tests reliably (4 out of 4 runs) here under WINEDEBUG=warn+heap on a >> q9300 >> (but not on 32 or 64 bit non-warn-heap runs on q9300 or i7). >> > > Thanks for the report, I've sent a

Re: [PATCH 11/21] vbscript: Added function parser implementation

2011-09-14 Thread Jacek Caban
Hi Dan, On 09/14/11 16:49, Dan Kegel wrote: Fails tests reliably (4 out of 4 runs) here under WINEDEBUG=warn+heap on a q9300 (but not on 32 or 64 bit non-warn-heap runs on q9300 or i7). Thanks for the report, I've sent a fixed version.

re: [PATCH 11/21] vbscript: Added function parser implementation

2011-09-14 Thread Dan Kegel
Fails tests reliably (4 out of 4 runs) here under WINEDEBUG=warn+heap on a q9300 (but not on 32 or 64 bit non-warn-heap runs on q9300 or i7). On Wed, Sep 14, 2011 at 7:17 AM, wrote: > This is an experimental automated build and test service. > Please feel free to ignore this email while we work

Re: [PATCH 1/3] server: certain access flags are illegal for OpenMutex

2011-09-14 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=14233 Your paranoid android

Re: [PATCH 06/21] vbscript: Added function arguments compiler implementation

2011-09-14 Thread Jacek Caban
On 09/14/11 13:47, Octavian Voicu wrote: On Wed, Sep 14, 2011 at 1:56 PM, Jacek Caban wrote: --- a/dlls/vbscript/compile.c +++ b/dlls/vbscript/compile.c @@ -658,9 +658,26 @@ static HRESULT create_function(compile_ctx_t *ctx, function_decl_t *decl, functi func->code_ctx = ctx->code;

Re: [PATCH 06/21] vbscript: Added function arguments compiler implementation

2011-09-14 Thread Octavian Voicu
On Wed, Sep 14, 2011 at 1:56 PM, Jacek Caban wrote: > --- a/dlls/vbscript/compile.c > +++ b/dlls/vbscript/compile.c > @@ -658,9 +658,26 @@ static HRESULT create_function(compile_ctx_t *ctx, > function_decl_t *decl, functi > func->code_ctx = ctx->code; > func->type = decl->type; > > +

Re: [PATCH 10/21] vbscript: Added support for sub local variables

2011-09-14 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=14224 Your paranoid android

Re: [PATCH 19/21] vbscript: Added interp_xor implementation

2011-09-14 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=14230 Your paranoid android

Re: [PATCH 09/21] vbscript: Added exit sub statement implementation

2011-09-14 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=14223 Your paranoid android

Re: [PATCH 08/21] vbscript: Added sub argument tests

2011-09-14 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=14222 Your paranoid android

Re: [PATCH 02/21] vbscript: Added function compiler implementation

2011-09-14 Thread Jacek Caban
On 09/14/11 13:05, Marvin wrote: 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.

Re: [PATCH 05/21] vbscript: Added function invocation supprot to do_icall

2011-09-14 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=14221 Your paranoid android

Re: [PATCH 02/21] vbscript: Added function compiler implementation

2011-09-14 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=14220 Your paranoid android

IPv6 issue on TestBot?

2011-09-14 Thread Francois Gouget
Connecting to https://testbot.winehq.org/ over IPv6 hangs for ages :-( This makes accessing it from my desktop very annoying. $ time wget -4 --quiet http://testbot.winehq.org/ real0m2.150s user0m0.000s sys 0m0.000s $ time wget -6 --quiet http://testbot.winehq.org/ ... still stuck af