From: Jesus Checa Date: Sat, 25 May 2024 10:40:30 +0000 (+0200) Subject: Bug 453044 - gbserver_tests failures in aarch64 X-Git-Tag: VALGRIND_3_24_0~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790abdf7d3f3df0c968605b68ca765310689b7ce;p=thirdparty%2Fvalgrind.git Bug 453044 - gbserver_tests failures in aarch64 --- 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)