diff options
author | Jie Zhang <jie@codesourcery.com> | 2010-11-15 11:01:20 +0000 |
---|---|---|
committer | Jie Zhang <jiez@gcc.gnu.org> | 2010-11-15 11:01:20 +0000 |
commit | 8679360a460eecbb6f89ab2111f8534b06461e11 (patch) | |
tree | 0fe4340f219fd4640e6df4ac62106f92b2cfae50 | |
parent | 2fd7ba4ac9de8a0febcaec28920f24363f6403d9 (diff) | |
download | gcc-8679360a460eecbb6f89ab2111f8534b06461e11.zip gcc-8679360a460eecbb6f89ab2111f8534b06461e11.tar.gz gcc-8679360a460eecbb6f89ab2111f8534b06461e11.tar.bz2 |
* testsuite/ext/profile/mh.cc: Add xfail for uclibc.
From-SVN: r166749
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/ext/profile/mh.cc | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 316cde6..d945acd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2010-11-15 Jie Zhang <jie@codesourcery.com> + + * testsuite/ext/profile/mh.cc: Add xfail for uclibc. + 2010-11-14 Matthias Klose <doko@ubuntu.com> * testsuite/28_regex/13_ecmascript: Remove, empty directory. diff --git a/libstdc++-v3/testsuite/ext/profile/mh.cc b/libstdc++-v3/testsuite/ext/profile/mh.cc index 44a667c..1688ad5 100644 --- a/libstdc++-v3/testsuite/ext/profile/mh.cc +++ b/libstdc++-v3/testsuite/ext/profile/mh.cc @@ -1,5 +1,6 @@ // { dg-options "-D_GLIBCXX_PROFILE" } // { dg-do compile { target *-*-linux* } } +// { dg-xfail-if "" { uclibc } { "*" } { "" } } // -*- C++ -*- |