Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testsuite: use valgrind suppressions in issue test
Problem: t4465-job-list-use-after-free.sh fails on aarch64. ==1006596== Syscall param epoll_ctl(event) points to uninitialised byte(s) ==1006596== at 0x4BC9AC8: epoll_ctl (syscall-template.S:120) ==1006596== by 0x48B5E9F: epoll_modify (ev_epoll.c:96) ==1006596== by 0x48B7A4F: fd_reify (ev.c:2457) ==1006596== by 0x48B7A4F: ev_run (ev.c:4075) ==1006596== by 0x48B7A4F: ev_run (ev.c:4021) ==1006596== by 0x48833CF: flux_reactor_run (reactor.c:128) ==1006596== by 0x114833: main (broker.c:507) ==1006596== Address 0x1ffeffee64 is on thread 1's stack ==1006596== in frame #1, created by epoll_modify (ev_epoll.c:84) ==1006596== We already have a matching suppression, but valgrind is being called here without the suppressions loaded. Add suppressions to test.
- Loading branch information