Subject: Re: Make regression tests fail
To: Ben Collver <collver@peak.org>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-toolchain
Date: 03/20/2006 16:22:29
>On Tue, Mar 14, 2006 at 10:10:57AM +0100, Martin Husemann wrote:
>> I have found an interesting problem:
>>   cd /usr/src/regress/usr.bin/make
>>   ${TOOLDIR}/bin/nbmake-sparc64
>>   ${TOOLDIR}/bin/nbmake-sparc64 regress
>> the regression test fails.
>> Has anyone else seen this (on other archs)?

>I tried it on i386 and the regression test fails when using
>${TOOLDIR}/bin/nbmake-i386.

That would be due to -de being provided to make, which 
causes one of the tests which deliberately causes an error to generate
different output.

If you just run ${TOOLDIR}/bin/nbmake, it works ok.

--sjg