From 8fb1efa4d040650d13d99168d9849c6690e3c051 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 24 Apr 2017 22:20:22 +0000 Subject: [PATCH] Mark a test as requiring a shell. llvm-svn: 301265 --- compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c b/compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c index b09096c..4130256 100644 --- a/compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c +++ b/compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c @@ -3,6 +3,7 @@ // This test uses seccomp-BPF to restrict the readlink() system call and makes // sure ASan is still able to // RUN: not ls /usr/include/linux/seccomp.h || ( %clang_asan %s -o %t && not %run %t 2>&1 | FileCheck %s ) +// REQUIRES: shell // UNSUPPORTED: android #include -- 2.7.4