Fix regression-wally test list conditions

This commit is contained in:
Jordan Carlin 2025-06-15 22:37:30 -07:00
parent 819217eaee
commit f84e6b2730
No known key found for this signature in database

View file

@ -514,7 +514,7 @@ def selectTests(args, sims, coverStr):
if args.breker:
addTestsByDir(WALLY+"/tests/breker/work", "breker", "questa", coverStr, configs, brekerMode=1)
# standard tests
if not(args.testfloat or args.ccov or args.fcov or args.fcov_act or args.branch or args.breker):
if not(args.testfloat or args.ccov or args.fcov or args.fcov_act or args.cache or args.branch or args.benchmark or args.breker):
for sim in sims:
if not (args.buildroot and sim == lockstepsim): # skip short buildroot sim if running long one
addTests(tests_buildrootshort, sim, coverStr, configs)