re: PVS-Studio run against ReactOS: (at least) one bug in wine git

2012-01-01 Thread Dan Kegel
Hey, cool! I added that to http://wiki.winehq.org/StaticAnalysis I figured I'd try running PVS-Studio on the Wine sources in Wine, but it runs in the Visual Studio context, and I can't even load the wine project successfully under warn+heap; see http://bugs.winehq.org/show_bug.cgi?id=29509 (It'd

Re: new d3d9/device.ok test always fails here, but not a regression?

2012-01-01 Thread Dan Kegel
On Sun, Jan 1, 2012 at 6:32 PM, Austin English wrote: >> http://bugs.winehq.org/show_bug.cgi?id=29094 >> Henri removed the regression keyword and sha1sum without comment. >> >> What's the reasoning there?  Is Henri saying there's >> something wrong with my test setup (stock ubuntu), >> or are new

Re: new d3d9/device.ok test always fails here, but not a regression?

2012-01-01 Thread Austin English
On Sat, Dec 31, 2011 at 11:43, Dan Kegel wrote: > Happy New Year's Eve, everyone! > > 002447357c2b1feca5ef2649429fc55f70238901 > added a IDirect3DDevice9::SetCursorPosition() test to d3d9. > That test never worked here, I think.  I filed > http://bugs.winehq.org/show_bug.cgi?id=29094 > for it, and

Strange comdlg32 resource string

2012-01-01 Thread Francois Gouget
André Hentschel pointed me to a strange cmdlg32 resource string: IDS_ABOUTBOX"&About FolderPicker Test" The text seems unlikely to be correct. IDS_ABOUTBOX was introduced in 87b81de0 but was not used even in that patch and as far as I can see it is still not used by Wine. Looki