Triage some gvisor tests

This commit is contained in:
Ruihan Li 2026-01-19 23:32:51 +08:00 committed by Qingsong Chen
parent 77f0b0e746
commit db6292a310
5 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,5 @@
# TODO: Generate `DELETE_SELF`/`IGNORED` after closing the last FD.
# TODO: Generate `CLOSE`/`CLOSE_NOWRITE` after closing the last FD.
Inotify.DupFD
Inotify.IncludeUnlinkedFile
Inotify.IncludeUnlinkedFile_NoRandomSave
# Symbolic links to the busybox binary does not work:
# "gvisor_test_temp_1103_1767603858010282988: applet not found"
@ -17,6 +15,10 @@ Inotify.ExcludeUnlinkInodeEvents_NoRandomSave
Inotify.ExcludeUnlinkMultipleChildren
Inotify.ExcludeUnlinkMultipleChildren_NoRandomSave
# TODO: Generate `DELETE_SELF`/`IGNORED` after closing the last FD.
Inotify.IncludeUnlinkedFile
Inotify.IncludeUnlinkedFile_NoRandomSave
# TODO: Report `MOVE_*` events at the `rename()` system call.
Inotify.MoveGeneratesEvents
Inotify.MoveWatchedTargetGeneratesEvents

View File

@ -12,4 +12,5 @@ DgramUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgT
DgramUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/*
DgramUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/*
# TODO: Implement `SO_SNDBUF` behavior
DgramUnixSockets/DgramUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/*

View File

@ -6,9 +6,6 @@ AllUnixDomainSockets/UnixSocketPairTest.TIOCINQSucceeds/*
AllUnixDomainSockets/UnixSocketPairTest.TIOCOUTQSucceeds/*
AllUnixDomainSockets/UnixSocketPairTest.NetdeviceIoctlsSucceed/*
# TODO: Fix operations on `/proc/*/fd/*`
AllUnixDomainSockets/UnixSocketPairTest.SocketReopenFromProcfs/*
# TODO: Report `MSG_(C)TRUNC` after truncating the (control) message
AllUnixDomainSockets/UnixSocketPairCmsgTest.BasicFDPassNoSpaceMsgCtrunc/*
AllUnixDomainSockets/UnixSocketPairCmsgTest.BasicFDPassNullControlMsgCtrunc/*

View File

@ -12,4 +12,5 @@ SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlag
SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/*
SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/*
# TODO: Implement `SO_SNDBUF` behavior
SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/*

View File

@ -4,8 +4,7 @@ AllUnixDomainSockets/StreamUnixSocketPairTest.RecvmsgOneSideClosed/*
# TODO: Support `ECONNRESET` errors on UNIX sockets
AllUnixDomainSockets/StreamUnixSocketPairTest.ReadOneSideClosedWithUnreadData/*
# TODO: Implement `SO_SNDBUF` behavior
AllUnixDomainSockets/StreamUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/*
AllUnixDomainSockets/StreamUnixSocketPairTest.SendBufferOverflow/*
AllUnixDomainSockets/StreamUnixSocketPairTest.SetSocketSendBuf/*