Re: [PATCH 2/8] urlmon/tests: CoInternetCreateZoneManager not present on W95B

2010-04-18 Thread Paul Vriens
On 04/19/2010 01:23 AM, Detlef Riekenberg wrote: On Fr, 2010-04-16 at 08:57 +0200, Paul Vriens wrote: Wouldn't it be better to just check for one (or all) and bail out with a (only one) win_skip()? I guess if one is not present, none are? The checks are in different test files and some tests

my god, it's full of benchmarks

2010-04-18 Thread Dan Kegel
Turns out everybody and his brother are writing game benchmarks and game benchmark tools. There are a whole mess of them at http://downloads.guru3d.com/Benchmarks-&-Demo's_c6.html which I'll probably take a look at sometime soon. Has anyone been running any of these (beyond the obvious 3dmarkXX's

Re: [PATCH 2/8] urlmon/tests: CoInternetCreateZoneManager not present on W95B

2010-04-18 Thread Detlef Riekenberg
On Fr, 2010-04-16 at 08:57 +0200, Paul Vriens wrote: > > Wouldn't it be better to just check for one (or all) and bail out with > a (only one) win_skip()? I guess if one is not present, none are? The checks are in different test files and some tests work on W95B (IE 4) I prefer to have a comple

Re: Crash when executing custom action in msi

2010-04-18 Thread Octavian Voicu
On Sun, Apr 18, 2010 at 11:07 PM, Mike Kaplinskiy wrote: > I'm not much of a COM expert, but from what it looks like in order to > tell if an interface is really the interface you expect, the right way > would be to QueryInterface it (idea from > http://source.winehq.org/source/dlls/msxml3/domdoc.

Re: [3/3]usp10/tests: add Thaana itemize tests

2010-04-18 Thread Greg Geldorp
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=1558 Your paranoid android.

Re: ISP causes winhttp test failures

2010-04-18 Thread Hans Leidekker
On Sun, 2010-04-18 at 21:49 +0200, Stefan Dösinger wrote: > Verisign was once ordered not to this. But that was in the US. What should we > do about this error? > I don't think there's any way I can get a DNS error back from my stupid > provider :-/ Perhaps a nonexistent local name will work. W

Re: ISP causes winhttp test failures

2010-04-18 Thread Marcus Meissner
On Sun, Apr 18, 2010 at 09:49:35PM +0200, Stefan Dösinger wrote: > Hi, > I get winhttp test failures on all my machines: > http://test.winehq.org/data/780981bc7a2c8e173bea580a2d748fd7cb242468/wine_stefand-amd64/winhttp:winhttp.html > > I suspect my ISP is to blame. When try to resolve a nonexista

Re: ISP causes winhttp test failures

2010-04-18 Thread Michael Stefaniuc
On 04/18/2010 09:49 PM, Stefan Dösinger wrote: Hi, I get winhttp test failures on all my machines: http://test.winehq.org/data/780981bc7a2c8e173bea580a2d748fd7cb242468/wine_stefand-amd64/winhttp:winhttp.html I suspect my ISP is to blame. When try to resolve a nonexistant domain name I don't ge

Re: ISP causes winhttp test failures

2010-04-18 Thread Julius Schwartzenberg
Stefan Dösinger wrote: I get winhttp test failures on all my machines: http://test.winehq.org/data/780981bc7a2c8e173bea580a2d748fd7cb242468/wine_stefand-amd64/winhttp:winhttp.html I suspect my ISP is to blame. When try to resolve a nonexistant domain name I don't get an error, instead I get a

Re: Crash when executing custom action in msi

2010-04-18 Thread Mike Kaplinskiy
On Sun, Apr 18, 2010 at 3:58 PM, Octavian Voicu wrote: > Hello, > > I'm trying to get the Adobe Photoshop Elements 8.0 installer to work > and noticed the license screen doesn't show up when running the > installer using wine. A trace shows that a custom action > (CA_EULA_ExtractEulaFiles) generat

Crash when executing custom action in msi

2010-04-18 Thread Octavian Voicu
Hello, I'm trying to get the Adobe Photoshop Elements 8.0 installer to work and noticed the license screen doesn't show up when running the installer using wine. A trace shows that a custom action (CA_EULA_ExtractEulaFiles) generates a page fault. The cause of the crash is that MsiGetActiveDataba

ISP causes winhttp test failures

2010-04-18 Thread Stefan Dösinger
Hi, I get winhttp test failures on all my machines: http://test.winehq.org/data/780981bc7a2c8e173bea580a2d748fd7cb242468/wine_stefand-amd64/winhttp:winhttp.html I suspect my ISP is to blame. When try to resolve a nonexistant domain name I don't get an error, instead I get a search page: http://

Re: Benchmarking D3D?

2010-04-18 Thread Roderick Colenbrander
On Sun, Apr 18, 2010 at 8:32 PM, Stefan Dösinger wrote: > > Am 18.04.2010 um 18:33 schrieb Roderick Colenbrander: >> There's not much better than can be done. Some games use the same >> calculation as in Wine while others take into account previous >> results. Here I have adjusted the code to basi

Re: [PATCH 4/8] server: send the proper status code in case of socket error

2010-04-18 Thread Mike Kaplinskiy
On Sun, Apr 18, 2010 at 4:00 AM, Greg Geldorp 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:

Re: Benchmarking D3D?

2010-04-18 Thread Roderick Colenbrander
On Sun, Apr 18, 2010 at 5:40 PM, Stefan Dösinger wrote: > > Am 18.04.2010 um 04:57 schrieb Dan Kegel: >> At the moment, my plan is to simply dedicate a machine >> and script a daily run of a couple benchmarks with +fps, >> and upload the resulting framerates to a web page >> so we can notice if so

Re: Benchmarking D3D?

2010-04-18 Thread Stefan Dösinger
Am 18.04.2010 um 04:57 schrieb Dan Kegel: > At the moment, my plan is to simply dedicate a machine > and script a daily run of a couple benchmarks with +fps, > and upload the resulting framerates to a web page > so we can notice if somebody checks in something that > slows them down. > - Dan I sti

Re: [PATCH 4/8] server: send the proper status code in case of socket error

2010-04-18 Thread Greg Geldorp
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=1520 Your paranoid android.