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