Re: [Lcms-user] mscms: Use lcms2, when available [try 2]

2013-06-03 Thread Marti Maria
Hi Guys, That's Marti Maria, lcms author. I would be glad to know which functionality you miss in lcms2. I tried hard to make lcms2 complete enough to be a superset of lcms1 but is quite probably I left something. Regarding icc34.h, I would avoid that because licensing issues and more imp

Re: Add tests for ntdll event functions

2013-06-03 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=25813 Your paranoid android

Re: Add tests for ntdll event functions

2013-06-03 Thread Andrew Cook
While implemeting NtQueryEvent i stumbled across an odd permissions issue, which is really what this patch tests if ((event = create_event( root, &name, req->attributes, req->manual_reset, req->initial_state, sd ))) { if (get_error() == STATUS_OBJECT_NAME_EXISTS) reply-

Re: How to stop gecko and mono popups while git bisecting?

2013-06-03 Thread Dan Kegel
Or run https://winezeug.googlecode.com/svn/trunk/install-addons.sh

Re: mscms: Use lcms2, when available [try 2]

2013-06-03 Thread Detlef Riekenberg
Hans wrote on Monday, 3. June 2013 at 10:30 > On Sun, 2013-06-02 at 22:49 +0200, Detlef Riekenberg wrote: > > try2: > > import the unchanged icc34.h from the lcms (v1) dev. package. > > (Do we need to add a Wine LGPL licence header for icc34.h?) > > > > The plan is to remove this include, when ch

Re: [wine-devel] Re: How to stop gecko and mono popups while git bisecting?

2013-06-03 Thread Alan W. Irwin
On 2013-06-04 00:12+0200 André Hentschel wrote: Or you create a wineprefix after you removed it, but without a valid display set: DISPLAY=none wine wineboot Perfect. That was just what I needed for my git bisect test script. Thanks, André! Alan __ Alan W. Irwin Ast

Re: How to stop gecko and mono popups while git bisecting?

2013-06-03 Thread André Hentschel
On 03.06.2013 23:48, Alan W. Irwin wrote: > I just finished a git bisect to establish the cause of the git > regression given by http://bugs.winehq.org/show_bug.cgi?id=33715. My > detailed report concerning the result of the bisect appears there, but > I have an additional question concerning the g

How to stop gecko and mono popups while git bisecting?

2013-06-03 Thread Alan W. Irwin
I just finished a git bisect to establish the cause of the git regression given by http://bugs.winehq.org/show_bug.cgi?id=33715. My detailed report concerning the result of the bisect appears there, but I have an additional question concerning the git bisect process itself. I pretty much follow t

Re: testbot and NT4

2013-06-03 Thread Michael Stefaniuc
On 06/03/2013 10:36 PM, André Hentschel wrote: > On 03.06.2013 22:22, Alexandre Julliard wrote: >> André Hentschel writes: >> >>> I haven't heard about NT4 been taking out of the requirement. I guess >>> the NT4 machines are offline due to the transition to the new testbot >>> (newtestbot.winehq.o

Re: testbot and NT4

2013-06-03 Thread André Hentschel
On 03.06.2013 22:22, Alexandre Julliard wrote: > André Hentschel writes: > >> I haven't heard about NT4 been taking out of the requirement. I guess >> the NT4 machines are offline due to the transition to the new testbot >> (newtestbot.winehq.org). Hopefully the machines are working again on >>

Re: testbot and NT4

2013-06-03 Thread Alexandre Julliard
André Hentschel writes: > I haven't heard about NT4 been taking out of the requirement. I guess > the NT4 machines are offline due to the transition to the new testbot > (newtestbot.winehq.org). Hopefully the machines are working again on > one of the testbots soon, let's wait a bit. With the up

Re: dinput: Remove error-prone new joystick code

2013-06-03 Thread Alexandre Julliard
"Bassi, Gurmail" writes: > The joystick code I submitted in Wine patch 95617 seems to be causing > problems to some users with both hardware (Wacom Cintiq) and software (Lord > of the Rings Online) - see Wine bugs 33496 & 33593 > > This patch removes the offending code, until the cause can be f

Re: [PATCH 2/2] kernet32: Add DuplicateHandle tests with DUPLICATE_CLOSE_SOURCE flag

2013-06-03 Thread Alexandre Julliard
Piotr Caban writes: > --- > dlls/kernel32/tests/process.c | 83 > +++ > 1 file changed, 83 insertions(+) You should probably add some tests that first close lower-numbered handles, to see if it may not be simply allocating the first free one instead. --

Re: testbot and NT4

2013-06-03 Thread Frédéric Delanoy
On Mon, Jun 3, 2013 at 12:47 AM, André Hentschel wrote: > On 02.06.2013 23:58, Ann and Jason Edmeades wrote: >> Hiya, >> >> Its been a while since I did some cmd work and noticed there were some new >> bugs so am doing some fiddling. The real pain for me was always keeping the >> tests passing o

Re: [PATCH] mscms: Use lcms2, when available [try 2]

2013-06-03 Thread Hans Leidekker
On Sun, 2013-06-02 at 22:49 +0200, Detlef Riekenberg wrote: > try2: > import the unchanged icc34.h from the lcms (v1) dev. package. > (Do we need to add a Wine LGPL licence header for icc34.h?) > > The plan is to remove this include, when changing Wine > to use the new getter/setter functions of l