Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

devnexen
Copy link
Member

@devnexen devnexen commented Oct 1, 2024

@llvmbot
Copy link
Member

llvmbot commented Oct 1, 2024

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: David CARLIER (devnexen)

Changes

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 --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>

@devnexen devnexen force-pushed the freadlink_fix_test branch from d3e420d to add1227 Compare October 1, 2024 21:39
@devnexen devnexen merged commit ce72c76 into llvm:main Oct 1, 2024
5 of 6 checks passed
Sterling-Augustine pushed a commit to Sterling-Augustine/llvm-project that referenced this pull request Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants