From 59ef3dbbc6d26ce22f7a74dde17dad1eafb47828 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 28 Jun 2018 22:54:30 +0000 Subject: [PATCH] [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 --- compiler-rt/test/asan/TestCases/Linux/syscalls.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler-rt/test/asan/TestCases/Linux/syscalls.cc b/compiler-rt/test/asan/TestCases/Linux/syscalls.cc index bcdd5bc..ec14bca7 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 -- 2.7.4