mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
testsuite: vxworks: xfail thread_local-order2 execution
VxWorks doesn't support __cxa_thread_atexit, so XFAIL the test that relies on it for correct destruction order of thread-local objects. for gcc/testsuite/ChangeLog * g++.dg/tls/thread_local-order2.C: XFAIL on VxWorks.
This commit is contained in:
committed by
Alexandre Oliva
parent
f4fae14124
commit
fa47b64d6e
@@ -6,7 +6,7 @@
|
||||
// { dg-require-effective-target c++11 }
|
||||
// { dg-add-options tls }
|
||||
// { dg-require-effective-target tls_runtime }
|
||||
// { dg-xfail-run-if "" { { hppa*-*-hpux* *-*-solaris* } || { newlib } } }
|
||||
// { dg-xfail-run-if "" { { hppa*-*-hpux* *-*-solaris* *-*-vxworks* } || { newlib } } }
|
||||
|
||||
extern "C" void abort();
|
||||
extern "C" int printf (const char *, ...);
|
||||
|
||||
Reference in New Issue
Block a user