* testsuite/lib/libstdc++.exp: Load target-supports-dg.exp.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2005 22:40:16 +0000 (22:40 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Feb 2005 22:40:16 +0000 (22:40 +0000)
* testsuite/26_numerics/complex/13450.cc: XFAIL for broken_cplxf_arg.
* testsuite/26_numerics/complex/complex_value.cc: Ditto.
* testsuite/26_numerics/complex/pow.cc: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94902 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/complex/13450.cc
libstdc++-v3/testsuite/26_numerics/complex/complex_value.cc
libstdc++-v3/testsuite/26_numerics/complex/pow.cc
libstdc++-v3/testsuite/lib/libstdc++.exp

index c940dc7..5597383 100644 (file)
@@ -1,3 +1,10 @@
+2005-02-11  Janis Johnson  <janis187@us.ibm.com>
+
+       * testsuite/lib/libstdc++.exp: Load target-supports-dg.exp.
+       * testsuite/26_numerics/complex/13450.cc: XFAIL for broken_cplxf_arg.
+       * testsuite/26_numerics/complex/complex_value.cc: Ditto.
+       * testsuite/26_numerics/complex/pow.cc: Ditto.
+
 2005-02-09  Mike Stump  <mrs@apple.com>
 
        * libsupc++/del_op.cc: Don't include cstdlib when !_GLIBCXX_HOSTED.
index 50f4bad..3b511a2 100644 (file)
@@ -1,3 +1,5 @@
+// { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
+
 // Copyright (C) 2004 Free Software Foundation
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
index 03f2628..fe7fa90 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
 // { dg-options "-O0" }
 // 2000-11-20
 // Benjamin Kosnik bkoz@redhat.com
index 393b7a4..7dcc19d 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
 // PR libstdc++/10689
 // Origin: Daniel.Levine@jhuaph.edu
 // { dg-options "-mieee" { target alpha*-*-* } }
index d299685..0ac4196 100644 (file)
@@ -47,6 +47,7 @@ load_lib dg.exp
 load_lib libgloss.exp
 # compiler routines, then ours
 load_gcc_lib target-supports.exp
+load_gcc_lib target-supports-dg.exp
 load_lib prune.exp
 load_lib dg-options.exp
 load_gcc_lib target-libpath.exp