aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-18 05:14:30 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-18 05:14:30 +0000
commita49067092c0c6ffe10d1567f2c26b0e40b6911f3 (patch)
treede6d74857379d22f503a4376a3bed744e8409476
parent90f692611bd486198ffa67a0e097013a2e6e3d2e (diff)
test/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd (since r169831).
I don't want to suppress this to be excluded with the feature "dev-fd-fs". This should work also on freebsd. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170411 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Misc/dev-fd-fs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Misc/dev-fd-fs.c b/test/Misc/dev-fd-fs.c
index e35486ebe2..2bc4f291a2 100644
--- a/test/Misc/dev-fd-fs.c
+++ b/test/Misc/dev-fd-fs.c
@@ -1,6 +1,8 @@
// Check that we can operate on files from /dev/fd.
// REQUIRES: dev-fd-fs
+// It has not been working since r169831 on freebsd.
+// XFAIL: freebsd
// Check reading from named pipes. We cat the input here instead of redirecting
// it to ensure that /dev/fd/0 is a named pipe, not just a redirected file.