thread_local6.C: Skip this test case when target uses dejagnu wrapper.
authorTony Wang <tony.wang@arm.com>
Fri, 22 Aug 2014 02:13:31 +0000 (02:13 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Fri, 22 Aug 2014 02:13:31 +0000 (02:13 +0000)
2014-08-22  Tony Wang  <tony.wang@arm.com>

    gcc/testsuite/
    * g++.dg/tls/thread_local6.C: Skip this test case when target uses
    dejagnu wrapper.

From-SVN: r214304

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tls/thread_local6.C

index 53fed57..da526bf 100644 (file)
@@ -1,3 +1,8 @@
+2014-08-22  Tony Wang  <tony.wang@arm.com>
+
+        * g++.dg/tls/thread_local6.C: Skip this test case when target uses
+       dejagnu wrapper.
+
 2014-08-21  Thomas Koenig  <tkoenig@gcc.gnu.org>
 
        PR fortran/62214
index 378cf3d..2810efa 100644 (file)
@@ -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 }