diff options
-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++ -*- |