Description
Description
Tests ( 3381-3383) show various failures for K82F and KW24D. Those I reviewed, show timeout (the test run for more than timeout was set). Most of tests have timeouts 60 seconds.
I run locally mbed hal sleep and mbed hal rtc test on K82F for ARM, all OK.
I am reviewing master commits, but no related changes within a week (targets code has not changed in the last 3 weeks much - only flash hal added), so could be in the common code but that would propagate to other devices not just these 2 (they share MCUexpresso hal implementation so bug is not there as K64F does not fail).
Links for failed tests:
- Format targets.json to put the items of large lists on their own line #8717 (comment)
- fix a bug in the FVP platform where flash API page size was wrong #8692 (comment)
- Enable Fast Models emac drivers #8668 (comment)
These blocks now PR so until fixed, any test might fail.
@ARMmbed/mbed-os-test @OPpuolitaival @ARMmbed/mbed-os-maintainers @studavekar
I tested locally
mbed test --compile -m K82F -t ARM -n tests-mbed_hal-lp_ticker -DMBED_HEAP_STATS_ENABLED=1 -DMBED_STACK_STATS_ENABLED=1 -DMBED_TRAP_ERRORS_ENABLED=1 -DMBED_ALL_STATS_ENABLED
mbedgt -n tests-mbed_hal-lp_ticker -v -V
+----------+---------------+--------------------------+-----------------------+--------+--------+--------+--------------------+
| target | platform_name | test suite | test case | passed | failed | result | elapsed_time (sec) |
+----------+---------------+--------------------------+-----------------------+--------+--------+--------+--------------------+
| K82F-ARM | K82F | tests-mbed_hal-lp_ticker | lp ticker glitch test | 1 | 0 | OK | 0.08 |
| K82F-ARM | K82F | tests-mbed_hal-lp_ticker | lp ticker info test | 1 | 0 | OK | 0.05 |
| K82F-ARM | K82F | tests-mbed_hal-lp_ticker | lp ticker sleep test | 1 | 0 | OK | 0.08 |
+----------+---------------+--------------------------+-----------------------+--------+--------+--------+--------------------+
mbedgt: test case results: 3 OK
mbedgt: completed in 44.09 sec
My mbed master SHA: 0404701b5 - (HEAD -> master, upstream/master) Merge pull request #8694 from cmonr/rollup (4 days ago)
Issue request type
[ ] Question
[ ] Enhancement
[X] Bug