Skip to content

Commit ce72c76

Browse files
authored
[compiler-rt] XFAIL freadlink on darwin x86_64. (#110745)
GH-110372
1 parent b70d327 commit ce72c76

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)