[cfe-commits] r168095 - /cfe/trunk/test/Misc/dev-fd-fs.c

Daniel Dunbar daniel at zuster.org
Thu Nov 15 13:31:13 PST 2012


Author: ddunbar
Date: Thu Nov 15 15:31:13 2012
New Revision: 168095

URL: http://llvm.org/viewvc/llvm-project?rev=168095&view=rev
Log:
tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes.

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=168095&r1=168094&r2=168095&view=diff
==============================================================================
--- cfe/trunk/test/Misc/dev-fd-fs.c (original)
+++ cfe/trunk/test/Misc/dev-fd-fs.c Thu Nov 15 15:31:13 2012
@@ -1,5 +1,8 @@
 // Check that we can operate on files from /dev/fd.
 // REQUIRES: dev-fd-fs
+//
+// Currently, this only appears to work on Darwin's dev-fs.
+// REQUIRES: system-darwin
 
 
 // Check reading from named pipes. We cat the input here instead of redirecting





More information about the cfe-commits mailing list