You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But only adc_dma.test_adc_repeated_samplings fails.
The handler.log file contains more information about this fail.
Assertion failed at WEST_TOPDIR/zephyr/tests/drivers/adc/adc_dma/src/test_adc.c:469: test_task_repeated_samplings: (ret not equal to 0)
adc_read() failed with code -16
FAIL - test_adc_repeated_samplings in 0.017 seconds
To Reproduce twister --device-testing --hardware-map <path_to>/map.yml -T <path_to>/tests/drivers/adc/adc_dma/ -v
Expected behavior
Passes
Impact
Annoyance.
Logs and console output
Renaming output directory to <path_to>/zephyr/twister-out.17
INFO - Using Ninja..
INFO - Zephyr version: zephyr-v3.3.0-3680-gf66b14974268
INFO - Using 'zephyr' toolchain.
INFO - Building initial testsuite list...
INFO - Writing JSON report <path_to>/zephyr/twister-out/testplan.json
Device testing on:
| Platform | ID | Serial device |
|------------|--------------------------------------------------|---------------------------------------------------------------------------------------------------|
| frdm_k64f | 02400b0132044e4500417009997b00316781000097969900 | /dev/serial/by-id/usb-ARM_DAPLink_CMSIS-DAP_02400b0132044e4500417009997b00316781000097969900-if01 |
| frdm_k64f | 02400b0140214e45001b1018c89200349e11000097969900 | /dev/serial/by-id/usb-ARM_DAPLink_CMSIS-DAP_02400b0140214e45001b1018c89200349e11000097969900-if01 |
INFO - JOBS: 8
INFO - Adding tasks to the queue...
INFO - Added initial list of jobs to queue
INFO - 1/1 frdm_k64f tests/drivers/adc/adc_dma/drivers.adc-dma FAILED Failed (device 3.245s)
ERROR - see: <path_to>/zephyr/twister-out/frdm_k64f/tests/drivers/adc/adc_dma/drivers.adc-dma/handler.log
INFO - 1 test scenarios (1 test instances) selected, 0 configurations skipped (0 by static filter, 0 at runtime).
INFO - 0 of 1 test configurations passed (0.00%), 1 failed, 0 errored, 0 skipped with 0 warnings in 8.31 seconds
INFO - In total 6 test cases were executed, 0 skipped on 1 out of total 567 platforms (0.18%)
INFO - 1 test configurations executed on platforms, 0 test configurations were only built.
Hardware distribution summary:
| Board | ID | Counter |
|-----------|--------------------------------------------------|-----------|
| frdm_k64f | 02400b0132044e4500417009997b00316781000097969900 | 1 |
| frdm_k64f | 02400b0140214e45001b1018c89200349e11000097969900 | 0 |
INFO - Saving reports...
INFO - Writing JSON report <path_to>/zephyr/twister-out/twister.json
INFO - Writing xunit report <path_to>/zephyr/twister-out/twister.xml...
INFO - Writing xunit report <path_to>/zephyr/twister-out/twister_report.xml...
INFO - -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
INFO - The following issues were found (showing the top 10 items):
INFO - 1) tests/drivers/adc/adc_dma/drivers.adc-dma on frdm_k64f failed (Failed)
INFO -
INFO - To rerun the tests, call twister using the following commandline:
INFO - west twister -p <PLATFORM> -s <TEST ID>, for example:
INFO -
INFO - west twister -p frdm_k64f -s tests/drivers/adc/adc_dma/drivers.adc-dma
INFO - or with west:
INFO - west build -p -b frdm_k64f -T tests/drivers/adc/adc_dma/drivers.adc-dma
INFO - -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
INFO - Run completed
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
The drivers.adc-dma suite contains a few tests.
But only
adc_dma.test_adc_repeated_samplings
fails.The handler.log file contains more information about this fail.
To Reproduce
twister --device-testing --hardware-map <path_to>/map.yml -T <path_to>/tests/drivers/adc/adc_dma/ -v
Expected behavior
Passes
Impact
Annoyance.
Logs and console output
The handler.log file:
Environment :
The text was updated successfully, but these errors were encountered: