ibex icon indicating copy to clipboard operation
ibex copied to clipboard

[dv] Timeouts across several passing tests

Open ctopal opened this issue 2 years ago • 1 comments

Observed Behavior

List of timed out tests that are otherwise passing in the daily regression from 04/07/22:

  • riscv_debug_ebreakmu_test (seed 22641)
  • riscv_single_interrupt_test (seed 22641)
  • riscv_nested_interrupt_test (seed 22638)
  • riscv_mem_error_test (seed 22641)
  • riscv_debug_single_step_test (seed 22633)

Expected Behavior

Since these are passing normally, we should maybe increase the timeout limit to not these have failures.

Steps to reproduce the issue

Please run the command below to run all the tests listed at once

make TEST=riscv_debug_ebreakmu_test,riscv_single_interrupt_test,riscv_mem_error_test ITERATIONS=1 SIMULATOR=xlm -j3 SEED=22641; make TEST=riscv_nested_interrupt_test ITERATIONS=1 SIMULATOR=xlm SEED=22638; make TEST=riscv_debug_single_step_test ITERATIONS=1 SIMULATOR=xlm SEED=22633

estimate 2

ctopal avatar Jul 06 '22 08:07 ctopal

I'll look at updating the timeout. I can run a test regression on my workstation to quickly determine the impact of a larger timeout.

GregAC avatar Jul 21 '22 11:07 GregAC

Timeout increased here: https://github.com/lowRISC/ibex/pull/1771

Closing this now as specific timeout causes are being tracked seperately

GregAC avatar Aug 23 '22 12:08 GregAC