Closed
Description
- Version: Current v1.x branch
- Platform: AIX
Discovered this failure while running the CI for a pull request:
Ref: #4229
https://ci.nodejs.org/job/libuv-test-commit-aix/nodes=aix72-ppc64/2279/console
not ok 199 - pipe_overlong_path
# exit code 393222
# Output from process `pipe_overlong_path`:
# Assertion failed in test/test-pipe-bind-error.c on line 175: `UV_EINVAL == uv_pipe_bind2(&pipe, path, sizeof(path), UV_PIPE_NO_TRUNCATE)` (-22 == -86)
libuv/test/test-pipe-bind-error.c
Line 175 in 6be130e
Looks like errno 86 maps to ENAMETOOLONG
on AIX.
Looks like this passes as expected on IBM i:
ok 199 - pipe_overlong_path
https://ci.nodejs.org/job/libuv-test-commit-aix/nodes=aix72-ppc64/2279/console