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:
parent
a29c731dee
commit
75d1ddc1df
@ -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.
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
// { dg-do run { xfail { powerpc*-*-linux* && broken_cplxf_arg } } }
|
||||
// { dg-options "-O0" }
|
||||
// 2000-11-20
|
||||
// Benjamin Kosnik bkoz@redhat.com
|
||||
|
@ -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*-*-* } }
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user