/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/node/net_socket_fd/__test__.jsonc
31 строка
757 B
Bartek Iwańczuk
fix(ext/node): guard TCPWrap.open against adopting tracked fds (#35045)
09 июн 2026, 14:35
Не верифицирован
09 июн 2026, 14:35
1e2b845
Код
Авторство
О чём код?
{ "tests": { "net_socket_fd_pipe": { "if": "unix", "args": "run -A main.ts", "output": "main.out" }, "net_socket_fd_invalid": { "args": "run -A invalid_fd_type.ts", "output": "invalid_fd_type.out" }, "fd_not_stolen": { "if": "unix", "args": "run -A fd_not_stolen.ts", "output": "fd_not_stolen.out" }, "tcp_open": { "args": "run -A --unstable-ffi tcp_open.ts", "output": "tcp_open.out" }, "duplicate_fd": { "args": "run -A duplicate_fd.ts", "output": "duplicate_fd.out" }, "double_close_fd_reuse": { "if": "unix", "args": "run -A --unstable-ffi double_close_fd_reuse.ts", "output": "double_close_fd_reuse.out" } } }