Re: [PATCH 4/5] mshtml: Forward PluginHost's QueryService calls to window object

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

RE: Testbot: User not logged in Problem with WVISTAADM

2010-12-14 Thread Greg Geldorp
> From: Paul Vriens > > I'm making some changes to the TestBot infrastructure. This "The specified > > guest user must be logged in interactively to perform this operation" error > > did occur before, but it seems it's more prevalent after I upgraded the > > hypervisor to ESX 4.1. This might take a

Re: Testbot: User not logged in Problem with WVISTAADM

2010-12-14 Thread Paul Vriens
On 12/14/2010 04:44 PM, Greg Geldorp wrote: Hi André there is a noisy problem with the WVISTAADM, which causes much tests to be shown as "Failed" in the patchtracker. should we blacklist the Message returned by WVISTAADM or can you fix the underlying problem? I'm making some changes to the Te

RE: Testbot: User not logged in Problem with WVISTAADM

2010-12-14 Thread Greg Geldorp
Hi André > there is a noisy problem with the WVISTAADM, which causes much tests to be > shown as "Failed" in the patchtracker. > should we blacklist the Message returned by WVISTAADM or can you fix the > underlying problem? I'm making some changes to the TestBot infrastructure. This "The specifie

re: winetricks IE6 installer not downloading

2010-12-14 Thread Dan Kegel
This is fixed in svn, try http://winezeug.googlecode.com/svn-history/r2031/trunk/winetricks

winetricks IE6 installer not downloading

2010-12-14 Thread Jevgeni Burtin
Hi, When I try to install IE6 using winetricks it pops up installer wizard and when I press I accept installer tells me following error: "Setup was unable to download required components". (Internet connection is working well) Screenshot of error: http://ubuntuone.com/p/Tbs/ Thanks.

Re: shlwapi/tests: Standardize the COM usage in ordinal.c.

2010-12-14 Thread Michael Stefaniuc
On 12/14/2010 12:31 PM, Marvin wrote: 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? The errors pre-date my patch. Full results can be found at http

Re: ole32/tests: Standardize the COM usage in clipboard.c.

2010-12-14 Thread Michael Stefaniuc
On 12/14/2010 12:19 PM, Marvin wrote: 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? The errors exist without my patch too. Full results can be fou

Re: shell32: Fix shelllink test to not crash on NT4

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

Testbot: User not logged in Problem with WVISTAADM

2010-12-14 Thread André Hentschel
Hi Greg, there is a noisy problem with the WVISTAADM, which causes much tests to be shown as "Failed" in the patchtracker. should we blacklist the Message returned by WVISTAADM or can you fix the underlying problem? -- Best Regards, André Hentschel

Re: oleaut32/tests: Use an iface instead of an vtbl pointer in IRecordInfoImpl

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

Re: msctf/tests: Standardize the COM usage in inputprocessor.c.msctf/tests.

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

Re: shlwapi/tests: Standardize the COM usage in ordinal.c.

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

Re: ole32/tests: Standardize the COM usage in clipboard.c.

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

Re: RFC: Pass ReadFile and WriteFile requests on sockets to ws2_32.dll

2010-12-14 Thread Alexandre Julliard
Erich Hoover writes: > Attached is a patch to take kernel32/ntdll ReadFile and WriteFile > requests on sockets and pass them to WSARecv and WSASend.  This patch > is part of a series I'm working on for the infamous C&C networking bug > (Bug #7929). The functionality added by this patch was reques

Re: msctf/tests: Standardize the COM usage in inputprocessor.c.msctf/tests.

2010-12-14 Thread Michael Stefaniuc
On 12/14/2010 12:08 PM, Marvin wrote: 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? Those tests fail on Win7 without my patch too. http://test.winehq

Re: winealsa.drv: use ERR() for fatal errors instead of WARN()

2010-12-14 Thread Alexandre Julliard
Austin English writes: > See http://bugs.winehq.org/show_bug.cgi?id=22034 If the errors are properly handled, there's no reason to have an ERR. If they aren't, that should be fixed. -- Alexandre Julliard julli...@winehq.org

Re: [PATCH 2/2] ntdll: Check for case-insensitive volumes. (try 6 resend)

2010-12-14 Thread Alexandre Julliard
Charles Davis writes: > +#if defined(HAVE_GETATTRLIST) && defined(ATTR_VOL_CAPABILITIES) && \ > +defined(VOL_CAPABILITIES_FORMAT) && defined(VOL_CAP_FMT_CASE_SENSITIVE) > +char *mntpoint = NULL; > +struct attrlist attr; > +struct vol_caps caps; > +struct get_fsid get_fsid; > +