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:
Ayush Ranjan
2022-08-29 21:18:06 -07:00
committed by gVisor bot
parent 4fc63e59f0
commit 0982a5e81d
+1 -1
View File
@@ -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),