Re: XFAIL and make

2008-03-02 Thread Ralf Wildenhues
Hi Patrick, * Patrick Welche wrote on Tue, Feb 26, 2008 at 02:05:59PM CET: > On Sat, Feb 23, 2008 at 11:06:52AM +0100, Ralf Wildenhues wrote: > > It seems NetBSD ksh ( == @(#)PD KSH v5.2.14 99/07/13.2) has lots of bugs. > (I should have remembered make uses sh which works, but gmake/autotools > c

Re: XFAIL and make

2008-02-26 Thread Patrick Welche
On Sat, Feb 23, 2008 at 11:06:52AM +0100, Ralf Wildenhues wrote: > * Ralf Wildenhues wrote on Fri, Feb 22, 2008 at 06:47:54PM CET: > > > > 2) NetBSD ksh has a bug. At least I *think* that is a bug, I haven't > > checked SUSv3 yet. This: > > foo=foo; t='[ ]'; case " foo bar " in *$t$foo$t*) ech

Re: XFAIL and make

2008-02-23 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Feb 22, 2008 at 06:47:54PM CET: > > 2) NetBSD ksh has a bug. At least I *think* that is a bug, I haven't > checked SUSv3 yet. This: > foo=foo; t='[ ]'; case " foo bar " in *$t$foo$t*) echo yes;; esac > > should IMHO print yes, but doesn't with this shell. This

Re: XFAIL and make

2008-02-22 Thread Ralf Wildenhues
Hi Patrick, * Patrick Welche wrote on Fri, Feb 22, 2008 at 05:15:01PM CET: > > env VERBOSE=x TESTS='all.test auxdir2.test cond17.test txinfo5.test' gmake -e > check > 4 of 4 tests failed > BSD make in NetBSD-current/i386 > > env VERBOSE=x TESTS='all.test auxdir2.test cond17.test txinfo5.test'