diff options
-rw-r--r-- | libitm/ChangeLog | 6 | ||||
-rw-r--r-- | libitm/testsuite/libitm.c++/static_ctor.C | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog index ad07098..c687448 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,9 @@ +2012-01-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + PR libitm/51173 + * testsuite/libitm.c++/static_ctor.C: Skip test, note PR, remove + include, exclude options. + 2012-01-14 Torvald Riegel <triegel@redhat.com> * local.cc (GTM::gtm_undolog::rollback): Truncate undo log after diff --git a/libitm/testsuite/libitm.c++/static_ctor.C b/libitm/testsuite/libitm.c++/static_ctor.C index 18f95fc..1420fd3 100644 --- a/libitm/testsuite/libitm.c++/static_ctor.C +++ b/libitm/testsuite/libitm.c++/static_ctor.C @@ -1,6 +1,6 @@ /* { dg-do run } */ /* { dg-options "-pthread" } */ -/* { dg-xfail-if "" { *-*-* } { "*" } { "" } } */ +/* { dg-skip-if "PR libitm/51822" { *-*-* } } */ /* Tests static constructors inside of transactional code. */ #include <pthread.h> |