From: Tony Wang Date: Fri, 22 Aug 2014 02:13:31 +0000 (+0000) Subject: thread_local6.C: Skip this test case when target uses dejagnu wrapper. X-Git-Tag: upstream/12.2.0~60979 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bf1f5864e17b4cb2dc2868037358ceb5df65803;p=platform%2Fupstream%2Fgcc.git thread_local6.C: Skip this test case when target uses dejagnu wrapper. 2014-08-22 Tony Wang gcc/testsuite/ * g++.dg/tls/thread_local6.C: Skip this test case when target uses dejagnu wrapper. From-SVN: r214304 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 53fed57..da526bf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-08-22 Tony Wang + + * g++.dg/tls/thread_local6.C: Skip this test case when target uses + dejagnu wrapper. + 2014-08-21 Thomas Koenig PR fortran/62214 diff --git a/gcc/testsuite/g++.dg/tls/thread_local6.C b/gcc/testsuite/g++.dg/tls/thread_local6.C index 378cf3d..2810efa 100644 --- a/gcc/testsuite/g++.dg/tls/thread_local6.C +++ b/gcc/testsuite/g++.dg/tls/thread_local6.C @@ -1,6 +1,7 @@ // Test for cleanups in the main thread without -pthread. -// { dg-do run { target c++11 } } +/* wrapping doesn't reflect _exit value */ +// { dg-do run { target { c++11 && unwrapped } } } // { dg-add-options tls } // { dg-require-effective-target tls_runtime }