[asan] un-XFAIL one test
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 28 Jun 2018 22:54:30 +0000 (22:54 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 28 Jun 2018 22:54:30 +0000 (22:54 +0000)
NDK r16 provides glob.h, which makes this test pass.
Supporting different test outcomes depending on the version of NDK
add unnecessary complexity to the test harness. IMHO, it's OK to require
the latest stable release.

llvm-svn: 335935

compiler-rt/test/asan/TestCases/Linux/syscalls.cc

index bcdd5bc..ec14bca 100644 (file)
@@ -1,6 +1,3 @@
-// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
-// XFAIL: android
-//
 // RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
 // RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s