diff options
author | Daniel Dunbar <daniel@zuster.org> | 2012-11-15 21:31:13 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2012-11-15 21:31:13 +0000 |
commit | 0278f1b9b64a99ae3545a20e31d8ce1665eca322 (patch) | |
tree | e116b9a2b4b5db107c2f5b84948f780ac79d0376 | |
parent | 596be9372b79842b74c0654ab3dab33200812e8a (diff) |
tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168095 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Misc/dev-fd-fs.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Misc/dev-fd-fs.c b/test/Misc/dev-fd-fs.c index e35486ebe2..fbc50fc685 100644 --- a/test/Misc/dev-fd-fs.c +++ b/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 |