[compiler-rt] ce72c76 - [compiler-rt] XFAIL freadlink on darwin x86_64. (#110745)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 14:44:02 PDT 2024


Author: David CARLIER
Date: 2024-10-01T22:43:58+01:00
New Revision: ce72c76e9bd0bf74af614cae6a9f85cfd4720e95

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

LOG: [compiler-rt] XFAIL freadlink on darwin x86_64. (#110745)

GH-110372

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c b/compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c
index 53658cdb66aa3d..e67a07a597bbc5 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c
+++ b/compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c
@@ -1,4 +1,7 @@
 // RUN: %clang -O0 %s -o %t && %run %t
+//
+// This test fails under x86_64, freadlink can't read the current symlink path.
+// XFAIL: x86_64-darwin
 
 #include <assert.h>
 #include <fcntl.h>


        


More information about the llvm-commits mailing list