Re: msi: Fix testfailure on some 2k3 machines

2010-12-12 Thread Hans Leidekker
On Sun, 2010-12-12 at 22:44 +0100, André Hentschel wrote: > r = MsiOpenProductA(prodcode, &hprod); > -ok(r == ERROR_INSTALL_PACKAGE_OPEN_FAILED || r == ERROR_SUCCESS, > - "Expected ERROR_INSTALL_PACKAGE_OPEN_FAILED or ERROR_SUCCESS, got > %d\n", r); > +ok(r == ERROR_INSTALL_PAC

Re: [PATCH] cmd: Allow GOTO to a label, which has a following whitespace, with test

2010-12-12 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=7571 Your paranoid android.

Re: ntdll: Change NtQuerySystemInformation to return 100ns ticks for SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION info class (try 4)

2010-12-12 Thread Chris Robinson
On Sunday, December 12, 2010 2:19:42 pm Louis Lenders wrote: > +#define USER_HZ_TO_TICKSPERSEC(x,y) (ULONGLONG)1000 * x / y I'd recommend adding proper parenthesis, to avoid potential problems with order-of-operations. #define USER_HZ_TO_TICKSPERSEC(x,y) ((ULONGLONG)1000 * (x) / (y)) Th

Re: ntdll: Change NtQuerySystemInformation to return 100ns ticks for SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION info class (try 4)

2010-12-12 Thread Nikolay Sivov
On 12/13/2010 01:19, Louis Lenders wrote: Change from try 3: improved macro as per Juan's suggestion, and made user_hz a static variable /proc/stat measures the times in units of USER_HZ, whereas Windows uses 100ns ticks. This should fix http://bugs.winehq.org/show_bug.cgi?id=23847 @@

Re: wine's configure says "gst/gstpad.h usability... No"

2010-12-12 Thread Detlef Riekenberg
On Sa, 2010-12-11 at 13:09 +0100, Paul Vriens wrote: > On 12/11/2010 08:26 AM, wy...@volny.cz wrote: > > Hi guys, > > > > gstreamer-0.10 development files not found, gstreamer support > > disabled > I'm on Fedora 13 and had to install gstreamer-plugins-base-devel. > > So I guess you need libgstre

Re: shdocvw: Fix testfailure on some NT4 machines

2010-12-12 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=7562 Your paranoid android.

Re: [PATCH 5/6] mshtml: Added IHTMLWindow2::open test.

2010-12-12 Thread Jacek Caban
Hi Paul, On 12/12/10 12:30 PM, Paul Vriens wrote: Hi Jacek, On 06/14/2010 02:20 AM, Jacek Caban wrote: --- dlls/mshtml/tests/htmldoc.c | 100 ++- 1 files changed, 98 insertions(+), 2 deletions(-) Some of these tests fail on IE6 SP1: http://test.w

Please ban spammer from the forum

2010-12-12 Thread Rosanne DiMesio
Dan or Jeremy-- Please ban user hary from the forum. Right now he's posting spam as fast as I'm deleting it. -- Rosanne DiMesio

Re: [PATCH 5/6] mshtml: Added IHTMLWindow2::open test.

2010-12-12 Thread Paul Vriens
Hi Jacek, On 06/14/2010 02:20 AM, Jacek Caban wrote: --- dlls/mshtml/tests/htmldoc.c | 100 ++- 1 files changed, 98 insertions(+), 2 deletions(-) Some of these tests fail on IE6 SP1: http://test.winehq.org/data/tests/mshtml:htmldoc.html What would