Re: No new winetest?

2008-01-31 Thread Paul Millar
On Tuesday 29 January 2008 09:26:44 Reece Dunn wrote:
 Is there any more news on this?

The front-end machine is up and the builds are going ahead.  This is mainly 
due to Andrew Elwell (thanks!).

The root-cause of the problem is still unknown; although the machine seems 
stable, the problem may come back.  We're investigating this further.

Cheers,

Paul.




Re: No new winetest?

2008-01-29 Thread Reece Dunn
On 26/01/2008, Francois Gouget [EMAIL PROTECTED] wrote:
 On Fri, 25 Jan 2008, Paul Millar wrote:
 [...]
  The front-end machine had stopped responding to network traffic.
 [...]
  So, sorry, winetest will be off-line until Monday at the earliest.

 Thanks for the status update.

Is there any more news on this?

- Reece




Re: No new winetest?

2008-01-25 Thread Paul Millar
On Friday 25 January 2008 10:00:17 Francois Gouget wrote:
 There's been no new winetest for about a week. Does anyone know what's
 up?

The front-end machine had stopped responding to network traffic.  I'm not 
physically the machine, so I've asked someone to investigate on my behalf.  
They rebooted the machine, which appeared to start correctly (from the 
screen).  Unfortunately it is still not responding to any network traffic.

So, sorry, winetest will be off-line until Monday at the earliest.

Paul.




Re: No new winetest?

2008-01-25 Thread Francois Gouget
On Fri, 25 Jan 2008, Paul Millar wrote:
[...]
 The front-end machine had stopped responding to network traffic.
[...]
 So, sorry, winetest will be off-line until Monday at the earliest.

Thanks for the status update.



-- 
Francois Gouget [EMAIL PROTECTED]  http://fgouget.free.fr/
 f u kn rd ts, ur wy 2 gky 4 ur wn gd.




Re: New winetest skipping test for nonexistent dll's

2007-08-01 Thread Jacek Caban

Hi Paul,

Paul Vriens wrote:


+
+dll = LoadLibrary(dllname);
+if (!dll) {


I think it would be better to call LoadLibraryEx(dllname, 
LOAD_LIBRARY_AS_DATA_FILE) here to avoid executing DllMain code.

Jacek