These tests failed randomly for a few people:
urlmon:url.c:2125: Test succeeded inside todo block: unexpected
OnProgress_CONNECTING
urlmon:url.c:2129: Test failed: expected OnProgress_SENDINGREQUEST
urlmon:url.c:2131: Test failed: expected OnResponse
urlmon:protocol.c:1597: Test failed: Read failed: 00000001 (0 bytes)
urlmon:protocol.c:365: Test failed: expected ReportData
urlmon:protocol.c:1598: Test failed: Read failed: 8000000a (0 bytes)
so I've added urlmon:url.c and urlmon:protocol.c to …
[View More]the patchwatcher blacklist,
All of the tests that currently touch the real internet
probably need to be changed to touch a mock internet
if we want to have reliable tests.
[View Less]
On Mon, Sep 8, 2008 at 2:32 PM, Paul Chitescu <paulc(a)voip.null.ro> wrote:
> Changelog:
> user32.dll: Stub for LockWorkStation()
>
> Not sure if user_main.c is the right place but I put it together with
> ExitWindowsEx.
Would you mind taking a shot at implementing this properly? It was on
my TODO but I most likely will never get back to it. Here is my patch
from before which was wrong.
http://www.winehq.org/pipermail/wine-patches/2007-May/039240.html
What we …
[View More]need to do is use SendMessage to talk to the existing
explorer.exe process and have it do the locking. Feel free to use what
i have to make a patch if your interested.
--
Steven Edwards
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
[View Less]
Interesting. One of my goals is to support Solaris and BSD;
have you tried your stuff there?
I'm currently refactoring patchwatcher.sh; I've pulled
the generic stuff out into libpatchwatcher.sh and
the wine-specific stuff into wine-slave.sh.
Your changes will fit nicely into wine-slave.sh, I hope.
I'm surprised you had to give up on the chroot...
I was planning on trying to run just wine-slave.sh in
a chroot jail, since it's the only part that would
actually try to run any part of the wine …
[View More]build system.
- Dan
[View Less]
Hi folks,
A new Coverity run (274) was done finally, so
we can restart looking at issues ;)
Still a lot of NULL ptr migration issues which suck
to fix, but well.
Ciao, Marcus
2008/9/8 Alexander Nicolaysen Sørnes <alex(a)thehandofagony.com>:
> - if (!lstrcmp(txtW, cmdline + lstrlen(cmdline) - lstrlen(txtW)))
> + if (strchrW(PathFindFileNameW(cmdline), '.'))
You're using one shell helper function already so why not use
PathFindExtensionW instead?
--
Rob Shearman
Gerald Pfeifer <gerald(a)pfeifer.com> writes:
> Any thoughts on this patch?
It breaks the WANT_NEAR_INDICATION case.
--
Alexandre Julliard
julliard(a)winehq.org
2008/9/8 Louis. Lenders <xerox_xerox2000(a)yahoo.co.uk>:
> +typedef HRESULT (*PFNCONTEXTCALL)(ComCallData *pparam);
You don't explicitly tell widl that this function is a __stdcall
function. Please check if that is automatically added in the generated
header file. If not, you'll have to specify it here.
> +
> +/*****************************************************************************
> + * IContextcallback interface
> + */
Please change "IContextcallback" to "…
[View More]IContextCallback".
--
Rob Shearman
[View Less]