-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Labels
area: TestsIssues related to a particular existing or missing testIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXPNXPpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
below case are failed
drivers.spi.loopback.spi_loopback.spi_complete_multiple_timed
drivers.spi.loopback
test is failed on v4.2.0-rc1 on mimxrt1180_evk/mimxrt1189/cm33
testcase path is tests/drivers/spi/spi_loopback
see logs for details
To Reproduce
1.
scripts/twister -p mimxrt1180_evk/mimxrt1189/cm33 -T tests/drivers/spi/spi_loopback -s drivers.spi.loopback
or
# west twister -p mimxrt1180_evk/mimxrt1189/cm33 -T tests/drivers/spi/spi_loopback -s drivers.spi.loopback
- See error
Failed harness:'Testsuite failed'
Expected behavior
test pass
Impact
Logs and console output
START - test_spi_complete_multiple_timed
Transfer took 703 us vs theoretical minimum 27 us
Latency measurement: 676 us
Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/spi/spi_loopback/src/spi.c:359: spi_loopback_test_spi_complete_multiple_timed: (time_spent_us <= expected_transfer_time_us * CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING is false)
Very high latency
FAIL - test_spi_complete_multiple_timed in 0.031 seconds
Environment (please complete the following information):
- OS: (e.g. Linux ): posix
- Toolchain (e.g Zephyr SDK): zephyr
- Commit SHA or Version used: v4.2.0-rc1
Metadata
Metadata
Assignees
Labels
area: TestsIssues related to a particular existing or missing testIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: NXPNXPNXPpriority: lowLow impact/importance bugLow impact/importance bug