aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2012-01-17 15:42:47 +0000
committerRainer Orth <ro@gcc.gnu.org>2012-01-17 15:42:47 +0000
commit3b4f05ec1ee0a91c937f9c90df8addf6aec7ad5f (patch)
treef377c37963165c3e04f30ae199ca6e7ffe0c9830
parentbe61ce52148c5bc1bc7183089d99ee8470c723d3 (diff)
downloadgcc-3b4f05ec1ee0a91c937f9c90df8addf6aec7ad5f.zip
gcc-3b4f05ec1ee0a91c937f9c90df8addf6aec7ad5f.tar.gz
gcc-3b4f05ec1ee0a91c937f9c90df8addf6aec7ad5f.tar.bz2
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
-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 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>