mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Point TODO to gvisor.dev
PiperOrigin-RevId: 283657725
This commit is contained in:
committed by
gVisor bot
parent
cf7f27c167
commit
bb641c5403
@@ -129,7 +129,7 @@ TEST_F(AIOTest, BasicWrite) {
|
||||
// aio implementation uses aio_ring. gVisor doesn't and returns all zeroes.
|
||||
// Linux implements aio_ring, so skip the zeroes check.
|
||||
//
|
||||
// TODO(b/65486370): Remove when gVisor implements aio_ring.
|
||||
// TODO(gvisor.dev/issue/204): Remove when gVisor implements aio_ring.
|
||||
auto ring = reinterpret_cast<struct aio_ring*>(ctx_);
|
||||
auto magic = IsRunningOnGvisor() ? 0 : AIO_RING_MAGIC;
|
||||
EXPECT_EQ(ring->magic, magic);
|
||||
|
||||
Reference in New Issue
Block a user