From c61fae4205bda62d7b97112999de272422d21fed Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 15 Nov 2012 21:31:13 +0000 Subject: [PATCH] tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes. llvm-svn: 168095 --- clang/test/Misc/dev-fd-fs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang/test/Misc/dev-fd-fs.c b/clang/test/Misc/dev-fd-fs.c index e35486ebe29a..fbc50fc685e7 100644 --- a/clang/test/Misc/dev-fd-fs.c +++ b/clang/test/Misc/dev-fd-fs.c @@ -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