Triage some gvisor tests
This commit is contained in:
parent
f62ae40188
commit
b566f4bca3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -12,4 +12,5 @@ DgramUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlagMsgT
|
|||
DgramUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/*
|
||||
DgramUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/*
|
||||
|
||||
# TODO: Implement `SO_SNDBUF` behavior
|
||||
DgramUnixSockets/DgramUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/*
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
|
|
|||
|
|
@ -12,4 +12,5 @@ SeqpacketUnixSockets/NonStreamSocketPairTest.MsgTruncTruncationRecvmsgMsghdrFlag
|
|||
SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncZeroLen/*
|
||||
SeqpacketUnixSockets/NonStreamSocketPairTest.RecvmsgMsgTruncMsgPeekZeroLen/*
|
||||
|
||||
# TODO: Implement `SO_SNDBUF` behavior
|
||||
SeqpacketUnixSockets/SeqpacketUnixSocketPairTest.IncreasedSocketSendBufUnblocksWrites/*
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue