From 3b4f05ec1ee0a91c937f9c90df8addf6aec7ad5f Mon Sep 17 00:00:00 2001 From: Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> Date: Tue, 17 Jan 2012 15:42:47 +0000 Subject: [PATCH] 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. From-SVN: r183253 --- 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 ad07098d3268..c68744858235 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 18f95fc01e58..1420fd328efb 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> -- GitLab