node.js - One test fails if libuv-1.42.0 is used.

I had v1.14.1 (and previous nghttp2) when I was preparing the
update to v14.17.4.
This commit is contained in:
Ken Moffat 2021-08-02 23:09:50 +01:00
parent e3781e1974
commit 279e6ead85

View File

@ -146,11 +146,8 @@ make</userinput></screen>
<para> <para>
To test the results, issue: <command>make test-only</command>. To test the results, issue: <command>make test-only</command>.
<!--One test, test-dns, is known to fail.--> One test in test/parallel/test-uv-errno.js is known to fail with
<!-- When using make check, a module is used that wasn't shipped properly libuv-1.42.0.
with the 12.16.2 release. See Ticket #13379 for details. We should
probably restore "make check" after the next version of Node.js.
This new command skips the documentation and lint checks. -renodr-->
</para> </para>
<para> <para>