public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* execution test fails - XFAIL powerpc-*-eabi
@ 1997-11-05 18:31 Mike Stump
  0 siblings, 0 replies; only message in thread
From: Mike Stump @ 1997-11-05 18:31 UTC (permalink / raw)
  To: egcs

To the author of execution test fails - XFAIL powerpc-*-eabi in
g++.mike/dyncast[12].C, it doesn't do what you think it does.  You
have to add support for XFAIL, if you want to use it.

But caution, I tried to add it for you, and got caught in the old
semantics games.  What we appear to want, is a execution test - XFAIL
powerpc-*-eabi in this case, and then add support for that.  The
reason is we don't want universal complement target triplets in the
common case (because we don't have them), and we want execution test
fails - to, by default, setup an expected failure for all machines.

I think we should do something like the below in the meantime.  This
gets rid of the xpass for those two cases on most machines.

Doing diffs in testsuite:
*** testsuite/g++.old-deja/g++.mike/dyncast1.C.~1~	Wed Oct 29 16:07:54 1997
--- testsuite/g++.old-deja/g++.mike/dyncast1.C	Wed Nov  5 18:09:42 1997
***************
*** 1,6 ****
  // Special g++ Options: -fexceptions -w
  // excess errors test - XFAIL a29k-*-* sparc64-*-elf sh-*-* arm-*-pe
- // execution test fails - XFAIL powerpc-*-eabi
  
  #include <typeinfo>
  
--- 1,5 ----
*** testsuite/g++.old-deja/g++.mike/dyncast2.C.~1~	Wed Oct 29 16:07:55 1997
--- testsuite/g++.old-deja/g++.mike/dyncast2.C	Wed Nov  5 18:09:45 1997
***************
*** 1,6 ****
  // Special g++ Options: -fexceptions -w
  // excess errors test - XFAIL a29k-*-* sparc64-*-elf sh-*-* arm-*-pe
- // execution test fails - XFAIL powerpc-*-eabi
  
  // Ensure reference handling works.
  
--- 1,5 ----
--------------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-11-05 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-05 18:31 execution test fails - XFAIL powerpc-*-eabi Mike Stump

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