From: Dominik Vogt Date: Tue, 7 Feb 2017 17:13:40 +0000 (+0000) Subject: Only xfail g++.dg/tls/thread_local-order2.C on Solaris X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5f234b2c4283d959631ba157462f0431bb49fcc;p=gcc.git Only xfail g++.dg/tls/thread_local-order2.C on Solaris 2017-02-07 Dominik Vogt Rainer Orth * g++.dg/tls/thread_local-order2.C: Only xfail execution on *-*-solaris*. Co-Authored-By: Rainer Orth From-SVN: r245249 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6cc3818a316..2741631a4f2 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2017-02-07 Dominik Vogt + Rainer Orth + + * g++.dg/tls/thread_local-order2.C: Only xfail execution on + *-*-solaris*. + 2017-02-07 Jakub Jelinek PR target/79299 diff --git a/gcc/testsuite/g++.dg/tls/thread_local-order2.C b/gcc/testsuite/g++.dg/tls/thread_local-order2.C index f8df91737df..117a1d6296b 100644 --- a/gcc/testsuite/g++.dg/tls/thread_local-order2.C +++ b/gcc/testsuite/g++.dg/tls/thread_local-order2.C @@ -2,10 +2,11 @@ // that isn't reverse order of construction. We need to move // __cxa_thread_atexit into glibc to get this right. -// { dg-do run { xfail *-*-* } } +// { dg-do run } // { dg-require-effective-target c++11 } // { dg-add-options tls } // { dg-require-effective-target tls_runtime } +// { dg-xfail-run-if "" { *-*-solaris* } } extern "C" void abort(); extern "C" int printf (const char *, ...);