riscv-software-src / riscv-tests

Other
902 stars 463 forks source link

debug: Fix loading of empty exclude lists with comments #554

Closed MarekVCodasip closed 6 months ago

MarekVCodasip commented 6 months ago

This patch fixes the case when we are using an empty exception list (for example just a YAML file with comments but without any test items to skip).

MarekVCodasip commented 6 months ago

@en-sc FYI, if you want to take a look.