[compiler-rt] r211608 - Remove ARM XFAIL from passing test

Greg Fitzgerald gregf at codeaurora.org
Tue Jun 24 09:58:59 PDT 2014


Author: garious
Date: Tue Jun 24 11:58:59 2014
New Revision: 211608

URL: http://llvm.org/viewvc/llvm-project?rev=211608&view=rev
Log:
Remove ARM XFAIL from passing test

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/pthread_mutexattr_get.cc

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/pthread_mutexattr_get.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/pthread_mutexattr_get.cc?rev=211608&r1=211607&r2=211608&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/pthread_mutexattr_get.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/pthread_mutexattr_get.cc Tue Jun 24 11:58:59 2014
@@ -1,5 +1,4 @@
 // RUN: %clangxx -O0 %s -o %t && %run %t
-// XFAIL: arm-linux-gnueabi
 
 #include <assert.h>
 #include <pthread.h>





More information about the llvm-commits mailing list