<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">
Could it be related to the sentence "If you would like to run the LLVM<br>
tests you will need Python. Version 2.7 and newer are known to work.<br>
You will need GnuWin32 tools, too."<br>
<a href="https://llvm.org/docs/GettingStartedVS.html" rel="noreferrer" target="_blank">https://llvm.org/docs/GettingStartedVS.html</a><br>
It is likely that GnuWin32 tools contain chmod in some form.<br>
Unfortunately I don't have a Windows machine to hand to confirm.

</div></blockquote><div>I can confirm that GnuWin32 contains a version of chmod. How it interacts with the Windows file permissions, I can't say, but it does work in this context at the very least.</div><div><br></div><div>James<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 16 Jul 2019 at 18:42, Peter Smith via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Tue, 16 Jul 2019 at 18:23, Tom Stellard via llvm-dev<br>
<<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> There are 3 lld tests[1] that run the command `chmod 400` or `chmod u-w`<br>
> and then check that lld generates a permission denied error when trying to<br>
> write to the files. These tests fail when run as root,<br>
> because `chmod 400` is not enough to prevent root from writing to files.<br>
> Is there some other way we can tests this, or should we just not support<br>
> running tests as root?<br>
><br>
<br>
A quick search on preventing root from overwriting files brings up<br>
chattr +i to set the immutable bit, however this only works when run<br>
as root so it isn't feasible. Personally I would be happy with not<br>
supporting the test suite running as root, or maybe documenting that<br>
chmod tests will fail.<br>
<br>
> A related question I have is how do these tests work on Windows since it doesn't<br>
> have chmod?<br>
><br>
<br>
Could it be related to the sentence "If you would like to run the LLVM<br>
tests you will need Python. Version 2.7 and newer are known to work.<br>
You will need GnuWin32 tools, too."<br>
<a href="https://llvm.org/docs/GettingStartedVS.html" rel="noreferrer" target="_blank">https://llvm.org/docs/GettingStartedVS.html</a><br>
It is likely that GnuWin32 tools contain chmod in some form.<br>
Unfortunately I don't have a Windows machine to hand to confirm.<br>
<br>
Peter<br>
<br>
> Thanks,<br>
> Tom<br>
><br>
> [1]<br>
><br>
> ELF/lto/thinlto-emit-imports.ll<br>
> ELF/lto/thinlto-cant-write-index.ll<br>
> COFF/thinlto-emit-imports.ll<br>
> _______________________________________________<br>
> LLVM Developers mailing list<br>
> <a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
> <a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div></div>