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 Index: compiler-rt/test/asan/TestCases/Linux/swapcontext_annotation.cc =================================================================== --- compiler-rt/test/asan/TestCases/Linux/swapcontext_annotation.cc +++ compiler-rt/test/asan/TestCases/Linux/swapcontext_annotation.cc @@ -11,7 +11,7 @@ // // This test is too subtle to try on non-x86 arch for now. -// REQUIRES: x86-target-arch +// REQUIRES: shell, x86-target-arch #include #include