Update Fuchsia bug TODOS

PiperOrigin-RevId: 605027094
This commit is contained in:
Bruno Dal Bo
2024-02-07 10:31:34 -08:00
committed by gVisor bot
parent 38d33704ae
commit cf7e12edf9
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -679,7 +679,7 @@ TEST_P(RawPacketMsgSizeTest, SendTooLong) {
SyscallFailsWithErrno(EMSGSIZE));
}
// TODO(https://fxbug.dev/76957): Run this test on Fuchsia once splice is
// TODO(https://fxbug.dev/42156918): Run this test on Fuchsia once splice is
// available.
#ifndef __Fuchsia__
TEST_P(RawPacketMsgSizeTest, SpliceTooLong) {
+3 -3
View File
@@ -2575,7 +2575,7 @@ TEST_P(SimpleTcpSocketTest, SynRcvdOnListenerShutdown) {
if (err == 0) {
EXPECT_EQ(poll_fd.revents, POLLOUT
// TODO(https://fxbug.dev/73258): Remove when POLLWRNORM is correctly
// TODO(https://fxbug.dev/42152810): Remove when POLLWRNORM is correctly
// asserted in Fuchsia.
#if !defined(__Fuchsia__)
| POLLWRNORM
@@ -2594,8 +2594,8 @@ TEST_P(SimpleTcpSocketTest, SynRcvdOnListenerShutdown) {
SyscallSucceedsWithValue(1));
EXPECT_EQ(poll_fd.revents,
// TODO(https://fxbug.dev/76353): Remove when other signals are asserted
// together with POLLERR in Fuchsia.
// TODO(https://fxbug.dev/42156248): Remove when other signals are
// asserted together with POLLERR in Fuchsia.
#if defined(__Fuchsia__)
POLLOUT
#else