mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Fix test case on AMD.
When ignored, the trap should be executed which generates a SIGSEGV as in the above case. PiperOrigin-RevId: 293618489
This commit is contained in:
committed by
gVisor bot
parent
5ff780891e
commit
0e96fcafd4
@@ -155,7 +155,7 @@ TEST(Syscall32Bit, Syscall) {
|
||||
case PlatformSupport::Ignored:
|
||||
// See above.
|
||||
EXPECT_EXIT(ExitGroup32(kSyscall, kExitCode),
|
||||
::testing::KilledBySignal(SIGILL), "");
|
||||
::testing::KilledBySignal(SIGSEGV), "");
|
||||
break;
|
||||
|
||||
case PlatformSupport::Allowed:
|
||||
|
||||
Reference in New Issue
Block a user