X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10112202002.AA21453@clio.rice.edu> Subject: A new bug? To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Thu, 20 Dec 2001 14:02:50 -0600 (CST) Cc: djgpp-workers AT delorie DOT com (DJGPP developers) X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Could you comment on this from the newgroup on the 2.03 test? I didn't see anything in the refresh which should change this. Maybe the dostest.bat was built/tested with new CVS ware? Subject: [Fwd: ANNOUNCE: DJGPP V2.03 Refresh Beta] Date: Thu, 20 Dec 2001 20:01:58 +0100 ...(snipage about good things) The dostest.bat which was designed to overcome this bug by splitting the tests in chunks of 250 will no more be necessary when/if this version will be uploaded to simtelnet. Meanwhile do not use it "as is" with this version because it triggers an other bug ... apparently the maximum length of the command line which can be passed from dostest.bat to make has been somewhat decreased: it works if the tests are split in chunks of only 128 ... The following diff will do the job: --- dostest.bat.orig Thu Jan 4 07:22:08 2001 +++ dostest.bat Thu Dec 20 18:57:44 2001 @@ -28,6 +28,6 @@ if exist make.out del make.out if exist dtlist.* del dtlist.* make msg -ls -1 *.pas | split -l 250 - dtlist. +ls -1 *.pas | split -l 128 - dtlist. for %%f in (dtlist.*) do make MASK="`cat %%f`" pascal.check-long >> make.out sh test_sum < make.out This diff can be included without harm in next gpc snapshots. Meanwhile a file gpc-test-20011202.zip (with modified dostest.bat) has been uploaded to agnes in the same directory as above for people wanting to check this version of gpc with Windows 2000 / XP. (The test suite is not included with the binaries).