[compiler-rt] r249191 - [asan] Disable pthread_create_version test on mips.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 14:23:53 PDT 2015


Author: eugenis
Date: Fri Oct  2 16:23:53 2015
New Revision: 249191

URL: http://llvm.org/viewvc/llvm-project?rev=249191&view=rev
Log:
[asan] Disable pthread_create_version test on mips.

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

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_version.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_version.cc?rev=249191&r1=249190&r2=249191&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_version.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_version.cc Fri Oct  2 16:23:53 2015
@@ -3,6 +3,7 @@
 // pthread_attr_init is not intercepted and binds to the new abi
 // pthread_create is intercepted; dlsym always returns the oldest version.
 // This results in a crash inside pthread_create in libc.
+// UNSUPPORTED: mips
 
 #include <pthread.h>
 #include <stdlib.h>




More information about the llvm-commits mailing list