From 1f7566dab3f20e08a75692c5d1317eb8fb79cdce Mon Sep 17 00:00:00 2001 From: ro Date: Tue, 17 Jan 2012 15:42:47 +0000 Subject: Skip static_ctor.C test (PR libitm/51173) PR libitm/51173 * testsuite/libitm.c++/static_ctor.C: Skip test, note PR, remove include, exclude options. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183253 138bc75d-0d04-0410-961f-82ee72b054a4 --- libitm/ChangeLog | 6 ++++++ libitm/testsuite/libitm.c++/static_ctor.C | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libitm/ChangeLog b/libitm/ChangeLog index ad07098d326..c6874485823 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,9 @@ +2012-01-17 Rainer Orth + + PR libitm/51173 + * testsuite/libitm.c++/static_ctor.C: Skip test, note PR, remove + include, exclude options. + 2012-01-14 Torvald Riegel * 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 18f95fc01e5..1420fd328ef 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 -- cgit v1.2.1