Re: [2/2] gdi32/tests: Added tests for GetFontResourceInfoW

2012-12-14 Thread Dmitry Timoshkov
Stefan Leichter wrote: > > > > Google points to http://www.undocprint.org/winspool/getfontresourceinfo > > > > which seems to have some description of this API, with symbolic names > > > > of the type parameter, so testing something besides type == 1 would be > > > > a good idea as well. > > > >

Re: [PATCH 0/3] Add O_DENY* flags to fcntl and cifs

2012-12-14 Thread Steve French
On Fri, Dec 14, 2012 at 9:30 AM, Alan Cox wrote: >> We can make this feature (passing O_DENY* flags received from clients >> to filesystem) can be turned on/off on Samba/NFS server to let this >> particular use case work. In general, I think we really need to be >> sure that nobody has a read acce

Re: [PATCH 0/3] Add O_DENY* flags to fcntl and cifs

2012-12-14 Thread Alan Cox
> We can make this feature (passing O_DENY* flags received from clients > to filesystem) can be turned on/off on Samba/NFS server to let this > particular use case work. In general, I think we really need to be > sure that nobody has a read access for files that a Windows process > opened with O_DE

Re: [PATCH 1/3] [cmd] Convert the set /a tests to validate better

2012-12-14 Thread Frédéric Delanoy
On Fri, Dec 14, 2012 at 4:50 PM, Ann and Jason Edmeades wrote: > Hiya, > > Thanks for the comments > >>I don't really like hardcoding a variable name in a function... > I don't mind not having the variable hardcoded in the function, but I dont > like the solution(s), and after all they are only te

Re: [2/2] gdi32/tests: Added tests for GetFontResourceInfoW

2012-12-14 Thread Stefan Leichter
Friday 14 December 2012 Dmitry Timoshkov > Stefan Leichter wrote: > > > > +pCopyFileW = (void *)GetProcAddress(hkernel32, "CopyFileW"); > > > > +pExpandEnvironmentStringsW = (void *)GetProcAddress(hkernel32, > > > > "ExpandEnvironmentStringsW"); +pGetCurrentDirectoryW = (void > > > >

Sponsorship to FOSDEM's Wine room

2012-12-14 Thread Jeremy White
The Wine project has a limited fund to sponsor travel to the Wine conference. If you are interested in attending the Wine DevRoom at FOSDEM, but could only do so with financial assistance, we may be able to help! To apply, simply email me a request and indicate if you need help with transportatio

Re: We're in at FOSDEM!

2012-12-14 Thread Jeremy White
Hey Jerome, On 12/12/2012 07:04 PM, Jerome Leclanche wrote: > Has there been any further decision about this? I'll be at FOSDEM on > behalf of Razor and would love to sit in at the Wine talks. I'm not entirely sure what you're asking. We will definitely be at FOSDEM and will have a DevRoom on Su

Re: wined3d: Recognize Nvidia GTX660 cards.

2012-12-14 Thread Henri Verbeet
On 14 December 2012 17:01, Caron Jensen wrote: > @@ -2018,6 +2020,7 @@ static enum wined3d_pci_device > select_card_nvidia_mesa(const struct wined3d_gl_i > { > /* Kepler */ > {"NVE4",CARD_NVIDIA_GEFORCE_GTX680}, > +{"NVE7",CARD_NVIDIA_GEFORCE_GTX660}, >

Re: oleaut32: Added a test for prop getter invocation with different flags

2012-12-14 Thread Nikolay Sivov
Heh, sure I can do that. I did that initially with test_tlb.idl but after that I got a bunch of failures cause of existing tests. I will update existing tests then. On Fri, Dec 14, 2012 at 7:09 PM, Alexandre Julliard wrote: > Nikolay Sivov writes: > > > Don't know what it wants here. Probably i

Re: oleaut32: Added a test for prop getter invocation with different flags

2012-12-14 Thread Alexandre Julliard
Nikolay Sivov writes: > Don't know what it wants here. Probably it doesn't like new idl file? I don't like it either ;-) Any chance you could put that in one of the existing files? -- Alexandre Julliard julli...@winehq.org

Re: [PATCH 1/3] [cmd] Convert the set /a tests to validate better

2012-12-14 Thread Ann and Jason Edmeades
Hiya, Thanks for the comments >I don't really like hardcoding a variable name in a function... I don't mind not having the variable hardcoded in the function, but I dont like the solution(s), and after all they are only test routines! One extremely useful benefit of naming the variable and checki

Re: Use software vertex processing instead of mixed?

2012-12-14 Thread Henri Verbeet
On 14 December 2012 13:11, Francois Gouget wrote: > The other thing which is strange is that I only get trouble about mixed > vertex processing on Windows. On Linux CreateDevice() succeeds in > either mode. > Yeah, we don't really make the difference in Wine, all we have is "hardware", although th

Re: [PATCH 0/3] Add O_DENY* flags to fcntl and cifs

2012-12-14 Thread Pavel Shilovsky
2012/12/12 David Laight : > On Sat, Dec 08, 2012 at 12:43:14AM +0400, Pavel Shilovsky wrote: >> >> The problem is the possibility of denial-of-service attacks here. We >> can try to prevent them by: > > FWIW I already see a DoS 'attack'. > I have some filestore shared using NFS (to Linux and Solari

Re: oleaut32: Added a test for prop getter invocation with different flags

2012-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=23397 Your paranoid android

Re: oleaut32: Added a test for prop getter invocation with different flags

2012-12-14 Thread Nikolay Sivov
Don't know what it wants here. Probably it doesn't like new idl file? On Fri, Dec 14, 2012 at 3:15 PM, Marvin wrote: > 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 co

Re: Use software vertex processing instead of mixed?

2012-12-14 Thread Francois Gouget
On Fri, 14 Dec 2012, Henri Verbeet wrote: [...] > > How important is it to use mixed mode instead of software, at least for > > these tests? > > > I doubt it matters at all here. Ok. I've sent the patch to wine-patches. The other thing which is strange is that I only get trouble about mixed vert

Re: FindFirstVolume crash

2012-12-14 Thread GOUJON Alexandre
On 12/12/2012 11:00 PM, Michael Ost wrote: Hi list, Can someone help me get through the wineserver code for passing data through a buffer in response to an ioctl? Our (slightly out of date 1.3.24 version of) Wine is getting INVALID_HANDLE_VALUE returned for FindFirstVolume. The problem is th