Index | Thread | Search

From:
Volker Schlecht <openbsd-ports@schlecht.dev>
Subject:
Re: lang/node, wip v8-wasm support for yarn berry
To:
Fabien Romano <fabienromano@gmail.com>, ports@openbsd.org
Date:
Sat, 11 Jul 2026 13:55:33 +0200

Download raw body.

Thread

On 7/10/26 10:43 AM, Fabien Romano wrote:
[...]
> There are a bunch of node tests failing that may be worthwhile checking.
> fs.watch / watch-mode :
> parallel/test-fs-promises-watch*
> parallel/test-fs-watch*
> parallel/test-watch*
> sequential/test-watch-mode*
I'll reply separately to your other points.

 From what I can tell by manual testing fs.watch, it works to the same degree as
sysutils/inotify-tools does, given sufficiently high values for kern.maxfiles
and openfiles, but not exactly as on Linux - for which the tests
appear to have been designed.