[PATCH] D31785: Mark a test as requiring a shell
Rafael Ávila de Espíndola via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 10 11:52:45 PDT 2017
rafael updated this revision to Diff 94554.
rafael retitled this revision from "Mark two tests as requiring a shell" to "Mark a test as requiring a shell".
https://reviews.llvm.org/D31785
Files:
compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c
Index: compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c
===================================================================
--- compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c
+++ 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 <errno.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31785.94554.patch
Type: text/x-patch
Size: 580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170410/c79ea4a2/attachment.bin>
More information about the llvm-commits
mailing list