public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* dejagnu
@ 2001-06-14 13:44 Alex Buell
  2001-06-14 14:38 ` dejagnu bobbymcn2002
  2001-06-14 15:07 ` dejagnu Alexandre Oliva
  0 siblings, 2 replies; 16+ messages in thread
From: Alex Buell @ 2001-06-14 13:44 UTC (permalink / raw)
  To: Mailing List - GCC

dejagnu-20010126 fails the tcl tests on sparc32-linux. Is there a newer
version out there?

-- 
Alex.
Signature carefully reformulated to suit demon.loco.
http://www.tahallah.demon.co.uk


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Dejagnu
@ 2002-12-05 23:06 kwall
  2002-12-06 10:45 ` Dejagnu Mike Stump
  0 siblings, 1 reply; 16+ messages in thread
From: kwall @ 2002-12-05 23:06 UTC (permalink / raw)
  To: GCC List

Hello, list,

Is there any reason I should prefer Dejagnu a la
ftp://sources.redhat.com:/pub/gcc/infrastructure/dejagnu-20010126.tar.gz
to ftp://sources.redhat.com/pub/dejagnu/dejagnu-20000518.tar.bz2 or 
ftp://ftp.gnu.org/gnu/dejagnu-1.4.3.tar.gz on the GNU mothership?
I'd like to start tracking down XFAILs...  

Thanks,

Kurt
-- 
Senate, n.:
	A body of elderly gentlemen charged with high duties and
misdemeanors.
		-- Ambrose Bierce

^ permalink raw reply	[flat|nested] 16+ messages in thread
* DejaGnu
@ 2000-11-26  6:51 Gerald Pfeifer
  2000-11-26 16:08 ` DejaGnu Richard Stallman
  0 siblings, 1 reply; 16+ messages in thread
From: Gerald Pfeifer @ 2000-11-26  6:51 UTC (permalink / raw)
  To: gcc, Richard Stallman

I am currently revamping the documentation of the GCC testsuites a bit and
realized that dejagnu-1.3.tar.gz has been released on February 15th, 1996,
which is close to five (sic!) years ago.

Because of that we have to recommend (and provide) snapshots of DejaGnu.

This is hardly acceptable, especially long term.

So, what can we do? A simple first step would be making the latest
snapshot a release and putting it on the GNU FTP servers. (In fact
it seems that Debian, for example, is already using that snapshot.)

Also, the GNU project should try to find an active maintainer for DejaGnu.

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

^ permalink raw reply	[flat|nested] 16+ messages in thread
* dejagnu
@ 2000-03-06 14:09 'David Scott Urban
  0 siblings, 0 replies; 16+ messages in thread
From: 'David Scott Urban @ 2000-03-06 14:09 UTC (permalink / raw)
  To: gcc

Although this is not directly related to gcc, I wasn't sure where to ask questions about this app.

The sourceware archives contain a directory for dejagnu but they have not been 
updated in a long time. 

Is there a newsgroup or mailing list associated with dejagnu? Who is the current 
maintainer, if any? Is there a homepage on the web or a place on the web to get 
the current version?

The reason I am asking is that I would like to update dejagnu to use the latest 
expect and tcl. But, I am running into problems with the testing on a HP running 
HP-UX 10.20. Also, I am having problems compiling on a Solaris box running 2.5.1 
or 2.6 with the call to setpgrp.

Thanks for you time and any help you can give me.

Scott Urban


D. S. Urban   
email : urban@ast.lmco.com
-------------------------------------------------------------------------------
To be the person, you must know the person. To know the person, you must
understand the person. To understand the person, you must listen. To listen,
you must open your mind and put aside all preconceived ideas and notions.
-------------------------------------------------------------------------------
All opinions expressed are my own not that of my employer.

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Dejagnu
@ 1998-03-26 21:54 Mark Mitchell
  1998-03-28 19:24 ` Dejagnu Ian Lance Taylor
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Mark Mitchell @ 1998-03-26 21:54 UTC (permalink / raw)
  To: egcs

Is there an easy way to teach dejagnu that some warnings are OK?  On
mips-sgi-irix6.4 every test that involves linking fails with something
like this:

  output is:
  ld32: WARNING 84: /pooma/mitchell/egcs/objdir/libraries//libstdc++/libstdc++.a \
  is not used for resolving any symbol.
  ld32: WARNING 84: /usr/lib32/libm.so is not used for resolving any symbol.
  FAIL: g++.brendan/code-gen1.C (test for excess errors)
  ld32: WARNING 84: /pooma/mitchell/egcs/objdir/libraries//libstdc++/libstdc++.a \
  is not used for resolving any symbol.
  ld32: WARNING 84: /usr/lib32/libm.so is not used for resolving any symbol.

The ever-so-helpful SGI linker wants to tell us this all the time, but
this causes many, many test failures.  I'm sure I can figure this out,
but if anyone knows the answer off-hand, I'd appreciate it.
 
Thanks,

-- 
Mark Mitchell <mmitchell@usa.net>
http://home.earthlink.net/~mbmitchell
Consulting Services Available

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2002-12-11  1:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-14 13:44 dejagnu Alex Buell
2001-06-14 14:38 ` dejagnu bobbymcn2002
2001-06-14 15:07 ` dejagnu Alexandre Oliva
2001-06-14 15:13   ` dejagnu Alex Buell
  -- strict thread matches above, loose matches on Subject: below --
2002-12-05 23:06 Dejagnu kwall
2002-12-06 10:45 ` Dejagnu Mike Stump
2002-12-10 17:46   ` Dejagnu kwall
2000-11-26  6:51 DejaGnu Gerald Pfeifer
2000-11-26 16:08 ` DejaGnu Richard Stallman
2000-03-06 14:09 dejagnu 'David Scott Urban
1998-03-26 21:54 Dejagnu Mark Mitchell
1998-03-28 19:24 ` Dejagnu Ian Lance Taylor
1998-03-30 16:18   ` Dejagnu Lee Iverson
1998-04-02 18:26     ` Dejagnu Jim Wilson
1998-03-28 19:24 ` Dejagnu Jeffrey A Law
1998-03-30 17:00 ` Dejagnu Jim Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).