From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Billinghurst, David \(CRTS\)" To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: re: c++/1752 libiberty/demangle testsuite failures on i686-pc-cygwin Date: Wed, 15 Aug 2001 14:26:00 -0000 Message-id: <20010815184604.4126.qmail@sourceware.cygnus.com> X-SW-Source: 2001-08/msg00426.html List-Id: The following reply was made to PR c++/1752; it has been noted by GNATS. From: "Billinghurst, David (CRTS)" To: "'gcc-gnats@gcc.gnu.org'" , "'gcc-prs@gcc.gnu.org'" , "Billinghurst, David (CRTS)" , "'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-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