OSDN Git Service

* g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jun 2003 15:35:58 +0000 (15:35 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jun 2003 15:35:58 +0000 (15:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67444 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/vague1.C

index 57c0f71..ec5e799 100644 (file)
@@ -1,5 +1,7 @@
 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
 
+       * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
+
        * lib/dg-pch.exp: New file.
        * g++.dg/pch/pch.exp: Use dg-pch.exp.
        * gcc.dg/pch/pch.exp: Likewise.
index 3d10edd..83be514 100644 (file)
@@ -2,10 +2,9 @@
 // instantiations.
 
 // Disable debug info so we don't get confused by the symbol name there.
-// The test fails on hppa*-*-hpux* because the symbol _ZN1AIiE1tE is imported.
 // { dg-options "-g0" }
-// { dg-final { if { [istarget hppa*-*-hpux*] } { return } } }
-// { dg-final { scan-assembler-not "_ZN1AIiE1tE" } }
+// The test fails on hppa*-*-hpux* because the symbol _ZN1AIiE1tE is imported.
+// { dg-final { scan-assembler-not "_ZN1AIiE1tE" { xfail hppa*-*-hpux* } } }
 
 template <class T> struct A {
   static const T t = 0;