<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jun 19, 2022 at 11:02 AM enh <<a href="mailto:enh@google.com">enh@google.com</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"><div dir="ltr">Add everything that uses xgetrandom(), and also everything that has<br>tests (but isn't still in pending) to the macos_defconfig.<br><br>I've sorted the list because it's impossible to manage otherwise.<br><br>All of the tests pass, except for the tar tests that were already<br>failing because there's no *group* called "root" on macOS (group 0<br>is called "wheel" instead). I haven't fixed that because it's quite<br>invasive, and TIL we're already ignoring macOS test failures in the<br>github CI (which is why we hadn't noticed this). There's also one<br>failure in the truncate tests: macOS doesn't do sparse file extension.<br></div></blockquote><div><br></div><div>actually, that's incorrect --- it does (on some/most file systems), but the problem with the test is that we use `stat -c`. unfortunately the macOS stat(1) only understands `-f` (which means something different to toybox). it doesn't understand `-c` or `--format`. this is quite a widespread problem through the tests though, not just that one test.</div><div> </div><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">---<br> kconfig/macos_miniconfig | 106 +++++++++++++++++++++------------------<br> 1 file changed, 57 insertions(+), 49 deletions(-)<br><br></div>
</blockquote></div></div>