13450.cc: Fix XFAIL selector.

* testsuite/26_numerics/complex/13450.cc: Fix XFAIL selector.
	* testsuite/26_numerics/complex/complex_value.cc: Ditto.
	* testsuite/26_numerics/complex/pow.cc: Ditto.

From-SVN: r94904
This commit is contained in:
Janis Johnson 2005-02-12 00:05:08 +00:00 committed by Janis Johnson
parent 75d1ddc1df
commit ecddf99e14
4 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
2005-02-11 Janis Johnson <janis187@us.ibm.com>
* testsuite/26_numerics/complex/13450.cc: Fix XFAIL selector.
* testsuite/26_numerics/complex/complex_value.cc: Ditto.
* testsuite/26_numerics/complex/pow.cc: Ditto.
* 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.

View File

@ -1,4 +1,4 @@
// { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
// { dg-do run { xfail broken_cplxf_arg } }
// Copyright (C) 2004 Free Software Foundation
//

View File

@ -1,4 +1,4 @@
// { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
// { dg-do run { xfail broken_cplxf_arg } }
// { dg-options "-O0" }
// 2000-11-20
// Benjamin Kosnik bkoz@redhat.com

View File

@ -1,4 +1,4 @@
// { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
// { dg-do run { xfail broken_cplxf_arg } }
// PR libstdc++/10689
// Origin: Daniel.Levine@jhuaph.edu
// { dg-options "-mieee" { target alpha*-*-* } }