On 10/05/2009 05:09 AM, Dmitry Kislyuk wrote:
--- On *Sun, 10/4/09, Paul Vriens //* wrote:
From: Paul Vriens
Subject: Re: kernel32/tests: Pass test on error code returned by
Windows 7
To: dim...@rocketmail.com
Cc: wine-devel@winehq.org
Date: Sunday, October 4, 2009, 4
--- On Sun, 10/4/09, Paul Vriens wrote:
From: Paul Vriens
Subject: Re: kernel32/tests: Pass test on error code returned by Windows 7
To: dim...@rocketmail.com
Cc: wine-devel@winehq.org
Date: Sunday, October 4, 2009, 4:20 AM
On 10/04/2009 09:10 AM, Dmitry Kislyuk wrote:
>> + ok( GetLastErro
On Fri, 2009-10-02 at 12:56 +0200, Michael Stefaniuc wrote:
> If even Windows 7 behaves that way I figure
> we'll have to provide that "feature" too. Else the application is
> buggy
> and won't work on all Windows versions either.
Even if it did not work in win-7, then it could still be worth fixi
On Do, 2009-10-01 at 16:59 -0700, Dan Kegel wrote:
> +/***
> + * wrap_getxattr
> + * Retrieve extended attribute of posix file into given buffer.
> + * Use fd if given, else use fname; caller only sets one or the
> other.
Joel Holdsworth wrote:
It works for precreated manifest as a separate file (not compiled in),
isn't it? If so you could do a trick that
I spotted here
http://www.winehq.org/pipermail/wine-patches/2009-September/078869.html
for a first time -
here another process is created after main test binary
Joel Holdsworth schrieb:
>>> It works for precreated manifest as a separate file (not compiled in),
>>> isn't it? If so you could do a trick that
>>> I spotted here
>>> http://www.winehq.org/pipermail/wine-patches/2009-September/078869.html
>>> for a first time -
>>> here another process is created
Hi Dan,
in patch 2/3,
+TRACE("fd %d, name %s, attrib %x\n", fd, debugstr_a(unix_fname), *pattrib);
+*pattrib = attributes;
Any reason you're tracing *pattrib before you set it?
+ * If unix_fname is not NULL, DIR_is_hidden_file is called to do .dotfile check
This is a change from the exi
On 10/04/2009 02:54 AM, Austin English wrote:
2009/10/3 ink Griffioen:
Forgot the patch.
Apart from that, a little bit more context would be nice as well.
--
Cheers,
Paul.
On 10/04/2009 09:10 AM, Dmitry Kislyuk wrote:
+ok( GetLastError() == 0xdeadbeef || GetLastError() == 2 /* Win 7 */,
+"expected 0xdeadbeef or 2, got %d\n", GetLastError());
Don't use magic numbers, ERROR_FILE_NOT_FOUND would be better.
--
Cheers,
Paul.