Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take3

2006-01-04 Thread Christopher Faylor
On Fri, Jun 10, 2005 at 01:13:59PM -0400, Christopher Faylor wrote: >On Fri, Jun 10, 2005 at 06:11:38PM +0100, Dave Korn wrote: >>Look, if it's getting complicated and tricky, that argues for a bit of >>a rethink / redesign, doesn't it? > >Yes. I was wondering why we were going down this path when

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take3

2005-06-10 Thread Christopher Faylor
On Fri, Jun 10, 2005 at 06:11:38PM +0100, Dave Korn wrote: >Look, if it's getting complicated and tricky, that argues for a bit of >a rethink / redesign, doesn't it? Yes. I was wondering why we were going down this path when we've both noted that maybe it wasn't a good idea. I would still prefer

RE: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take3

2005-06-10 Thread Dave Korn
Original Message >From: Max Kaehn >Sent: 08 June 2005 19:44 > On Mon, 2005-06-06 at 16:51, Christopher Faylor wrote: >> Actually neither is right. The tests are supposed to run to >> completion, not stop on a failure. > > My first cut was this, but it could have led to a tedious > accumu

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-10 Thread Igor Pechtchanski
On Fri, 10 Jun 2005, Corinna Vinschen wrote: > On Jun 9 14:54, Max Kaehn wrote: > > On Thu, 2005-06-09 at 01:53, Corinna Vinschen wrote: > > > On Jun 8 11:44, Max Kaehn wrote: > > > > I wound up using "eval", and was thoroughly perplexed at the way > > > > that the first "eval" seems to get thro

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-10 Thread Corinna Vinschen
On Jun 9 14:54, Max Kaehn wrote: > On Thu, 2005-06-09 at 01:53, Corinna Vinschen wrote: > > On Jun 8 11:44, Max Kaehn wrote: > > > I wound up using "eval", and was thoroughly perplexed at the way > > > that the first "eval" seems to get thrown away. > > > > -v, please. > > > > tcsh> sh > >

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-09 Thread Max Kaehn
On Thu, 2005-06-09 at 01:53, Corinna Vinschen wrote: > On Jun 8 11:44, Max Kaehn wrote: > > I wound up using "eval", and was thoroughly perplexed at the way > > that the first "eval" seems to get thrown away. > > -v, please. > > tcsh> sh > $ eval date > Thu Jun 9 10:52:23 WEDT 2005 > $

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-09 Thread Corinna Vinschen
On Jun 8 11:44, Max Kaehn wrote: > I wound up using "eval", and was thoroughly perplexed at the way > that the first "eval" seems to get thrown away. -v, please. tcsh> sh $ eval date Thu Jun 9 10:52:23 WEDT 2005 $ Corinna -- Corinna Vinschen Please, send mails regard

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-08 Thread Max Kaehn
On Mon, 2005-06-06 at 16:51, Christopher Faylor wrote: > Actually neither is right. The tests are supposed to run to > completion, not stop on a failure. My first cut was this, but it could have led to a tedious accumulation of if/then/else/if/then/else: Index: winsup/testsuite/Makefile.in =

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-07 Thread Christopher Faylor
On Tue, Jun 07, 2005 at 05:10:16PM +0100, Dave Korn wrote: >Original Message >>From: Christopher Faylor >>Sent: 07 June 2005 00:52 >>On Mon, Jun 06, 2005 at 04:11:32PM -0700, Max Kaehn wrote: >>>On Mon, 2005-06-06 at 16:07, Igor Pechtchanski wrote: I take it you meant - $

RE: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-07 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 07 June 2005 00:52 > On Mon, Jun 06, 2005 at 04:11:32PM -0700, Max Kaehn wrote: >> On Mon, 2005-06-06 at 16:07, Igor Pechtchanski wrote: >>> I take it you meant >>> >>> - $(RUNTEST) --tool winsup $(RUNTESTFLAGS) ;\ >>> + $(RUNT

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-07 Thread Christopher Faylor
On Mon, Jun 06, 2005 at 05:56:48PM -0700, Max Kaehn wrote: >On Mon, 2005-06-06 at 14:33, Christopher Faylor wrote: >> So, I checked in the above and, after changing cygload.exp so that it >> compiles cygload.cc rather than cygload.cpp, I found a more serious >> error. I've attached the cygload.log

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-06 Thread Max Kaehn
On Mon, 2005-06-06 at 14:33, Christopher Faylor wrote: > So, I checked in the above and, after changing cygload.exp so that it > compiles cygload.cc rather than cygload.cpp, I found a more serious > error. I've attached the cygload.log file. It doesn't look pretty, > unfortunately. You might not

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-06 Thread Christopher Faylor
On Mon, Jun 06, 2005 at 04:11:32PM -0700, Max Kaehn wrote: >On Mon, 2005-06-06 at 16:07, Igor Pechtchanski wrote: >> I take it you meant >> >> - $(RUNTEST) --tool winsup $(RUNTESTFLAGS) ;\ >> + $(RUNTEST) --tool winsup $(RUNTESTFLAGS) &&\ > >Oh, right, this is the world of shell script

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-06 Thread Max Kaehn
On Mon, 2005-06-06 at 16:07, Igor Pechtchanski wrote: > I take it you meant > > - $(RUNTEST) --tool winsup $(RUNTESTFLAGS) ;\ > + $(RUNTEST) --tool winsup $(RUNTESTFLAGS) &&\ Oh, right, this is the world of shell scripts, not C. Thanks for catching that.

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-06 Thread Igor Pechtchanski
On Mon, 6 Jun 2005, Max Kaehn wrote: > On Mon, 2005-06-06 at 14:33, Christopher Faylor wrote: > > There were still some braces at the end of the line in cygload.h so I > > changed those. I also changed the ChangeLog entry "now tests cygload" > > to "Test cygload". See http://cygwin.com/contrib.h

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-06 Thread Max Kaehn
On Mon, 2005-06-06 at 14:33, Christopher Faylor wrote: > There were still some braces at the end of the line in cygload.h so I > changed those. I also changed the ChangeLog entry "now tests cygload" > to "Test cygload". See http://cygwin.com/contrib.html for some common > mistakes in ChangeLog en

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-06 Thread Christopher Faylor
On Mon, Jun 06, 2005 at 02:01:44PM -0700, Max Kaehn wrote: >This patch contains a revised version of the "cygload" test utility, >this time with even better adherence to cygwin naming and indentation. >Igor, thanks for pointing me at "indent"-- it also pointed out >that I was forgetting to put spac

[Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-06 Thread Max Kaehn
This patch contains a revised version of the "cygload" test utility, this time with even better adherence to cygwin naming and indentation. Igor, thanks for pointing me at "indent"-- it also pointed out that I was forgetting to put spaces in front of the parameter lists for my function calls. I'm

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC

2005-06-06 Thread Christopher Faylor
On Mon, Jun 06, 2005 at 12:03:07PM -0700, Max Kaehn wrote: >This patch contains a revised version of the "cygload" test utility, >this time with better adherence to cygwin naming and indentation. Sorry, Max, but this is still using K&R indentation. Cygwin uses: if (x) { y; } not

[Patch] Testing loads of cygwin1.dll from MinGW and MSVC

2005-06-06 Thread Max Kaehn
This patch contains a revised version of the "cygload" test utility, this time with better adherence to cygwin naming and indentation. --- ChangeLog for winsup/testsuite: 2005-05-27 Max Kaehn <[EMAIL PROTECTED]> * Makefile: now tests cygload. * cygload: New directory. *