On 22/08/2024 16.06, Marcin Juszkiewicz wrote:
On 22.08.2024 13:41, Philippe Mathieu-Daudé wrote:
# Timeouts for individual tests that can be slow e.g. with debugging
enabled
test_timeouts = {
+ 'aarch64_sbsaref' : 180,
What kind of machine is able to run those tests in 180s? I bumped them to
2400s and got timeout (Macbook with M1 Pro).
"make check-avocado" (with some AVOCADO_* vars to limit list of tests) shown
me which test is run and pass/fail for each.
"make check-functional-aarch64 V=1" shows me "1/4
qemu:func-thorough+func-aarch64-thorough+thorough /
func-aarch64-aarch64_sbsaref" and timeouts without information which tests
pass, which fail.
Try running "make check-functional V=1" ... it should show you the
individual subtests, so you hopefully can conclude from the tests that
succeeded to the one that was hanging.
Thomas