Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <009501bfef51$b7606300$c7a7b5d4@p4kpm> From: =?Windows-1252?Q?Christian_J=F6nsson?= To: "Tim Prince" , "Trevor Forbes" , References: <001201bfef02$9be34880$c7a7b5d4 AT p4kpm> <002a01bfef30$af4a8b30$0100000a AT TIMYX18EWDT6RQ> <005f01bfef37$2fbfc540$c7a7b5d4 AT p4kpm> <00a301bfef3a$95149940$0100000a AT TIMYX18EWDT6RQ> Subject: Re: Problems running runtest... (also tcl8.4, expect and dejagnu) Date: Sun, 16 Jul 2000 20:14:42 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id OAA25539 well, it got me a bit further, for example: Native configuration is i686-pc-cygwin === libio tests === Schedule of variations: unix Running target unix Using C:/cygwin/usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using C:/cygwin/usr/share/dejagnu/config/unix.exp as generic interface file for target. Using ../../../../gcc/libio/testsuite/config/default.exp as tool-and-target-spec ific interface file. Running ../../../../gcc/libio/testsuite/libio.tests/hounddog.exp ... Running ../../../../gcc/libio/testsuite/libio.tests/putbackdog.exp ... Running ../../../../gcc/libio/testsuite/libio.tests/tFile.exp ... Running ../../../../gcc/libio/testsuite/libio.tests/tfformat.exp ... Running ../../../../gcc/libio/testsuite/libio.tests/tiformat.exp ... Running ../../../../gcc/libio/testsuite/libio.tests/tiomanip.exp ... Running ../../../../gcc/libio/testsuite/libio.tests/tiomisc.exp ... Running ../../../../gcc/libio/testsuite/libio.tests/tstdiomisc.exp ... === libio Summary === # of expected passes 40 but... Running target unix Using C:/cygwin/usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using C:/cygwin/usr/share/dejagnu/config/unix.exp as generic interface file for target. Using /usr/local/src/gcc/gcc/testsuite/config/default.exp as tool-and-target-spe cific interface file. Running /usr/local/src/gcc/gcc/testsuite/gcc.c-torture/compile/compile.exp ... FAIL: gcc.c-torture/compile/930529-1.c, -O3 -fssa Running /usr/local/src/gcc/gcc/testsuite/gcc.c-torture/execute/execute.exp ... got a SEGV signal, segmentation violation === gcc Summary === # of expected passes 2360 # of unexpected failures 1 # of expected failures 7 0 [unknown (0xFF08EFE7)] EXPECT 5255 sig_send: wait for sig_complete event failed, sig 11, rc 258, Win32 error 0 19888 [sig] EXPECT 5255 sig_send: wait for sig_complete event failed, sig 11, rc 258, Win32 error 0 59995812 [unknown (0xFF08EFE7)] EXPECT 5255 sig_send: wait for sig_complete even and it continues a bit... so I think I'd like to build a tcl8.4.x and an expect from scriptics (with appropriate cygwin patches...) and see how much further I get. we'll see. Cheers, /ChJ ----- Original Message ----- From: "Tim Prince" To: "Christian Jönsson" ; "Trevor Forbes" ; Sent: Sunday, July 16, 2000 5:29 PM Subject: Re: Problems running runtest... (also tcl8.4, expect and dejagnu) > OK, I've set DEJAGNULIBS as an environment variable in Control > Panel/System with backslashes in the path, so I don't have to remember > this. > > Tim Prince > ----- Original Message ----- > From: "Christian Jönsson" > To: "Trevor Forbes" ; > > Sent: Sunday, July 16, 2000 8:04 AM > Subject: Re: Problems running runtest... (also tcl8.4, expect and > dejagnu) > > > That seems to work fine. Thank you. However, I really consider this a > bug... > > Cheers, > > /ChJ > > > ----- Original Message ----- > From: "Trevor Forbes" > To: > Sent: Sunday, July 16, 2000 4:52 PM > Subject: Re: Problems running runtest... (also tcl8.4, expect and > dejagnu) > > > > Give the following a try: > > > > export DEJAGNULIBS=f:/Cygwin/usr/share/dejagnu > > (example path only) > > > > DEJAGNULIBS should point to the directory containing runtest > > > > Trevor > > > > ----- Original Message ----- > > From: "Tim Prince" > > To: "Christian Jönsson" ; > > > > Sent: Sunday, 16 July 2000 11:48 > > Subject: Re: Problems running runtest... (also tcl8.4, expect and > dejagnu) > > > > > > > The latest directory structure has broken expect's ability to find > the > > > dejagnu directory. Apparently, this needs to be fixed by moving > > > /usr/share/dejagnu to /share/dejagnu, or (possibly) by moving > > > /bin/expect to /usr/bin/expect. DJD has answered already that he > thinks > > > it is a path order problem IIUC. > > > > > > IMHO the greatest defects of expect/dejagnu as currently ported to > > > cygwin are the tendency to allow g++ to hang and the tendency of > expect > > > to make access violations. The g77 suites always run twice; Mumit > Khan > > > used to have the same behavior using the standard NT port > (non-cygwin). > > > I suppose that someone will tell me I could grab the cygwin sources, > > > figure out which testsuite cases are provoking expect bugs, and run > them > > > under gdb. Maybe these sources may be diff'd against the > corresponding > > > version from scriptics in order to get an idea how to port the > current > > > versions. > > > > > > Tim Prince > > > ----- Original Message ----- > > > From: "Christian Jönsson" > > > To: > > > Sent: Sunday, July 16, 2000 1:48 AM > > > Subject: Problems running runtest... (also tcl8.4, expect and > dejagnu) > > > > > > > > > hmm, this is not good. when trying to run the egcs testsuite using > > > dejagnu, > > > i get the following error: > > > > > > BASH.EXE-2.04$ runtest --tool g77 > > > couldn't read file "/usr/share/dejagnu/runtest.exp": no such file or > > > directory > > > BASH.EXE-2.04$ > > > > > > as far as i can tell, there *is* a file > /usr/share/dejagnu/runtest.exp > > > so there has to be some other problem lurking here... > > > > > > Actually, I'd like to build tcl8.4.x (cvs sources?) adn then expect > (cvs > > > sources > > > at dev.scriptics.com also) and then get dejagnu working perhaps... > > > > > > Anyone has pointers on how to build tcl and expect under > cygwin-1.1.2? > > > > > > TIA, > > > > > > /ChJ > > > > > > > > > -- > > > Want to unsubscribe from this list? > > > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > > > > > > > > > > > -- > > > Want to unsubscribe from this list? > > > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > > > > > > > > > -- > > Want to unsubscribe from this list? > > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > > > > -- > Want to unsubscribe from this list? > Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com > > -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com