]> granicus.if.org Git - clang/commitdiff
tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 15 Nov 2012 21:31:13 +0000 (21:31 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 15 Nov 2012 21:31:13 +0000 (21:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168095 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/dev-fd-fs.c

index e35486ebe29a23581512797a3ee914b49419af6d..fbc50fc685e7190795feac2c5c23ef97465bebb0 100644 (file)
@@ -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