mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Change FIXME to NOTE for b/241819530.
The comment is not actionable. We might keep seeing old kernels and keep seeing SIGSEGVs. PiperOrigin-RevId: 470890652
This commit is contained in:
@@ -165,7 +165,7 @@ TEST(Syscall32Bit, Syscall) {
|
||||
break;
|
||||
|
||||
case PlatformSupport::Ignored:
|
||||
// FIXME(b/241819530): SIGSEGV was returned due to a kernel bug that has
|
||||
// NOTE(b/241819530): SIGSEGV was returned due to a kernel bug that has
|
||||
// been fixed recently. Let's continue accept SIGSEGV while bad kernels
|
||||
// are running in prod.
|
||||
EXPECT_EXIT(ExitGroup32(kSyscall, kExitCode),
|
||||
|
||||
Reference in New Issue
Block a user