[PATCH] D32120: Don't test setting sticky bits on files for (Free|Open)BSD

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 22 12:24:35 PDT 2017


dim added a comment.

In https://reviews.llvm.org/D32120#734641, @joerg wrote:

> I think a better idea would be to just allow this tests to fail with EPERM.


They resulted in `EFTYPE` though, not `EPERM`.  I'm fine with either approach, though if you want to allow them to fail, the `CheckPermissions` calls also need to be conditional.


https://reviews.llvm.org/D32120





More information about the llvm-commits mailing list