This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
re: c++/1752 libiberty/demangle testsuite failures on i686-pc-cygwin
- To: "'gcc-gnats at gcc dot gnu dot org'" <gcc-gnats at gcc dot gnu dot org>, "'gcc-prs at gcc dot gnu dot org'" <gcc-prs at gcc dot gnu dot org>, "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>, "'rodrigc at gcc dot gnu dot org'" <rodrigc at gcc dot gnu dot org>, "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>, "'nobody at gcc dot gnu dot org'" <nobody at gcc dot gnu dot org>
- Subject: re: c++/1752 libiberty/demangle testsuite failures on i686-pc-cygwin
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Thu, 16 Aug 2001 01:37:01 -0000
- Cc: "'christian dot jonsson at foi dot se'" <christian dot jonsson at foi dot se>
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