* g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
authorMark Mitchell <mark@codesourcery.com>
Wed, 4 Jun 2003 15:35:58 +0000 (15:35 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 4 Jun 2003 15:35:58 +0000 (15:35 +0000)
From-SVN: r67444

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

index 57c0f71b4b2cd46e72719d260c7425939d696b4d..ec5e799b41c357d447d6e54d3f2dfaf9228e6e4f 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 3d10edd8abe41bc5a8da5cf63b0a0e73c413cac8..83be514919ac08e05746e0cb478e07dcefd81e09 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;