[compiler-rt] r301265 - Mark a test as requiring a shell.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 15:20:22 PDT 2017


Author: rafael
Date: Mon Apr 24 17:20:22 2017
New Revision: 301265

URL: http://llvm.org/viewvc/llvm-project?rev=301265&view=rev
Log:
Mark a test as requiring a shell.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/read_binary_name_regtest.c

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/read_binary_name_regtest.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/read_binary_name_regtest.c?rev=301265&r1=301264&r2=301265&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/read_binary_name_regtest.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/read_binary_name_regtest.c Mon Apr 24 17:20:22 2017
@@ -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 <errno.h>




More information about the llvm-commits mailing list