Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove umask tests | Alexandre Ganea | 2020-01-10 | 1 | -11/+0 |
| | | | | | | | These tests were added in 18627115f4d2db5dc73207e0b5312f52536be7dd and e08b59f81d950bd5c8b8528fcb3ac4230c7b736c for validating a refactoring. Removing because they break on ACL-controlled folders on Ubuntu, and their added value is low. Differential Revision: https://reviews.llvm.org/D70854 | ||||
* | Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.þ | Yaron Keren | 2015-07-15 | 1 | -4/+0 |
| | | | | llvm-svn: 242323 | ||||
* | Fix typo in test's REQUIRES line | Alp Toker | 2013-10-27 | 1 | -1/+1 |
| | | | | llvm-svn: 193507 | ||||
* | clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature ↵ | NAKAMURA Takumi | 2013-07-08 | 1 | -0/+4 |
| | | | | | | | 'shell-preserves-root'. FIXME: Could we introduce another feature for it? llvm-svn: 185797 | ||||
* | Use llvm::sys::fs::createUniqueFile. | Rafael Espindola | 2013-07-05 | 1 | -0/+11 |
Include a test that clang now produces output files with permissions matching the umask. llvm-svn: 185727 |