Re: [oe-core][PATCH v3 1/2] valgrind: update 3.16.1 -> 3.17.0
From: Yi Fan Yu <hidden>
Date: 2021-03-29 16:34:34
From: Yi Fan Yu <hidden>
Date: 2021-03-29 16:34:34
On 3/28/21 10:23 PM, Paul Eggleton wrote:
[Please note: This e-mail is from an EXTERNAL e-mail address]
AssertionError: Failed ptests:
{'valgrind': ['callgrind/tests/simwork-branch']}
https://autobuilder.yoctoproject.org/typhoon/#/builders/82/builds/1657/steps/12/logs/stdio
(To be fair I'm not 100% sure if this only started happening after your patch though.)This is very strange, never seen this test appear in the failure list. I looked at the more recent runs and don't see this failure reproduced. Anyways I went ahead and made sure at least it works on my machine
on qemuarm64 running on my personal x86-64 machine
=== Test Summary ===
TOTAL: 408
PASSED: 390
FAILED: 0
SKIPPED: 18
DURATION: 2941
END: /usr/lib/valgrind/ptest
This is after the patch 1/2 3.16.1->3.17.0
TOTAL: 419
PASSED: 398
FAILED: 1
SKIPPED: 20
DURATION: 3053
Failed test is the drd/swapcontext
//yifan