mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Add WSL to test fleet
All tests pass now under WSL2. They should pass under WSL1 too, but only WSL2 is integrated into the test fleet right now. This change also fills in some gaps in the error numbers. Fixes #665
This commit is contained in:
parent
fae0c0286f
commit
14d036b68d
43 changed files with 2867 additions and 214 deletions
|
@ -19,80 +19,6 @@
|
|||
dir=libc/sysv/dos2errno
|
||||
. libc/sysv/gen.sh
|
||||
|
||||
# # DOS ERRNO CANONICAL MAPPINGS
|
||||
# #
|
||||
# # These are defined by consts.sh.
|
||||
# # They're here too as a reminder.
|
||||
# #
|
||||
# dos kNtErrorInvalidFunction ENOSYS # in consts.sh
|
||||
# dos kNtErrorFileNotFound ENOENT # in consts.sh
|
||||
# dos kNtErrorPathNotFound ENOTDIR # in consts.sh
|
||||
# dos kNtErrorTooManyOpenFiles EMFILE # in consts.sh
|
||||
# dos kNtErrorTooManyDescriptors ENFILE # in consts.sh
|
||||
# dos kNtErrorTooManyLinks EMLINK # in consts.sh
|
||||
# dos kNtErrorAccessDenied EACCES # in consts.sh
|
||||
# dos kNtErrorInvalidHandle EBADF # in consts.sh
|
||||
# dos kNtErrorInvalidAccess EPERM # in consts.sh
|
||||
# dos kNtErrorNotEnoughQuota EDQUOT # in consts.sh
|
||||
# dos kNtErrorSeek ESPIPE # in consts.sh
|
||||
# dos kNtErrorNotDosDisk ENOTBLK # in consts.sh
|
||||
# dos kNtErrorFileExists EEXIST # in consts.sh
|
||||
# dos kNtErrorInvalidParameter EINVAL # in consts.sh
|
||||
# dos kNtErrorOutofmemory ENOMEM # in consts.sh
|
||||
# dos kNtErrorBrokenPipe EPIPE # in consts.sh
|
||||
# dos kNtErrorWaitNoChildren ECHILD # in consts.sh
|
||||
# dos kNtErrorPathBusy ETXTBSY # in consts.sh
|
||||
# dos kNtErrorBusy EBUSY # in consts.sh
|
||||
# dos kNtErrorAlreadyExists EEXIST # in consts.sh
|
||||
# dos kNtErrorBadExeFormat ENOEXEC # in consts.sh
|
||||
# dos kNtErrorFileTooLarge EFBIG # in consts.sh
|
||||
# dos kNtErrorDirectoryNotSupported EISDIR # in consts.sh
|
||||
# dos kNtErrorInvalidAddress EFAULT # in consts.sh
|
||||
# dos kNtErrorThreadNotInProcess ESRCH # in consts.sh
|
||||
# dos kNtErrorNoMediaInDrive ENXIO # in consts.sh
|
||||
# dos kNtErrorIoDevice EIO # in consts.sh
|
||||
# dos kNtErrorSerialNoDevice ENOTTY # in consts.sh
|
||||
# dos kNtErrorPossibleDeadlock EDEADLK # in consts.sh
|
||||
# dos kNtErrorBadDevice ENODEV # in consts.sh
|
||||
# dos kNtErrorInvalidCommandLine E2BIG # in consts.sh
|
||||
# dos kNtErrorFileReadOnly EROFS # in consts.sh
|
||||
# dos kNtErrorNoData ENODATA # in consts.sh
|
||||
# dos WSAEPROCLIM EPROCLIM # in consts.sh
|
||||
# dos WSAESHUTDOWN ESHUTDOWN # in consts.sh
|
||||
# dos WSAEINPROGRESS EINPROGRESS # in consts.sh
|
||||
# dos WSAENETDOWN ENETDOWN # in consts.sh
|
||||
# dos WSAENETUNREACH ENETUNREACH # in consts.sh
|
||||
# dos WSAENETRESET ENETRESET # in consts.sh
|
||||
# dos WSAEUSERS EUSERS # in consts.sh
|
||||
# dos WSAENOTSOCK ENOTSOCK # in consts.sh
|
||||
# dos WSAEDESTADDRREQ EDESTADDRREQ # in consts.sh
|
||||
# dos WSAEMSGSIZE EMSGSIZE # in consts.sh
|
||||
# dos WSAEPROTOTYPE EPROTOTYPE # in consts.sh
|
||||
# dos WSAENOPROTOOPT ENOPROTOOPT # in consts.sh
|
||||
# dos WSAEPROTONOSUPPORT EPROTONOSUPPORT # in consts.sh
|
||||
# dos WSAESOCKTNOSUPPORT ESOCKTNOSUPPORT # in consts.sh
|
||||
# dos WSAEOPNOTSUPP ENOTSUP # in consts.sh
|
||||
# dos WSAEOPNOTSUPP EOPNOTSUPP # in consts.sh
|
||||
# dos WSAEPFNOSUPPORT EPFNOSUPPORT # in consts.sh
|
||||
# dos WSAEAFNOSUPPORT EAFNOSUPPORT # in consts.sh
|
||||
# dos WSAEADDRINUSE EADDRINUSE # in consts.sh
|
||||
# dos WSAEADDRNOTAVAIL EADDRNOTAVAIL # in consts.sh
|
||||
# dos WSAECONNABORTED ECONNABORTED # in consts.sh
|
||||
# dos WSAECONNRESET ECONNRESET # in consts.sh
|
||||
# dos WSAENOBUFS ENOBUFS # in consts.sh
|
||||
# dos WSAEISCONN EISCONN # in consts.sh
|
||||
# dos WSAENOTCONN ENOTCONN # in consts.sh
|
||||
# dos WSAESHUTDOWN ESHUTDOWN # in consts.sh
|
||||
# dos WSAETOOMANYREFS ETOOMANYREFS # in consts.sh
|
||||
# dos kNtErrorTimeout ETIMEDOUT # in consts.sh
|
||||
# dos WSAECONNREFUSED ECONNREFUSED # in consts.sh
|
||||
# dos WSAEHOSTDOWN EHOSTDOWN # in consts.sh
|
||||
# dos WSAEHOSTUNREACH EHOSTUNREACH # in consts.sh
|
||||
# dos WSAEALREADY EALREADY # in consts.sh
|
||||
# dos WSAESTALE ESTALE # in consts.sh
|
||||
# dos WSAEREMOTE EREMOTE # in consts.sh
|
||||
# dos WSAEINTR EINTR # in consts.sh
|
||||
|
||||
# DOS ERRNO MULTIMAPPINGS
|
||||
#
|
||||
# These mappings are defined in a decentralized section which are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue