libstdc++.exp: Load target-supports-dg.exp.

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

From-SVN: r94902
This commit is contained in:
Janis Johnson 2005-02-11 22:40:16 +00:00 committed by Janis Johnson
parent a29c731dee
commit 75d1ddc1df
5 changed files with 12 additions and 0 deletions

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

View 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

View 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

View 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*-*-* } }

View 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