Closed hoodmane closed 1 day ago
@sbc100 looks like test_nodejs_sockets_echo_subprotocol
failed with Exception: [Websockify failed to start up in a timely manner]
twice in a row...
test_nodejs_sockets_echo_subprotocol
failed again. It works fine if I run it locally.
It's also failing on #23017 and #22925.
It's also failing on #23017 and #22925.
yes it seems to be very flaky recently. I'm not sure why
In linux,
mkdir("some_file/dir")
returnsENOTDIR
but Emscripten returnsEPERM
. This fixes it.