Closed
Description
Description
- Type: Bug
- Priority: Major
Bug
Failing some test cases
Target
K64F
Toolchain:
ARM (tested just ARM)
Toolchain version:
ARM 5.17
mbed-cli version:
1.0.0
meed-os sha:
f6f872a Merge pull request #3159 from radhika-raghavendran/master
Latest master, only failures captured below:
mbedgt: test case report:
+----------+---------------+----------------------------+------------------------------------------------------------+--------+--------+--------+--------------------+
| target | platform_name | test suite | test case | passed | failed | result | elapsed_time (sec) |
+----------+---------------+----------------------------+------------------------------------------------------------+--------+--------+--------+--------------------+
| K64F-ARM | K64F | tests-api-analogout | AnalogOut on AOUT | 0 | 2 | FAIL | 0.15 |
| K64F-ARM | K64F | tests-api-businout | BusInOut to BusInOut | 0 | 6 | FAIL | 16.42 |
| K64F-ARM | K64F | tests-api-digitalio | Digital I/O on DIO_8/DIO_9 | 0 | 1 | FAIL | 0.12 |
| K64F-ARM | K64F | tests-api-digitalio | Digital I/O on DIO_9/DIO_8 | 0 | 1 | FAIL | 0.11 |
| K64F-ARM | K64F | tests-api-i2c | I2C - EEProm WR 2 Bytes | 0 | 3 | FAIL | 0.23 |
| K64F-ARM | K64F | tests-api-i2c | I2C - EEProm WR Single Byte | 0 | 2 | FAIL | 0.21 |
| K64F-ARM | K64F | tests-api-interruptin | InterruptIn on DIO_8 | 0 | 2 | FAIL | 0.17 |
| K64F-ARM | K64F | tests-api-interruptin | InterruptIn on DIO_9 | 0 | 2 | FAIL | 0.17 |
| K64F-ARM | K64F | tests-api-pwm | PWM_0 Frequency 100ms | 0 | 4 | FAIL | 10.47 |
| K64F-ARM | K64F | tests-api-pwm | PWM_1 Frequency 100ms | 0 | 4 | FAIL | 10.48 |
| K64F-ARM | K64F | tests-api-pwm | PWM_3 Duty Cycle 100ms | 0 | 8 | FAIL | 12.75 |
| K64F-ARM | K64F | tests-api-pwm | PWM_3 Duty Cycle 10ms | 0 | 8 | FAIL | 1.95 |
| K64F-ARM | K64F | tests-api-pwm | PWM_3 Duty Cycle 30ms | 0 | 8 | FAIL | 4.36 |
| K64F-ARM | K64F | tests-api-pwm | PWM_3 Frequency 100ms | 0 | 4 | FAIL | 10.48 |
| K64F-ARM | K64F | tests-api-pwm | PWM_3 Frequency 10ms | 0 | 4 | FAIL | 10.48 |
| K64F-ARM | K64F | tests-api-pwm | PWM_3 Frequency 30ms | 0 | 4 | FAIL | 3.48 |
+----------+---------------+----------------------------+------------------------------------------------------------+--------+--------+--------+--------------------+
Analogout can be ignored, I did not wire the pins. PWM probably known issue ? I2C should be tracked here as well, I have seen an issue on ci-test-shield repository (https://github.com/ARMmbed/ci-test-shield).
My board revision is B. We should document somewhere (probably in the CI test shield repository) known limitations of a platform, if there are any.