-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels

Description
Description
- Type: Bug
- Priority: Minor
Bug
Target
K64F
Toolchain:
GCC_ARM
Toolchain version:
6
mbed-cli version:
1.2.0
mbed-os sha:
Current master https://github.com/ARMmbed/mbed-os/#0906be6397c984026df180b07a3bbd965af52346
Expected behavior
All tests should pass.
Actual behavior
+--------------+---------------+-----------------------------+------------------------------------------------------------------------+--------+--------+--------+--------------------+
| target | platform_name | test suite | test case | passed | failed | result | elapsed_time (sec) |
+--------------+---------------+-----------------------------+------------------------------------------------------------------------+--------+--------+--------+--------------------+
| K64F-GCC_ARM | K64F | tests-api-analogout | AnalogOut on AOUT | 0 | 3 | FAIL | 0.2 |
| K64F-GCC_ARM | K64F | tests-api-pwm_rise_fall | PWM_0 Frequency 100ms | 0 | 4 | FAIL | 10.47 |
| K64F-GCC_ARM | K64F | tests-api-pwm_rise_fall | PWM_1 Frequency 100ms | 0 | 4 | FAIL | 10.48 |
| K64F-GCC_ARM | K64F | tests-api-pwm_rise_fall | PWM_2 Frequency 100ms | 0 | 4 | FAIL | 10.47 |
| K64F-GCC_ARM | K64F | tests-api-pwm_rise_fall | PWM_3 Frequency 100ms | 0 | 4 | FAIL | 10.48 |
| K64F-GCC_ARM | K64F | tests-concurrent-comms | Concurrent testing of I2C and SPI in a single thread | 0 | 0 | ERROR | 0.0 |
| K64F-GCC_ARM | K64F | tests-concurrent-mixed | Concurrent testing of Comms and GPIO in a single thread | 0 | 0 | ERROR | 0.0 |
+--------------+---------------+-----------------------------+------------------------------------------------------------------------+--------+--------+--------+--------------------+
mbedgt: test case results: 6 FAIL / 112 OK / 2 ERROR
mbedgt: completed in 624.82 sec
Steps to reproduce
Run the application at https://github.com/ARMmbed/ci-test-shield
i.e.
$ git clone https://github.com/ARMmbed/ci-test-shield.git
$ cd ci-test-shield
Set mbed-os version in mbed-os.lib
$ mbed deploy
$ mbed target auto
$ mbed toolchain GCC_ARM
$ mbed test -n tests-* --app-config .\mbed_app.json