From 790abdf7d3f3df0c968605b68ca765310689b7ce Mon Sep 17 00:00:00 2001 From: Jesus Checa Date: Sat, 25 May 2024 12:40:30 +0200 Subject: [PATCH] Bug 453044 - gbserver_tests failures in aarch64 --- NEWS | 1 + gdbserver_tests/filter_gdb.in | 1 + 2 files changed, 2 insertions(+) diff --git a/NEWS b/NEWS index cc47dd065..290d60928 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,7 @@ are not entered into bugzilla tend to get forgotten about or ignored. 392146 aarch64: unhandled instruction 0xD5380001 (MRS rT, midr_el1) 412377 SIGILL on cache flushes on arm64 447989 Support Armv8.2 SHA-512 instructions +453044 gbserver_tests failures in aarch64 486180 [Valgrind][MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL' 486293 memccpy false positives diff --git a/gdbserver_tests/filter_gdb.in b/gdbserver_tests/filter_gdb.in index 39af07519..0f964e223 100755 --- a/gdbserver_tests/filter_gdb.in +++ b/gdbserver_tests/filter_gdb.in @@ -156,6 +156,7 @@ s/in _select ()/in syscall .../ /sysv\/linux\/generic\/select.c/d /return SYSCALL_CANCEL /d /r = SYSCALL_CANCEL /d +/result = SYSCALL_CANCEL /d # a more specialised system call select stack trace part # (on 32 bits, we have an int_80, on 64 bits, directly select) -- 2.47.2