Re: [PATCH v3 0/7] Add O_DENY* support for VFS and CIFS/NFS

2013-03-04 Thread Simo
On 03/04/2013 04:19 PM, J. Bruce Fields wrote: On Thu, Feb 28, 2013 at 01:53:25PM -0800, Andy Lutomirski wrote: [possible resend -- sorry] On 02/28/2013 07:25 AM, Pavel Shilovsky wrote: This patchset adds support of O_DENY* flags for Linux fs layer. These flags can be used by any application

Re: [PATCH v3 0/7] Add O_DENY* support for VFS and CIFS/NFS

2013-03-04 Thread J. Bruce Fields
On Thu, Feb 28, 2013 at 01:53:25PM -0800, Andy Lutomirski wrote: > [possible resend -- sorry] > > On 02/28/2013 07:25 AM, Pavel Shilovsky wrote: > > This patchset adds support of O_DENY* flags for Linux fs layer. These flags > > can be used by any application that needs share reservations to orga

Re: Making wine default to the Mac Driver on OS X

2013-03-04 Thread Alexandre Julliard
Ken Thomases writes: > My feeling (like Josh's and Per's) is that the Mac driver should be > what you get by default, in most cases, without taking any special > steps. I think we all agree on that. My point is that you shouldn't have to take special steps even when the Mac driver is not approp

Re: Making wine default to the Mac Driver on OS X

2013-03-04 Thread Ken Thomases
My feeling (like Josh's and Per's) is that the Mac driver should be what you get by default, in most cases, without taking any special steps. If the concern is what you get when you're ssh'd into a remote system, then it's probably possible for the Mac driver to detect when it doesn't have GUI

Re: Making wine default to the Mac Driver on OS X

2013-03-04 Thread Alexandre Julliard
Josh DuBois writes: > On 3/4/13 4:28 AM, Per Johansson wrote: >> I agree that the default on mac should be mac,x11, but I don't >> really see the reason an override can't be set in registry. Is it >> just because registry is considered too complicated to modify? > I think one concern is not forci

Re: wanted: testbot w9x machines

2013-03-04 Thread fgouget
On Mon, 4 Mar 2013, joerg-cyril.hoe...@t-systems.com wrote: [...] > All that I can remember when that issue was raised last time was: > 1. It's good not to test incoming patches against w9x behavior, > because the time spent adding broken() for those is better > invested adding code and more te

Re: gdiplus/tests: Skip the tests if unable to load the TIFF image.

2013-03-04 Thread Francois Gouget
On Tue, 5 Mar 2013, Dmitry Timoshkov wrote: > Francois Gouget wrote: > > > > > The goal of the Wine tests is to document the Windows behavior that > > > > Windows applications expect. > > > > > > Skipping a test because your VM is broken doesn't qualify as a > > > documentation > > > of Windo

wanted: testbot w9x machines

2013-03-04 Thread Joerg-Cyril.Hoehle
Hi, Francois Gouget wrote in another thread: >Not so long ago that machine was also running the tests on 5 additional >NT4 configurations, Windows 95, Windows 98 and Windows Millenium. It no >longer does, not because of lack of 'resources' or 'intention', but >because the Wine community is not

Re: gdiplus/tests: Skip the tests if unable to load the TIFF image.

2013-03-04 Thread Dmitry Timoshkov
Francois Gouget wrote: > > > The goal of the Wine tests is to document the Windows behavior that > > > Windows applications expect. > > > > Skipping a test because your VM is broken doesn't qualify as a documentation > > of Windows behaviour. > > The VM is not broken so the skip is ok (thanks

Re: gdiplus/tests: Skip the tests if unable to load the TIFF image.

2013-03-04 Thread Francois Gouget
On Tue, 5 Mar 2013, Dmitry Timoshkov wrote: > Francois Gouget wrote: > > > The goal of the Wine tests is to document the Windows behavior that > > Windows applications expect. > > Skipping a test because your VM is broken doesn't qualify as a documentation > of Windows behaviour. The VM is no

Re: Making wine default to the Mac Driver on OS X

2013-03-04 Thread Josh DuBois
On 3/4/13 4:28 AM, Per Johansson wrote: I agree that the default on mac should be mac,x11, but I don't really see the reason an override can't be set in registry. Is it just because registry is considered too complicated to modify? I think one concern is not forcing people to mod the registry in

Re: gdiplus/tests: Skip the tests if unable to load the TIFF image.

2013-03-04 Thread Dmitry Timoshkov
Nikolay Sivov wrote: > >> The goal of the Wine tests is to document the Windows behavior that > >> Windows applications expect. > > Skipping a test because your VM is broken doesn't qualify as a documentation > > of Windows behaviour. > Why is that broken? It's broken because the test is suppose

Re: gdiplus/tests: Skip the tests if unable to load the TIFF image.

2013-03-04 Thread Nikolay Sivov
On 3/4/2013 19:30, Dmitry Timoshkov wrote: Francois Gouget wrote: The goal of the Wine tests is to document the Windows behavior that Windows applications expect. Skipping a test because your VM is broken doesn't qualify as a documentation of Windows behaviour. Why is that broken? Tests resul

Re: gdiplus/tests: Skip the tests if unable to load the TIFF image.

2013-03-04 Thread Dmitry Timoshkov
Francois Gouget wrote: > The goal of the Wine tests is to document the Windows behavior that > Windows applications expect. Skipping a test because your VM is broken doesn't qualify as a documentation of Windows behaviour. I don't think that you have resources and intention to have Windows VMs

Re: [1/3] Revert "gdiplus: Add support for StringFormatFlagsNoClip."

2013-03-04 Thread Vincent Povirk
Yay, thanks for fixing this. +1 :D

Re: gdiplus/tests: Skip the tests if unable to load the TIFF image.

2013-03-04 Thread Francois Gouget
On Mon, 4 Mar 2013, Dmitry Timoshkov wrote: > Francois Gouget wrote: > > > On Windows XP most versions of gdiplus (i.e. older than 5.2) do not support > > TIFF. > > I'd suggest to upgrade the VM instead. I intend to upgrade the VM. However I don't consider upgrading it and fixing the test as

Re: gdiplus/tests: Skip the tests if unable to load the TIFF image.

2013-03-04 Thread Dmitry Timoshkov
Francois Gouget wrote: > On Windows XP most versions of gdiplus (i.e. older than 5.2) do not support > TIFF. I'd suggest to upgrade the VM instead. Ideally each VM should represent a Windows version with newest service pack installed it's supposed to run the tests on, otherwise that VM is usele

Re: Use accented letters in their names.

2013-03-04 Thread Frédéric Delanoy
On Fri, Mar 1, 2013 at 5:01 PM, Tae Wong wrote: > The authors file is outdated and you want this updated with the > missing authors. Andrej Znidarsic should have Slovenian accented > letters for his last name. > > On 2/4/13, Tae Wong wrote: >> You will want to use accented letters in their author

Re: comctl32/imagelist: use DDB instead of 16-color bitmaps

2013-03-04 Thread Alexandre Julliard
Daniel Jelinski writes: > Subject: [PATCH 1/2] comctl32/imagelist: use DDB instead of 16-color bitmaps > > I don't know if DDB is a good option here, but 32bit color resulted in > invisible images, and anything is better than the current 16 colors Some test cases would be a good idea. -- Alexa

Re: Making wine default to the Mac Driver on OS X

2013-03-04 Thread Per Johansson
On Sat, Mar 2, 2013 at 7:20 PM, Josh DuBois wrote: > With Friday's release, I am interested in making the Mac Driver wine's > default on OS X. My own immediate motivation is largely so we at > CodeWeavers can start testing it as a default internally (which obviously we > can do on our own, regard

Re: IOCTL_DVD_READ_STRUCTURE (DvdPhysicalDescriptor) test failure

2013-03-04 Thread GOUJON Alexandre
Hi Detlef, On 03/03/2013 10:23 PM, Detlef Riekenberg wrote: Hi Alexandre. I have a test failure on my win7 Machine, while a valid cd was in the dvd drive. volume.c:785

Re: Raise the minimum version of FreeBSD to 8.0.

2013-03-04 Thread Tijl Coosemans
On 04-03-2013 01:54, Frédéric Delanoy wrote: > On Sun, Mar 3, 2013 at 12:22 AM, Gerald Pfeifer wrote: >> We've had this as a requirement in the FreeBSD ports for quite a >> while (and the Wiki describes some background). >> >> Gerald >> --- >> - FreeBSD 7.0 or later >> + FreeBSD 8.0 or later >>