[compiler-rt] b298d6d - [sanitizer] Disable posix_spawn.c test on Android.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 1 06:23:45 PDT 2021


Author: Matt Morehouse
Date: 2021-11-01T06:22:48-07:00
New Revision: b298d6d16203586771ded6ac88c692c8d1dcabfd

URL: https://github.com/llvm/llvm-project/commit/b298d6d16203586771ded6ac88c692c8d1dcabfd
DIFF: https://github.com/llvm/llvm-project/commit/b298d6d16203586771ded6ac88c692c8d1dcabfd.diff

LOG: [sanitizer] Disable posix_spawn.c test on Android.

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Posix/posix_spawn.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/posix_spawn.c b/compiler-rt/test/sanitizer_common/TestCases/Posix/posix_spawn.c
index 8cd66a81ff66d..c8b9606dcb7b7 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Posix/posix_spawn.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/posix_spawn.c
@@ -1,4 +1,7 @@
 // RUN: %clang %s -o %t && %run %t 2>&1 | FileCheck %s
+//
+// Older versions of Android do not have certain posix_spawn* functions.
+// UNSUPPORTED: android
 
 #include <assert.h>
 #include <spawn.h>


        


More information about the llvm-commits mailing list