summaryrefslogtreecommitdiff
path: root/libitm
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-17 15:42:47 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-17 15:42:47 +0000
commit1f7566dab3f20e08a75692c5d1317eb8fb79cdce (patch)
treef377c37963165c3e04f30ae199ca6e7ffe0c9830 /libitm
parentf35edb6f3ce9651ef393ef1edb243db03319d505 (diff)
downloadgcc-1f7566dab3f20e08a75692c5d1317eb8fb79cdce.tar.gz
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
Diffstat (limited to 'libitm')
-rw-r--r--libitm/ChangeLog6
-rw-r--r--libitm/testsuite/libitm.c++/static_ctor.C2
2 files changed, 7 insertions, 1 deletions
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 <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 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 <pthread.h>