summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/dev-fd-fs.c
Commit message (Collapse)AuthorAgeFilesLines
* Restrict a test using named file descriptors to using the system shellDavid Blaikie2018-04-031-0/+1
| | | | llvm-svn: 329097
* This test passes on freebsd after r188178. Not exactly sure why.Benjamin Kramer2013-08-121-3/+0
| | | | llvm-svn: 188182
* test/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd (since r169831).NAKAMURA Takumi2012-12-181-0/+2
| | | | | | I don't want to suppress this to be excluded with the feature "dev-fd-fs". This should work also on freebsd. llvm-svn: 170411
* Frontend: Create a virtual file for named pipe inputs.Daniel Dunbar2012-11-271-3/+0
| | | | | | - This ensures we see the right buffer size for the file. llvm-svn: 168636
* tests: Mark the /dev/fd test as requiring Darwin until I can test on other OSes.Daniel Dunbar2012-11-151-0/+3
| | | | llvm-svn: 168095
* tests: Check that we can output to /dev/fd filesystem.Daniel Dunbar2012-11-151-1/+19
| | | | | | | - An LLVM unique_file() bug could cause us to infinite loop on the later test case. llvm-svn: 168082
* tests: Add a test for reading from named pipes.Daniel Dunbar2012-11-151-0/+12
- Realized I could use the /dev/fd filesystem to make a simple portable test. llvm-svn: 168079
OpenPOWER on IntegriCloud