Author: d0k
Date: Mon Aug 12 11:29:25 2013
New Revision: 188182

URL: http://llvm.org/viewvc/llvm-project?rev=188182&view=rev
Log:
This test passes on freebsd after r188178. Not exactly sure why.

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=188182&r1=188181&r2=188182&view=diff
==============================================================================
--- cfe/trunk/test/Misc/dev-fd-fs.c (original)
+++ cfe/trunk/test/Misc/dev-fd-fs.c Mon Aug 12 11:29:25 2013
@@ -1,9 +1,6 @@
 // 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