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-Tag: basepoints/gcc-8~1136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f234b2c4283d959631ba157462f0431bb49fcc;p=thirdparty%2Fgcc.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 6cc3818a3161..2741631a4f2c 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 f8df91737df4..117a1d6296bf 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 *, ...);