mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Convert outdated TODO to NOTE.
PiperOrigin-RevId: 231263193 Change-Id: Ib732c9639462f7994d473050495d88c2855434af
This commit is contained in:
@@ -232,7 +232,7 @@ TEST_F(SigProcMaskTest, SignalHandler) {
|
||||
EXPECT_THAT(raw_sigprocmask(SIG_UNBLOCK, &mask, nullptr), SyscallSucceeds());
|
||||
|
||||
// Check that the unblocked kTestSignal1 has been delivered.
|
||||
// TODO: gvisor currently drops masked signals on the floor.
|
||||
// Note: gvisor currently drops masked signals on the floor.
|
||||
if (!IsRunningOnGvisor()) {
|
||||
EXPECT_EQ(2, signal_count[kTestSignal1]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user