mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change
PiperOrigin-RevId: 242573252 Change-Id: Ibb4c6bfae2c2e322bf1cec23181a0ab663d8530a
This commit is contained in:
@@ -1377,7 +1377,7 @@ TEST(ProcPidFile, SubprocessZombie) {
|
||||
char buf[1];
|
||||
|
||||
// 4.17: Succeeds and returns 1
|
||||
// gVisor: Succeds and returns 0
|
||||
// gVisor: Succeeds and returns 0
|
||||
EXPECT_THAT(ReadWhileZombied("auxv", buf, sizeof(buf)), SyscallSucceeds());
|
||||
|
||||
EXPECT_THAT(ReadWhileZombied("cmdline", buf, sizeof(buf)),
|
||||
|
||||
Reference in New Issue
Block a user