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 lcms2

Re: testbot and NT4

2013-06-03 Thread Frédéric Delanoy
On Mon, Jun 3, 2013 at 12:47 AM, André Hentschel n...@dawncrow.de 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

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

2013-06-03 Thread Alexandre Julliard
Piotr Caban pi...@codeweavers.com 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

Re: dinput: Remove error-prone new joystick code

2013-06-03 Thread Alexandre Julliard
Bassi, Gurmail gurmail.ba...@mottmac.com 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

Re: testbot and NT4

2013-06-03 Thread Alexandre Julliard
André Hentschel n...@dawncrow.de 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

Re: testbot and NT4

2013-06-03 Thread André Hentschel
On 03.06.2013 22:22, Alexandre Julliard wrote: André Hentschel n...@dawncrow.de 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

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 n...@dawncrow.de 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

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

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 git

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

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 changing

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: 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)

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