mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-15 04:09:31 +08:00
[PATCH]Skip g++.dg/tls testes on target using status wrapper
/testsuite 2015-01-21 Renlin Li <renlin.li@arm.com> * g++.dg/tls/thread_local5.C: Skip when dejagnu wrapper is used. * g++.dg/tls/thread_local5g.C: Likewise. * g++.dg/tls/thread_local6g.C: Likewise. From-SVN: r219935
This commit is contained in:
parent
d9355320f1
commit
8f478ee6e3
@ -1,3 +1,9 @@
|
||||
2015-01-21 Renlin Li <renlin.li@arm.com>
|
||||
|
||||
* g++.dg/tls/thread_local5.C: Skip when dejagnu wrapper is used.
|
||||
* g++.dg/tls/thread_local5g.C: Likewise.
|
||||
* g++.dg/tls/thread_local6g.C: Likewise.
|
||||
|
||||
2015-01-21 Christophe Lyon <christophe.lyon@linaro.org>
|
||||
|
||||
* gcc.target/aarch64/advsimd-intrinsics/vsXi_n.inc: New file.
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-require-effective-target c++11 }
|
||||
// { dg-require-effective-target unwrapped }
|
||||
// { dg-require-effective-target tls_runtime }
|
||||
// { dg-require-effective-target pthread }
|
||||
// { dg-options -pthread }
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-require-effective-target c++11 }
|
||||
// { dg-require-effective-target unwrapped }
|
||||
// { dg-require-effective-target tls_runtime }
|
||||
// { dg-require-effective-target pthread }
|
||||
// { dg-require-cxa-atexit "" }
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
// { dg-do run { target c++11 } }
|
||||
// { dg-add-options tls }
|
||||
// { dg-require-effective-target unwrapped }
|
||||
// { dg-require-effective-target tls_runtime }
|
||||
// { dg-require-cxa-atexit "" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user