https://bugs.kde.org/show_bug.cgi?id=481874
--- Comment #4 from Paul Floyd <pjfl...@wanadoo.fr> --- == 725 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/descr_belowsp (stderr) memcheck/tests/manuel1 (stderr) memcheck/tests/supp_unknown (stderr) memcheck/tests/thread_alloca (stderr) The first one is a known issue, both the kernel and libthr add guard pages to pthread stacks. The second one is flaky. I haven't looked at the third one. The last one is intermittent. Maybe a real error in ldrt. $ git diff --stat master Makefile.all.am | 4 + Makefile.tool.am | 11 + NEWS | 7 +- VEX/auxprogs/genoffsets.c | 1 + VEX/priv/guest_arm64_defs.h | 2 +- VEX/priv/guest_arm64_helpers.c | 22 + VEX/priv/guest_arm64_toIR.c | 19 +- VEX/pub/libvex_guest_amd64.h | 7 - VEX/pub/libvex_guest_arm64.h | 14 +- configure.ac | 92 +- coregrind/Makefile.am | 4 + coregrind/launcher-freebsd.c | 6 +- coregrind/m_aspacemgr/aspacemgr-common.c | 2 +- coregrind/m_aspacemgr/aspacemgr-linux.c | 6 + coregrind/m_coredump/coredump-elf.c | 73 + coregrind/m_debuginfo/d3basics.c | 2 +- coregrind/m_debuginfo/debuginfo.c | 14 +- coregrind/m_debuginfo/readdwarf.c | 4 +- coregrind/m_debuginfo/readelf.c | 3 +- coregrind/m_debuglog.c | 73 + coregrind/m_dispatch/dispatch-arm64-freebsd.S | 316 + coregrind/m_initimg/initimg-freebsd.c | 21 + coregrind/m_libcassert.c | 2 +- coregrind/m_libcfile.c | 4 +- coregrind/m_libcproc.c | 4 +- coregrind/m_libcsetjmp.c | 144 +- coregrind/m_machine.c | 3 + coregrind/m_main.c | 33 +- coregrind/m_redir.c | 2 +- coregrind/m_scheduler/scheduler.c | 2 +- coregrind/m_sigframe/sigframe-arm64-freebsd.c | 373 ++ coregrind/m_signals.c | 23 + coregrind/m_stacktrace.c | 10 +- coregrind/m_syscall.c | 50 + coregrind/m_syswrap/priv_types_n_macros.h | 22 +- coregrind/m_syswrap/syscall-arm64-freebsd.S | 195 + coregrind/m_syswrap/syswrap-arm64-freebsd.c | 1132 ++++ coregrind/m_syswrap/syswrap-freebsd.c | 17 +- coregrind/m_syswrap/syswrap-main.c | 152 +- coregrind/m_trampoline.S | 43 + coregrind/m_translate.c | 2 +- coregrind/pub_core_machine.h | 2 +- coregrind/pub_core_mallocfree.h | 1 + coregrind/pub_core_syscall.h | 1 + coregrind/pub_core_trampoline.h | 4 + coregrind/vgdb-invoker-freebsd.c | 12 +- freebsd-drd.supp | 11 +- freebsd-helgrind.supp | 5 + gdbserver_tests/mcsignopass.stderr.exp | 4 +- gdbserver_tests/mcsignopass.stdoutB.exp | 48 +- gdbserver_tests/mcsigpass.stderr.exp | 4 +- gdbserver_tests/mcsigpass.stdoutB.exp | 12 +- helgrind/tests/tc07_hbl1.c | 5 +- helgrind/tests/tc08_hbl2.c | 5 +- helgrind/tests/tc11_XCHG.c | 6 +- include/Makefile.am | 2 + include/pub_tool_libcsetjmp.h | 4 +- include/pub_tool_machine.h | 2 +- include/pub_tool_vkiscnums_asm.h | 2 +- include/valgrind.h.in | 11 +- include/vki/vki-arm64-freebsd.h | 180 + include/vki/vki-freebsd.h | 48 +- include/vki/vki-machine-types-arm64-freebsd.h | 77 + massif/tests/Makefile.am | 5 +- massif/tests/pages_as_heap.vgtest | 1 + memcheck/tests/Makefile.am | 8 +- memcheck/tests/brk2.vgtest | 1 + memcheck/tests/freebsd/Makefile.am | 1 + memcheck/tests/freebsd/filter_context | 3 +- memcheck/tests/freebsd/filter_realpathat | 1 + memcheck/tests/freebsd/get_set_context.c | 38 +- memcheck/tests/freebsd/get_set_context.stderr.exp | 44 +- memcheck/tests/freebsd/realpathat.stderr.exp | 2 +- memcheck/tests/freebsd/scalar.c | 22 +- memcheck/tests/freebsd/scalar.stderr.exp-arm64 | 5452 +++++++++++++++++ memcheck/tests/leak-segv-jmp.c | 50 +- memcheck/tests/leak-segv-jmp.stderr.exp | 20 +- memcheck/tests/leak.h | 24 + memcheck/tests/overlap.stderr.exp-no_memcpy | 20 + none/tests/arm64/Makefile.am | 2 + none/tests/arm64/cvtf_imm.c | 48 +- none/tests/arm64/fp_and_simd.c | 12 +- none/tests/arm64/fp_and_simd.stdout.exp | 4 +- none/tests/arm64/fp_and_simd.stdout.exp-freebsd | 29511 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ none/tests/arm64/integer.c | 1664 ++--- none/tests/arm64/integer.stdout.exp | 476 +- none/tests/arm64/memory.stdout.exp-clang | 26358 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ none/tests/arm64/simd_v81.c | 52 +- none/tests/arm64/simd_v81.stdout.exp | 48 +- none/tests/faultstatus.c | 4 + none/tests/freebsd/Makefile.am | 1 + none/tests/freebsd/auxv.stderr.exp-arm64 | 30 + shared/vg_replace_strmem.c | 3 +- tests/arch_test.c | 2 +- tests/arm64_features.c | 109 + 95 files changed, 65909 insertions(+), 1469 deletions(-) -- You are receiving this mail because: You are watching all bug changes.