Re: testbot/lib: If we cannot open the log file, then log to stderr.

2012-10-15 Thread Austin English
On Mon, Oct 15, 2012 at 12:45 PM, Christian Costa wrote: > Le 15/10/2012 21:29, Austin English a écrit : > >> On Mon, Oct 15, 2012 at 12:28 PM, Christian Costa >> wrote: >>> >>> Le 15/10/2012 21:16, Austin English a écrit : >>> On Mon, Oct 15, 2012 at 12:14 PM, Christian Costa wro

Re: testbot/lib: If we cannot open the log file, then log to stderr.

2012-10-15 Thread Christian Costa
Le 15/10/2012 21:29, Austin English a écrit : On Mon, Oct 15, 2012 at 12:28 PM, Christian Costa wrote: Le 15/10/2012 21:16, Austin English a écrit : On Mon, Oct 15, 2012 at 12:14 PM, Christian Costa wrote: Le 15/10/2012 18:07, Dmitry Timoshkov a écrit : Christian Costa wrote: Indeed th

Re: testbot/lib: If we cannot open the log file, then log to stderr.

2012-10-15 Thread Austin English
On Mon, Oct 15, 2012 at 12:28 PM, Christian Costa wrote: > Le 15/10/2012 21:16, Austin English a écrit : > >> On Mon, Oct 15, 2012 at 12:14 PM, Christian Costa >> wrote: >>> >>> Le 15/10/2012 18:07, Dmitry Timoshkov a écrit : >>> Christian Costa wrote: > Indeed that would be great

Re: testbot/lib: If we cannot open the log file, then log to stderr.

2012-10-15 Thread Christian Costa
Le 15/10/2012 21:16, Austin English a écrit : On Mon, Oct 15, 2012 at 12:14 PM, Christian Costa wrote: Le 15/10/2012 18:07, Dmitry Timoshkov a écrit : Christian Costa wrote: Indeed that would be great to be able to download some files along with the test. Typically for me avi files and dll

Re: testbot/lib: If we cannot open the log file, then log to stderr.

2012-10-15 Thread Austin English
On Mon, Oct 15, 2012 at 12:14 PM, Christian Costa wrote: > Le 15/10/2012 18:07, Dmitry Timoshkov a écrit : > >> Christian Costa wrote: >> >>> Indeed that would be great to be able to download some files along with >>> the >>> test. >>> Typically for me avi files and dlls (or .drv) would be great

Re: testbot/lib: If we cannot open the log file, then log to stderr.

2012-10-15 Thread Christian Costa
Le 15/10/2012 18:07, Dmitry Timoshkov a écrit : Christian Costa wrote: Indeed that would be great to be able to download some files along with the test. Typically for me avi files and dlls (or .drv) would be great ! :D Just do what other tests do: embed all the required data into the test: be

Re: [3/4] comctl32: fix notifications and return value when collapsing already collapsed node (rebased)

2012-10-15 Thread Daniel Jelinski
Hello, Nikolay. Thanks for reminder. Attached it now. 2012/10/15 Nikolay Sivov : > Hi, Daniel. > > You forgot a patch. >

Re: [3/4] comctl32: fix notifications and return value when collapsing already collapsed node (rebased)

2012-10-15 Thread Nikolay Sivov
Hi, Daniel. You forgot a patch.

Re: testbot/lib: If we cannot open the log file, then log to stderr.

2012-10-15 Thread Dmitry Timoshkov
Christian Costa wrote: > Indeed that would be great to be able to download some files along with the > test. > Typically for me avi files and dlls (or .drv) would be great ! :D Just do what other tests do: embed all the required data into the test: be it a PE executable, TIFF/GIF/PNG/etc image,

Re: jscript: Move 'inline' to the beginning of the declaration.

2012-10-15 Thread Francois Gouget
On Mon, 15 Oct 2012, Michael Stefaniuc wrote: [...] > --- a/dlls/jscript/jsstr.h > +++ b/dlls/jscript/jsstr.h > @@ -28,7 +28,7 @@ struct _jsstr_t { > > #define JSSTR_FLAG_NULLBSTR 1 > > -static unsigned inline jsstr_length(jsstr_t *str) > +inline static unsigned jsstr_length(jsstr_t *str) 'st

Re: testbot/lib: If we cannot open the log file, then log to stderr.

2012-10-15 Thread Christian Costa
Hi François, While your are at it. I would like to do a suggestion. Indeed that would be great to be able to download some files along with the test. Typically for me avi files and dlls (or .drv) would be great ! :D Thanks Christian, 2012/10/15 Francois Gouget > --- > testbot/lib/WineTestBot/

Re: [2/4] comctl32: do not send TVN_ITEMEXPANDING when expanding item with no children

2012-10-15 Thread Alexandre Julliard
Daniel Jelinski writes: > From 4ce8e5ea93897e03e1c3bbd0be90c9179890a37a Mon Sep 17 00:00:00 2001 > From: Daniel Jelinski > Date: Thu, 27 Sep 2012 21:06:48 +0200 > Subject: comctl32/treeview: do not send TVN_ITEMEXPANDING when expanding item > with no children > > also, send it when re-expanding

Re: d3d9 implementation

2012-10-15 Thread Stefan Dösinger
Hi, This is a late reply, but better late than never :-) . Am 2012-09-15 17:02, schrieb Luchezar Belev: > It works fine with all the games i got - there are no major problems. > they are guild wars (1), wow, league of legends, tomb raider > underworld, titan quest, skyrim. Out of curiosity, did y

Re: [PATCH] d3d9/tests: Do not crash, when CreateTexture failed

2012-10-15 Thread Henri Verbeet
On 14 October 2012 01:12, Detlef Riekenberg wrote: > Needed to avoid a crash on an Intel integrated graphics. > http://test.winehq.org/data/ee59341721b90e58165a7bb12cbf2906fbd680d1/xp_dr-xp-sigi/d3d9:device.html > It should probably use CheckDeviceFormat() before even creating the device.

Re: vbscript: Added Chr implementation

2012-10-15 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=22203 Your paranoid android