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

David CARLIER via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 14:38:51 PDT 2024


https://github.com/devnexen created https://github.com/llvm/llvm-project/pull/110745

None

>From d3e420de46c67b1656fb110985ac6220717bc5d8 Mon Sep 17 00:00:00 2001
From: David Carlier <devnexen at gmail.com>
Date: Tue, 1 Oct 2024 22:37:45 +0100
Subject: [PATCH] [compiler-rt] XFAIL freadlink on darwin x86_64.

---
 compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c | 3 +++
 1 file changed, 3 insertions(+)

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