diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2018-06-28 22:54:30 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2018-06-28 22:54:30 +0000 |
commit | 59ef3dbbc6d26ce22f7a74dde17dad1eafb47828 (patch) | |
tree | c2cc16ff5290a79f3c3afc662b91fb695dc1acef | |
parent | 517c22041e8e113df030949fae36e1c5c4cab9c4 (diff) | |
download | bcm5719-llvm-59ef3dbbc6d26ce22f7a74dde17dad1eafb47828.tar.gz bcm5719-llvm-59ef3dbbc6d26ce22f7a74dde17dad1eafb47828.zip |
[asan] un-XFAIL one test
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
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/syscalls.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/syscalls.cc b/compiler-rt/test/asan/TestCases/Linux/syscalls.cc index bcdd5bc8211..ec14bca7612 100644 --- a/compiler-rt/test/asan/TestCases/Linux/syscalls.cc +++ b/compiler-rt/test/asan/TestCases/Linux/syscalls.cc @@ -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 |