summaryrefslogtreecommitdiffstats
path: root/clang/test/Misc/permissions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove umask testsAlexandre Ganea2020-01-101-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 Keren2015-07-151-4/+0
| | | | llvm-svn: 242323
* Fix typo in test's REQUIRES lineAlp Toker2013-10-271-1/+1
| | | | llvm-svn: 193507
* clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature ↵NAKAMURA Takumi2013-07-081-0/+4
| | | | | | | 'shell-preserves-root'. FIXME: Could we introduce another feature for it? llvm-svn: 185797
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-051-0/+11
Include a test that clang now produces output files with permissions matching the umask. llvm-svn: 185727
OpenPOWER on IntegriCloud