[compiler-rt] r285387 - [asan] Disable pthread_create_from_constructor test on PowerPC64.

Maxim Ostapenko via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 01:45:24 PDT 2016


Author: chefmax
Date: Fri Oct 28 03:45:23 2016
New Revision: 285387

URL: http://llvm.org/viewvc/llvm-project?rev=285387&view=rev
Log:
[asan] Disable pthread_create_from_constructor test on PowerPC64.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_from_constructor.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_from_constructor.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_from_constructor.cc?rev=285387&r1=285386&r2=285387&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_from_constructor.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_from_constructor.cc Fri Oct 28 03:45:23 2016
@@ -10,6 +10,7 @@
 
 // dlopen() can not be intercepted on Android
 // UNSUPPORTED: android
+// UNSUPPORTED: powerpc64
 
 #ifdef BUILD_SO
 




More information about the llvm-commits mailing list