Re: Severe regression in wine startup latencies

2011-08-27 Thread Daniel Verkamp
On Sat, Aug 27, 2011 at 5:22 PM, Alan W. Irwin wrote: [...] > bash.exe-3.1$ which echo > /z/home/wine/newstart1/MinGW/msys/1.0/bin/echo.exe > > bash.exe-3.1$ time echo "hello" > hello > > real    0m0.000s > user    0m0.000s > sys     0m0.000s > > This shows there is at least one command (echo) ava

Severe regression in wine startup latencies

2011-08-27 Thread Alan W. Irwin
The startup latency of commands run under wine-1.3.27 is much worse than it used to be. I did the following experiment with bash-3.1.17 that you get with the latest (mingw-get-inst-20110802.exe) MinGW/MSYS installer. wineconsole --backend=curses MinGW/msys/1.0/bin/bash.exe Then I ran the follow

re: [PATCH] attrib: Move implementation from cmd.exe to the standalone command (try 2)

2011-08-27 Thread Dan Kegel
Hi Christian, your patch causes test failures in programs/cmd/tests here: ... batch.c:301: Test failed: unexpected char 0x41 position 0 in line 545 (got 'ATTRIB - Displays or changes file attributes.', wanted 'not-r.test not found after delete, good') batch.c:295: Test failed: unexpected end of lin

Cmd tests timeout and splitting tests

2011-08-27 Thread Octavian Voicu
Hello, I've noticed a lot of timeouts for cmd tests lately, which is not so surprising with all the new incoming tests. I think test_builtins.cmd should be split in a few files, which would then be run separately. An added benefit is that it would permit putting tests that affect other tests in s

Re: Hebrew: update

2011-08-27 Thread Yaron Shahrabani
On Sat, Aug 27, 2011 at 5:32 PM, Shachar Shemesh wrote: > On 08/26/2011 04:35 PM, Yaron Shahrabani wrote: > > It might sound weird but the Israeli community really doesn't care about > this terminal bug > > AFAIK, the Windows console does not do BiDi either (which would mean that, > in order to be

buildbot status

2011-08-27 Thread Dan Kegel
- stability problems The buildbot cluster is not ready for prime time yet. My ubuntu 11.04-based slaves tend to lock up within a day with either an OOM failure, an X livelock, or something else. So I brought an ubuntu 10.04.3 slave online and moved the buildmaster off onto its own machine; let's s

Re: Hebrew: update

2011-08-27 Thread Shachar Shemesh
On 08/26/2011 04:35 PM, Yaron Shahrabani wrote: It might sound weird but the Israeli community really doesn't care about this terminal bug AFAIK, the Windows console does not do BiDi either (which would mean that, in order to be bug compatibl

Re: services: Remove an unused variable.

2011-08-27 Thread Frédéric Delanoy
2011/8/27 Francois Gouget : > On Fri, 26 Aug 2011, Frédéric Delanoy wrote: > [...] >> > -        DWORD err; >> >         const WCHAR *argv[2]; >> >         service = services_list[i]; >> >         argv[0] = service->name; >> >         argv[1] = NULL; >> > -        err = service_start(service, 1, ar

Re: Hebrew: update

2011-08-27 Thread Frédéric Delanoy
2011/8/27 Francois Gouget : > On Sat, 27 Aug 2011, Frédéric Delanoy wrote: > >> On Fri, Aug 26, 2011 at 15:14, Francois Gouget wrote: >> > On Tue, 23 Aug 2011, Yaron Shahrabani wrote: >> > ... >> > On the translation side I still think that copying untranslated strings >> > over is wrong <...> >>

Re: [PATCH] msiexec: implement a sane server stub (i.e. not while(TRUE); )

2011-08-27 Thread Bernhard Loos
On Fri, Aug 26, 2011 at 9:11 AM, Hans Leidekker wrote: > On Fri, 2011-08-26 at 04:58 +0200, Bernhard Loos wrote: > > - * Copyright 2007 Google (James Hawkins) > + * Copyright 2011 Bernhard Loos > > Please keep the original copyright information. > Well, there is basically nothing left of the orig

Re: Hebrew: update

2011-08-27 Thread Francois Gouget
On Sat, 27 Aug 2011, Frédéric Delanoy wrote: > On Fri, Aug 26, 2011 at 15:14, Francois Gouget wrote: > > On Tue, 23 Aug 2011, Yaron Shahrabani wrote: > > ... > > On the translation side I still think that copying untranslated strings > > over is wrong <...> > > Actually, for standardization, emp

Re: services: Remove an unused variable.

2011-08-27 Thread Francois Gouget
On Fri, 26 Aug 2011, Frédéric Delanoy wrote: [...] > > -        DWORD err; > >         const WCHAR *argv[2]; > >         service = services_list[i]; > >         argv[0] = service->name; > >         argv[1] = NULL; > > -        err = service_start(service, 1, argv); > > +        service_start(servic