Releases: ARMmbed/greentea
Releases · ARMmbed/greentea
Release version 1.5.0
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
Release version 1.3.3
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
Fixes
- Correct target property priority
- Remove trace back from parsing invalid keywords
Release v1.3.1
Fixes:
- Test coverage increased
- Correct UTF-8 handling in the report API
Release V1.3.0
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
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
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
Changes:
- Scrubbing log of unprintable characters
- Fixes issue #198 where an error occurs when trying to use the endswith()
Release 1.2.3
Changes:
- Patching incorrect call to os.listdir
- Searching project recursively for target information