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
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.
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
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
@@
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
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.
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
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
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