mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update Fuchsia bug TODOS
PiperOrigin-RevId: 605027094
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user