[compiler-rt] r202149 - [asan] Reenable waitid test on Android.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Feb 25 05:24:42 PST 2014


Author: eugenis
Date: Tue Feb 25 07:24:42 2014
New Revision: 202149

URL: http://llvm.org/viewvc/llvm-project?rev=202149&view=rev
Log:
[asan] Reenable waitid test on Android.

waitid() is present since API level 9 (Android 2.3). That's old enough.

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

Modified: compiler-rt/trunk/test/asan/TestCases/waitid.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/waitid.cc?rev=202149&r1=202148&r2=202149&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/waitid.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/waitid.cc Tue Feb 25 07:24:42 2014
@@ -1,9 +1,6 @@
 // RUN: %clangxx_asan -O0 %s -o %t && not %t 2>&1 | FileCheck %s
 // RUN: %clangxx_asan -O3 %s -o %t && not %t 2>&1 | FileCheck %s
 
-// No waitid on Android.
-// XFAIL: android
-
 #include <assert.h>
 #include <sys/wait.h>
 #include <unistd.h>





More information about the llvm-commits mailing list