From: Rafael Espindola Date: Mon, 24 Apr 2017 22:20:22 +0000 (+0000) Subject: Mark a test as requiring a shell. X-Git-Tag: llvmorg-5.0.0-rc1~6787 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fb1efa4d040650d13d99168d9849c6690e3c051;p=platform%2Fupstream%2Fllvm.git Mark a test as requiring a shell. llvm-svn: 301265 --- 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