diff options
| author | Maxim Ostapenko <m.ostapenko@partner.samsung.com> | 2016-10-28 08:45:23 +0000 |
|---|---|---|
| committer | Maxim Ostapenko <m.ostapenko@partner.samsung.com> | 2016-10-28 08:45:23 +0000 |
| commit | ee84db84d45e5ddf4374866e789e2743fae4734d (patch) | |
| tree | 2dbc5b7eb7d95dd45b426800d22c7473d1423def | |
| parent | 89aa7eb2ab30118dfd9c8bf5b2398cd4bc70d53e (diff) | |
| download | bcm5719-llvm-ee84db84d45e5ddf4374866e789e2743fae4734d.tar.gz bcm5719-llvm-ee84db84d45e5ddf4374866e789e2743fae4734d.zip | |
[asan] Disable pthread_create_from_constructor test on PowerPC64.
llvm-svn: 285387
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc b/compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc index ddd07a718d1..ed7dc397190 100644 --- a/compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc +++ b/compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc @@ -10,6 +10,7 @@ // dlopen() can not be intercepted on Android // UNSUPPORTED: android +// UNSUPPORTED: powerpc64 #ifdef BUILD_SO |

