Re: msvcp60: Avoid signed-unsigned integer comparisons

2013-03-09 Thread larmbr zhan
On Sun, Mar 10, 2013 at 5:48 AM, Andrew Talbot wrote: > msvcp60: Avoid signed-unsigned integer comparisons. Hi, Andrew Talbot. I find that you are working on these "Avoid signed-unsigned integer comparisons" things recently. I DO agree on that using _ unsigned int _ instead of _ int _(which

Re: wininet: Skip test_open_url_async on IEs older than 7.

2013-03-09 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=24685 Your paranoid android

Re: dpnet/tests: Allow buffersize used by Win8

2013-03-09 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=24682 Your paranoid android

Re: Crash confuses me

2013-03-09 Thread Graham
On 09/03/13 14:08, André Hentschel wrote: > Am 09.03.2013 02:40, schrieb Graham: >> On 08/03/13 22:40, Francois Gouget wrote: >>> On Fri, 8 Mar 2013, Marcus Meissner wrote: >>> [...] "real NOVICE" and using LD_PRELOAD or "hotpatching" does not fit together for me...? - wine use

Re: Crash confuses me

2013-03-09 Thread Graham
On 09/03/13 06:03, Marcus Meissner wrote: > On Sat, Mar 09, 2013 at 01:40:00AM +, Graham wrote: >> On 08/03/13 22:40, Francois Gouget wrote: >>> On Fri, 8 Mar 2013, Marcus Meissner wrote: >>> [...] "real NOVICE" and using LD_PRELOAD or "hotpatching" does not fit together for me...? >

Re: Crash confuses me

2013-03-09 Thread André Hentschel
Am 09.03.2013 02:40, schrieb Graham: > On 08/03/13 22:40, Francois Gouget wrote: >> On Fri, 8 Mar 2013, Marcus Meissner wrote: >> [...] >>> "real NOVICE" and using LD_PRELOAD or "hotpatching" does not fit together >>> for me...? >>> >>> - wine uses it own elfloader, which might cause issues. >> Re