diff --git a/compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c b/compiler-rt/test/sanitizer_common/TestCases/Darwin/freadlink.c index 53658cdb66aa3..e67a07a597bbc 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 #include