From: Alexandru P. <al...@gm...> - 2025-01-08 18:26:29
|
Thank you Bruno for documentation links and especially for the bug report. I don't know where you got this information from. Socket behaviour is > generally specified by POSIX, and the Haiku bug tracker has a category > "System/POSIX". > I understand this from the following response of Haiku OS developer: https://discuss.haiku-os.org/t/make-ansi-common-lisp-available-on-haiku-again/15780/135 . To show you how to report deviations from POSIX, I entered this one: > https://dev.haiku-os.org/ticket/19347 Thank you, I reported several bugs here in the past. This is likely a bug w.r.t. POSIX as well: POSIX specifes which error code > is used in which case. Search for ESOCKTNOSUPPORT in > https://pubs.opengroup.org/onlinepubs/9799919799/functions/V2_chap02.html > https://pubs.opengroup.org/onlinepubs/9799919799/functions/socket.html > If you find that Haiku does not behave like this (it most likely doesn't, > since it does not even have the definition of ESOCKTNOSUPPORT), please > report > a bug. > Added this information to your ticket. For now, I want to concentrate on failing tests: -rw-r--r-- 1 user root 4444 окт. 22 19:02 socket.erg -rw-r--r-- 1 user root 769 окт. 22 19:02 streams.erg -rw-r--r-- 1 user root 528 окт. 22 19:02 streamslong.erg |