diff options
author | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-15 11:01:20 +0000 |
---|---|---|
committer | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-11-15 11:01:20 +0000 |
commit | 0414db1bc3f71e0c839df51872cf159303c66dfb (patch) | |
tree | 0fe4340f219fd4640e6df4ac62106f92b2cfae50 /libstdc++-v3 | |
parent | dd79b8f59a3ea22e7ddae25ee37fedd07173771f (diff) | |
download | gcc-0414db1bc3f71e0c839df51872cf159303c66dfb.tar.gz |
* testsuite/ext/profile/mh.cc: Add xfail for uclibc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166749 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-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 316cde650e1..d945acdfc24 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 44a667c0442..1688ad5ae03 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++ -*- |