Re: [ntdll] Add test for NtQueryDirectoryFile [try 2]

2009-09-12 Thread Dan Kegel
On Sat, Sep 12, 2009 at 4:51 PM, James McKenzie wrote: > Dan Kegel wrote: >> Here's the next broken-out test patch from the series that >> implements support for hidden and system attributes. >> This one just adds a test for NtQueryDirectoryFile(). > > It looks like your original patch was approve

Re: [ntdll] Add test for NtQueryDirectoryFile [try 2]

2009-09-12 Thread James McKenzie
Dan Kegel wrote: > Here's the next broken-out test patch from the series that > implements support for hidden and system attributes. > This one just adds a test for NtQueryDirectoryFile(). > It passes for me on Wine and Vista Home Basic. > > Changes since first try: > 1) fixed issues Paul found (wa

Re: [ntdll] Add test for NtQueryDirectoryFile

2009-09-12 Thread Paul Vriens
On 09/12/2009 09:51 AM, Paul Vriens wrote: On 09/12/2009 09:40 AM, Paul Vriens wrote: On 09/12/2009 02:18 AM, Dan Kegel wrote: Here's the next broken-out test patch from the series that implements support for hidden and system attributes. This one just adds a test for NtQueryDirectoryFile(). It

Re: [ntdll] Add test for NtQueryDirectoryFile

2009-09-12 Thread Paul Vriens
On 09/12/2009 09:40 AM, Paul Vriens wrote: On 09/12/2009 02:18 AM, Dan Kegel wrote: Here's the next broken-out test patch from the series that implements support for hidden and system attributes. This one just adds a test for NtQueryDirectoryFile(). It passes for me on Wine and Vista Home Basic.

Re: [ntdll] Add test for NtQueryDirectoryFile

2009-09-12 Thread Paul Vriens
On 09/12/2009 02:18 AM, Dan Kegel wrote: Here's the next broken-out test patch from the series that implements support for hidden and system attributes. This one just adds a test for NtQueryDirectoryFile(). It passes for me on Wine and Vista Home Basic. [Paul, could you test it on your box to ma