Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restrict a test using named file descriptors to using the system shell | David Blaikie | 2018-04-03 | 1 | -0/+1 |
| | | | | llvm-svn: 329097 | ||||
* | This test passes on freebsd after r188178. Not exactly sure why. | Benjamin Kramer | 2013-08-12 | 1 | -3/+0 |
| | | | | llvm-svn: 188182 | ||||
* | test/Misc/dev-fd-fs.c: Mark this as XFAIL:freebsd (since r169831). | NAKAMURA Takumi | 2012-12-18 | 1 | -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 Dunbar | 2012-11-27 | 1 | -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 Dunbar | 2012-11-15 | 1 | -0/+3 |
| | | | | llvm-svn: 168095 | ||||
* | tests: Check that we can output to /dev/fd filesystem. | Daniel Dunbar | 2012-11-15 | 1 | -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 Dunbar | 2012-11-15 | 1 | -0/+12 |
- Realized I could use the /dev/fd filesystem to make a simple portable test. llvm-svn: 168079 |