From 0982a5e81db47c16b504f9c0891e77df923ea77c Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Mon, 29 Aug 2022 21:15:18 -0700 Subject: [PATCH] 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 --- test/syscalls/linux/32bit.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/syscalls/linux/32bit.cc b/test/syscalls/linux/32bit.cc index ce85721aa..129259fb8 100644 --- a/test/syscalls/linux/32bit.cc +++ b/test/syscalls/linux/32bit.cc @@ -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),