[compiler-rt] [compiler-rt] XFAIL freadlink on darwin x86_64. (PR #110745)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 1 14:39:24 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: David CARLIER (devnexen)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/110745.diff
1 Files Affected:
- (modified) compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c (+3)
``````````diff
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>
``````````
</details>
https://github.com/llvm/llvm-project/pull/110745
More information about the llvm-commits
mailing list