-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Open
Copy link
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
sample.drivers.led.led_pwm
test is failed on v4.2.0-rc1 on mimxrt1180_evk/mimxrt1189/cm33
testcase path is samples/drivers/led/pwm
see logs for details
To Reproduce
1.
scripts/twister -p mimxrt1180_evk/mimxrt1189/cm33 -T samples/drivers/led/pwm -s sample.drivers.led.led_pwm
or
# west twister -p mimxrt1180_evk/mimxrt1189/cm33 -T samples/drivers/led/pwm -s sample.drivers.led.led_pwm
- See error
Timeout
Expected behavior
test pass
Impact
Logs and console output
n: Decreasing brightness gradually
[00:00:12.153,000] <err> pwm_mcux: Too long period (206250), adjust pwm prescaler!
[00:00:12.161,000] <err> main: err=-22
[00:00:12.165,000] <inf> main: Testing LED 0 - no label
[00:00:12.171,000] <inf> main: Turned on
[00:00:13.176,000] <inf> main: Turned off
[00:00:14.180,000] <inf> main: Increasing brightness gradually
[00:00:16.207,000] <inf> main: Decreasing brightness gradually
[00:00:18.233,000] <err> pwm_mcux: Too long period (206250), adjust pwm prescaler!
[00:00:18.241,000] <err> main: err=-22
[00:00:18.246,000] <inf> main: Testing LED 0 - no label
[00:00:18.251,000] <inf> main: Turned on
[00:00:19.256,000] <inf> main: Turned off
[00:00:20.260,000] <inf> main: Increasing brightness gradually
[00:00:22.287,000] <inf> main: Decreasing brightness gradually
[00:00:24.314,000] <err> pwm_mcux: Too long period (206250), adjust pwm prescaler!
[00:00:24.322,000] <err> main: err=-22
[00:00:24.326,000] <inf> main: Testing LED 0 - no label
[00:00:24.332,000] <inf> main: Turned on
[00:00:25.336,000] <inf> main: Turned off
[00:00:26.341,000] <inf> main: Increasing brightness gradually
[00:00:28.367,000] <inf> main: Decreasing brightness gradually
[00:00:30.394,000] <err> pwm_mcux: Too long period (206250), adjust pwm prescaler!
[00:00:30.402,000] <err> main: err=-22
[00:00:30.407,000] <inf> main: Testing LED 0 - no label
[00:00:30.412,000] <inf> main: Turned on
[00:00:31.417,000] <inf> main: Turned off
[00:00:32.421,000] <inf> main: Increasing brightness gradually
[00:00:34.448,000] <inf> main: Decreasing brightness gradually
[00:00:36.475,000] <err> pwm_mcux: Too long period (206250), adjust pwm prescaler!
[00:00:36.483,000] <err> main: err=-22
[00:00:36.487,000] <inf> main: Testing LED 0 - no label
[00:00:36.493,000] <inf> main: Turned on
[00:00:37.497,000] <inf> main: Turned off
[00:00:38.502,000] <inf> main: Increasing brightness gradually
[00:00:40.528,000] <inf> main: Decreasing brightness gradually
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
also fails for mimxrt1170_evk@B/mimxrt1176/cm7
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