projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3bf897
)
This test passes on freebsd after r188178. Not exactly sure why.
author
Benjamin Kramer
<benny.kra@googlemail.com>
Mon, 12 Aug 2013 16:29:25 +0000
(16:29 +0000)
committer
Benjamin Kramer
<benny.kra@googlemail.com>
Mon, 12 Aug 2013 16:29:25 +0000
(16:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188182
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Misc/dev-fd-fs.c
patch
|
blob
|
history
diff --git
a/test/Misc/dev-fd-fs.c
b/test/Misc/dev-fd-fs.c
index 2bc4f291a216ceaac496ddb53a4bef0195b87c53..d1f13286aa8e2319d3a3b8203c13390d2ca0e452 100644
(file)
--- a/
test/Misc/dev-fd-fs.c
+++ b/
test/Misc/dev-fd-fs.c
@@
-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.
//