[cfe-commits] r170411 - /cfe/trunk/test/Misc/dev-fd-fs.c
NAKAMURA Takumi
geek4civic at gmail.com
Mon Dec 17 21:14:30 PST 2012
Author: chapuni
Date: Mon Dec 17 23:14:30 2012
New Revision: 170411
URL: http://llvm.org/viewvc/llvm-project?rev=170411&view=rev
Log:
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.
Modified:
cfe/trunk/test/Misc/dev-fd-fs.c
Modified: cfe/trunk/test/Misc/dev-fd-fs.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/dev-fd-fs.c?rev=170411&r1=170410&r2=170411&view=diff
==============================================================================
--- cfe/trunk/test/Misc/dev-fd-fs.c (original)
+++ cfe/trunk/test/Misc/dev-fd-fs.c Mon Dec 17 23:14:30 2012
@@ -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.
More information about the cfe-commits
mailing list