diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2015-10-02 21:23:53 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2015-10-02 21:23:53 +0000 |
commit | 06e338b40304d6c292bc881765ddd14f8e12a174 (patch) | |
tree | 999db40bd0d99c03eee09f2bbd3cb510616011dd | |
parent | 04dae558f45b1ee9a6d6fd32462fae6e1295414e (diff) | |
download | bcm5719-llvm-06e338b40304d6c292bc881765ddd14f8e12a174.tar.gz bcm5719-llvm-06e338b40304d6c292bc881765ddd14f8e12a174.zip |
[asan] Disable pthread_create_version test on mips.
llvm-svn: 249191
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/pthread_create_version.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/pthread_create_version.cc b/compiler-rt/test/asan/TestCases/Linux/pthread_create_version.cc index efdb8ca97c4..394e3df222e 100644 --- a/compiler-rt/test/asan/TestCases/Linux/pthread_create_version.cc +++ b/compiler-rt/test/asan/TestCases/Linux/pthread_create_version.cc @@ -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> |