<html><body><p><tt>Ryan Lovelett &lt;swift-dev@ryan.lovelett.me&gt; wrote on 08/14/2016 05:10:34 PM:</tt><br><tt>&gt; <br>&gt; However, the `dispatch_io` test is still failing. I've added the <br>&gt; test-suite.log once more.</tt><br><tt>&gt; <br></tt><br><tt>Hi Ryan,</tt><br><br><tt>        The test that is failing creates a temporary directory, sets it to be read-only, and then attempts to write into the directory. &nbsp;It is expecting the write to fail with errno value EACESS (13). &nbsp;Instead, the write attempt is succeeding (errno is 0). </tt><br><br><tt>        I'd guess that either you are running the test as root/sudo or the chmod operation on the temporary directory to make it read-only failed.</tt><br><br><tt>--dave</tt><br><br><br><tt>[BEGIN] error from write to write protected directory</tt><br><tt>        Actual: 0        </tt><br><tt>        Expected: 13        Permission denied</tt><br><tt>[FAIL] error from write to write protected directory (dispatch_io.c:611)</tt><br><tt>        dispatch_io.c:611</tt><br><BR>
</body></html>