tests: filter out nsim as it's slow
nsim is slow, if the MEMSZ is too targe, the test will run a long time and make sanitycheck timeout. There are two possible fixes to pass the sanitycheck test * filter out nsim, not to block the sanitcheck test * use a small MEMSZ for nsim to reduce the execution time. Considering there are potential improvements for nsim (because some qemu targets can pass), we use the 1st fix to pass the sanitycheck temporarily. Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
This commit is contained in:
parent
2ece951c1b
commit
a3a5c72d9b
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ tests:
|
||||||
lib.heap:
|
lib.heap:
|
||||||
tags: heap
|
tags: heap
|
||||||
platform_exclude: m2gl025_miv qemu_riscv32
|
platform_exclude: m2gl025_miv qemu_riscv32
|
||||||
|
filter: not CONFIG_SOC_NSIM
|
||||||
timeout: 120
|
timeout: 120
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue