public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/1752: libiberty/demangle testsuite failures on i686-pc-cygwin
@ 2001-10-29 22:33 billingd
  0 siblings, 0 replies; 4+ messages in thread
From: billingd @ 2001-10-29 22:33 UTC (permalink / raw)
  To: David.Billinghurst, gcc-bugs, gcc-prs, nobody, rodrigc

Synopsis: libiberty/demangle testsuite failures on i686-pc-cygwin

State-Changed-From-To: feedback->closed
State-Changed-By: billingd
State-Changed-When: Mon Oct 29 22:33:56 2001
State-Changed-Why:
    cygwin ash (/bin/sh) problem.
    Fixed in ash-20011018-1

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=1752&database=gcc


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

* Re: c++/1752 libiberty/demangle testsuite failures on i686-pc-cygwin
@ 2001-08-15 19:46 Tim Prince
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Prince @ 2001-08-15 19:46 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/1752; it has been noted by GNATS.

From: "Tim Prince" <tprince@computer.org>
To: "Billinghurst, David \(CRTS\)" <David.Billinghurst@riotinto.com>,
        <gcc-gnats@gcc.gnu.org>, <gcc-prs@gcc.gnu.org>, <rodrigc@gcc.gnu.org>,
        <gcc-bugs@gcc.gnu.org>, <nobody@gcc.gnu.org>
Cc: <christian.jonsson@foi.se>
Subject: Re: c++/1752 libiberty/demangle testsuite failures on i686-pc-cygwin 
Date: Wed, 15 Aug 2001 19:37:10 -0700

 ----- Original Message -----
 From: "Billinghurst, David (CRTS)"
 <David.Billinghurst@riotinto.com>
 To: <gcc-gnats@gcc.gnu.org>; <gcc-prs@gcc.gnu.org>;
 "Billinghurst, David (CRTS)"
 <David.Billinghurst@riotinto.com>; <rodrigc@gcc.gnu.org>;
 <gcc-bugs@gcc.gnu.org>; <nobody@gcc.gnu.org>
 Cc: <christian.jonsson@foi.se>
 Sent: Wednesday, August 15, 2001 6:37 PM
 Subject: re: c++/1752 libiberty/demangle testsuite failures on
 i686-pc-cygwin
 
 
 > This is still a problem.  I now believe the problem is a
 cygwin shell issue.
 > The tests that fail are exactly those that have a $ in the
 name.
 >
 > The test (from the Makefile) is
 >
 > # Run some tests of the demangler.
 > check-cplus-dem: test-filter $(srcdir)/demangle-expected
 >         $(SHELL) $(srcdir)/regress-demangle
 $(srcdir)/demangle-expected
 >
 > Run by hand
 >
 > $ /bin/sh
 /usr/local/src/gcc-3.0/libiberty/testsuite/regress-demangle
 > /usr/local/src/gcc-3.0/libiberty/testsuite/demangle-expected
 >
 > I get the results previosuly reported.
 >
 > Using bash all the test pass
 >
 > $ /bin/bash
 /usr/local/src/gcc-3.0/libiberty/testsuite/regress-demangle
 > /usr/local/src/gcc-3.0/libiberty/testsuite/demangle-expected
 > All 645 tests passed
 >
 OK, we could replace /bin/sh by a copy of bash (temporarily) ,
 if we don't mind the extra time required to run the entire
 test suite.
 


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

* re: c++/1752 libiberty/demangle testsuite failures on i686-pc-cygwin
@ 2001-08-15 14:26 Billinghurst, David (CRTS)
  0 siblings, 0 replies; 4+ messages in thread
From: Billinghurst, David (CRTS) @ 2001-08-15 14:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/1752; it has been noted by GNATS.

From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: "'gcc-gnats@gcc.gnu.org'" <gcc-gnats@gcc.gnu.org>,
   "'gcc-prs@gcc.gnu.org'" <gcc-prs@gcc.gnu.org>,
   "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>,
   "'rodrigc@gcc.gnu.org'" <rodrigc@gcc.gnu.org>,
   "'gcc-bugs@gcc.gnu.org'"
	 <gcc-bugs@gcc.gnu.org>,
   "'nobody@gcc.gnu.org'" <nobody@gcc.gnu.org>
Cc: "'christian.jonsson@foi.se'" <christian.jonsson@foi.se>
Subject: re: c++/1752 libiberty/demangle testsuite failures on i686-pc-cyg
	win 
Date: Thu, 16 Aug 2001 01:37:01 -0000

 This is still a problem.  I now believe the problem is a cygwin shell issue.
 The tests that fail are exactly those that have a $ in the name.
 
 The test (from the Makefile) is
 
 # Run some tests of the demangler.
 check-cplus-dem: test-filter $(srcdir)/demangle-expected
         $(SHELL) $(srcdir)/regress-demangle $(srcdir)/demangle-expected
 
 Run by hand
 
 $ /bin/sh  /usr/local/src/gcc-3.0/libiberty/testsuite/regress-demangle
 /usr/local/src/gcc-3.0/libiberty/testsuite/demangle-expected
 
 I get the results previosuly reported.
 
 Using bash all the test pass
 
 $ /bin/bash  /usr/local/src/gcc-3.0/libiberty/testsuite/regress-demangle
 /usr/local/src/gcc-3.0/libiberty/testsuite/demangle-expected
 All 645 tests passed
 
 


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

* Re: c++/1752: libiberty/demangle testsuite failures on i686-pc-cygwin
@ 2001-08-12 13:10 rodrigc
  0 siblings, 0 replies; 4+ messages in thread
From: rodrigc @ 2001-08-12 13:10 UTC (permalink / raw)
  To: David.Billinghurst, gcc-bugs, gcc-prs, nobody, rodrigc

Synopsis: libiberty/demangle testsuite failures on i686-pc-cygwin

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Sun Aug 12 13:10:49 2001
State-Changed-Why:
    I do not see these test failures in the current
    gcc in CVS.  Can you obtain a newer gcc snapshot
    and try again?

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1752&database=gcc


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

end of thread, other threads:[~2001-10-29 22:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-29 22:33 c++/1752: libiberty/demangle testsuite failures on i686-pc-cygwin billingd
  -- strict thread matches above, loose matches on Subject: below --
2001-08-15 19:46 c++/1752 " Tim Prince
2001-08-15 14:26 Billinghurst, David (CRTS)
2001-08-12 13:10 c++/1752: " rodrigc

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).