Skip to content

Commit a0fbd1b

Browse files
author
git apple-llvm automerger
committed
Merge commit 'ce72c76e9bd0' from llvm.org/main into next
2 parents ced21bc + ce72c76 commit a0fbd1b

File tree

1 file changed

+3
-0
lines changed
  • compiler-rt/test/sanitizer_common/TestCases/Darwin

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// RUN: %clang -O0 %s -o %t && %run %t
2+
//
3+
// This test fails under x86_64, freadlink can't read the current symlink path.
4+
// XFAIL: x86_64-darwin
25

36
#include <assert.h>
47
#include <fcntl.h>

0 commit comments

Comments
 (0)