Re: [ntdll] Add tests for NtQueryInformationFile

2009-09-11 Thread Paul Vriens
On 09/10/2009 10:49 PM, Dan Kegel wrote: On Thu, Sep 10, 2009 at 1:35 PM, Paul Vriens wrote: Passes on both Wine and Vista. This patch introduces some issues on NT4 and higher. Attached patch fixes it but I'm not sure if you are already chasing these failures. Weird that it doesn't fail on yo

Re: [ntdll] Add tests for NtQueryInformationFile

2009-09-11 Thread Dan Kegel
On Thu, Sep 10, 2009 at 1:37 PM, Paul Vriens wrote: >> It also looks like Vista/Win7 has either 2 or 4 failures (most likely >> related to indexing being disabled, if so that could also happen on >> other platforms). Not sure if we should explicitly check for attributes >> being 2020, ignore FILE_

Re: [ntdll] Add tests for NtQueryInformationFile

2009-09-10 Thread Dan Kegel
On Thu, Sep 10, 2009 at 1:35 PM, Paul Vriens wrote: >> Passes on both Wine and Vista. > > This patch introduces some issues on NT4 and higher. Attached patch fixes it > but I'm not sure if you are already chasing these failures. Weird that it > doesn't fail on your Vista box. Must have been user e

Re: [ntdll] Add tests for NtQueryInformationFile

2009-09-10 Thread Paul Vriens
On 09/10/2009 10:35 PM, Paul Vriens wrote: On 09/09/2009 02:41 PM, Dan Kegel wrote: Alexandre said I should break up the big xattr patch, so here are just the NtQueryInformationFile tests, improved a bit. Once these are in I'll submit the NtQueryDirectoryFile tests. Passes on both Wine and Vist

Re: [ntdll] Add tests for NtQueryInformationFile

2009-09-10 Thread Paul Vriens
On 09/09/2009 02:41 PM, Dan Kegel wrote: Alexandre said I should break up the big xattr patch, so here are just the NtQueryInformationFile tests, improved a bit. Once these are in I'll submit the NtQueryDirectoryFile tests. Passes on both Wine and Vista. --