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=24350
Your paranoid android
André Hentschel writes:
> For platforms where char is expected to be unsigned (e.g. it fixes a warning
> on ARM)
There's no reason to make it signed. Please fix the bug correctly
instead.
--
Alexandre Julliard
julli...@winehq.org
Johannes Kroll asked:
>Did this patch get through? I don't see it on
>http://source.winehq.org/patches/ ...
It did.
You looked too late in patches/. Committed patches are deleted sooner than
rejected ones that are in turn deleted sooner than new/pending patches.
I'm still interested in your testi
OK, I'm about to say something weird, and I'll understand if everyone
else decides to ignore it.
I don't think WICCreateColorTransform_Proxy, or any of the Proxy
functions, should initialize or make use of COM.
Instead, I think it should work by calling WICCreateImagingFactory_Proxy.
I suspect t
On Thu, 24 Jan 2013 10:33:58 +0100
wrote:
> Compare with wineoss which uses poll <= 0 already...
>
> Johannes Kroll mentioned that MIDIIn takes a long time to end.
> Indeed, our testsuite ran 3 times into the "kill after 5s" timeout due to
> this bug.
> Now the tests execute much faster.
>
> R
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=24341
Your paranoid android
On Mon, Feb 11, 2013 at 06:12:57PM +0800, Dmitry Timoshkov wrote:
> Huw Davies wrote:
> > Under what conditions does cupsGetPPD succeed if cupsGetPPD3 fails?
>
> I don't have full understanding of what is going on, but sometimes (!)
> cupsGetPPD3 returns 404, while cupsGetPPD works just fine here
Huw Davies wrote:
> On Mon, Feb 11, 2013 at 02:03:26PM +0800, Dmitry Timoshkov wrote:
> > -if (pcupsGetPPD3) return pcupsGetPPD3( http, name, modtime, buffer,
> > bufsize );
> > +if (pcupsGetPPD3)
> > +{
> > +http_status_t status;
> > +
> > +TRACE( "Calling cupsGetPPD
On Mon, Feb 11, 2013 at 02:03:26PM +0800, Dmitry Timoshkov wrote:
> -if (pcupsGetPPD3) return pcupsGetPPD3( http, name, modtime, buffer,
> bufsize );
> +if (pcupsGetPPD3)
> +{
> +http_status_t status;
> +
> +TRACE( "Calling cupsGetPPD3\n" );
> +status = pcupsGet