Skip to content

v26.0

Latest
Compare
Choose a tag to compare
@pmderodat pmderodat released this 19 Jan 10:36
· 25 commits to master since this release
  • DiffTestDriver: handle diff context size customization.
  • Add a XUnit results importer for report indexes.
  • AdaCoreLegacyDriver: avoid CRLF line endings in test scripts.
  • AdaCoreLegacyDriver: fix handling of non-ASCII test scripts.
  • Detailed logs in case of subprocess output decoding error.
  • e3.testsuite.report.display.generate_report: fix spurious write to
    sys.stdout.
  • Introduce a new testsuite option: --skip-result.
  • Fix XUnit reports when logs include control characters.
  • Introduce e3.testsuite.report.rewriting.
  • GAIA reports: add missing .result file for each test.
  • Make it easier to generate a GAIA-compatible report without a testsuite run.
  • Disable the use of ANSI sequences in logging when --nocolor is passed.
  • Make DiffTestDriver perform a full match for regexp baselines.
  • Fix memory leaks for test driver data.
  • Include total testsuite and testcase durations in XUnit reports.
  • Add support for --xunit-output in e3-testsuite-report.
  • Add support for --failure-exit-code in e3-testsuite-report.
  • Ignore VCS directories like .git when looking for tests.