Skip to content

Releases: ARMmbed/greentea

Release version 1.5.0

12 Dec 20:36
addeb7d
Compare
Choose a tag to compare

Features

  • Add "--fm" option to support FastModels testing
  • Output tables in GitHub flavored Markdown

Fixes

  • Set forced_reset_timeout to 10 sec for RAPIDIOT_K64F
  • Remove command line dump from the docs
  • Ignore bad unicode characters
  • Allow colorama versions 0.4.x
  • Check decoded output for test errors

Release version 1.4.0

04 Jun 16:25
9731ced
Compare
Choose a tag to compare

Features

  • #266 expose polling timeout arguments -P
  • #267 Detect assert failures in htrun messages and log as error
  • #268 Add __main__ file to simplify running from source
  • #265 allow skipping of tests using * expansion

Fixes

  • #271 Fix string issues with running in Py3

Release version 1.3.3

16 Feb 16:41
b616165
Compare
Choose a tag to compare

Fixes

  • Fix test name globing
  • Updates deprecated mbedls API call

Features

  • Handle uart corruption in report generation
  • Pass -g, -r, -m to htrun
  • Accept --retry-count argument that retries on test failure

Release v1.3.2

02 Nov 16:22
Compare
Choose a tag to compare

Fixes

  • Correct target property priority
  • Remove trace back from parsing invalid keywords

Release v1.3.1

02 Oct 16:12
Compare
Choose a tag to compare

Fixes:

  • Test coverage increased
  • Correct UTF-8 handling in the report API

Release V1.3.0

25 Sep 18:14
Compare
Choose a tag to compare

Fixes

  • Correct test case name detection regex
  • Python 3 support
  • Correct a divide by zero exception when exporting to html

Features

  • --num-sync-packets passed to htrun
  • --filter-tags passed to htrun

Release 1.2.6

06 Jul 09:16
Compare
Choose a tag to compare

Changes:

  • Adding memory metrics tracking and reporting.
  • Enable parallel test execution with grm
  • Added pass rates to the overview page per test
  • Removing outdated docs folder
  • Adding contributing guide to main contributing doc
  • Cleaned up top level formatting for better visual representation
  • Fixes a minor bug where pass rates would not reflect Errors in tests …
  • README updates
  • CONTRIBUTING.md updates
  • Getting copy and reset methods from mbed-os targets.json.
  • SYNC failure case added: Dependent on HTRUN code
  • Add total stack usage to memory matrix.
  • Fixing keyboard interrupts on posix OSes
  • Fixing parsing of memory of metrics.
  • Added reserved memory reporting (for reserved_heap and reserved_stack)

Release 1.2.5

18 Jan 11:46
Compare
Choose a tag to compare

Changes:

  • Passing -e option to mbedhtrun even when using grm
  • Fixes issue #198 where an error occurs when trying to use the endswith()

Release 1.2.4

04 Nov 17:16
Compare
Choose a tag to compare

Changes:

  • Scrubbing log of unprintable characters
  • Fixes issue #198 where an error occurs when trying to use the endswith()

Release 1.2.3

20 Oct 18:17
Compare
Choose a tag to compare

Changes:

  • Patching incorrect call to os.listdir
  • Searching project recursively for target information