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.


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to