Skip to content

ReFrame 3.5.1

Choose a tag to compare

@vkarak vkarak released this 22 Mar 21:05
· 5021 commits to master since this release
68baf69

ReFrame v3.5.1 Release Notes

New features and enhancements

  • Add test API methods for skipping tests (#1875)
  • Skip test if sanity_patterns is undefined (#1876)
  • Show a preview of the standard error in cases of build failures (#1873)
  • Improve access to the namespaces of both parameter and variable built-ins (#1819)
  • Add a time_limit partition configuration parameter and a build_time_limit variable for regression tests (#1860)
  • Allow setting the test description and executable name directly in the class body (#1862)
  • Minimize the list of doc requirements (#1847)

Bug fixes

  • Do not reset sourcesdir to None if it is set to a URL (#1874)
  • Fix typo in variable name (#1866)

Other

  • Update tutorial examples to use the parameter builtin (#1857)
  • Various documentation fixes (#1859)