-
Notifications
You must be signed in to change notification settings - Fork 7.5k
mps3: kernel.memory_protection.syscalls.kyield: FAILED Timeout #90654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@arikgreen thanks for reporting this issue, but I believe this is not RISC-V related. Changed to |
Hi @arikgreen, I wasn't able to reproduce the error but I have seen this in ci few times and it works on retry. To avoid this issue I can increase the timeout_multiplier for these boards but to be sure could you try running the tests with below command? |
Fixes zephyrproject-rtos#90654 Signed-off-by: Sudan Landge <sudan.landge@arm.com>
Fixes zephyrproject-rtos#90654 Signed-off-by: Sudan Landge <sudan.landge@arm.com>
FVP's are functionally accurate but not cycle accurate which is different from QEMU which prefers speed over accuracy. This sometimes leads to intermittent test failures with FVP which would otherwise pass with QEMU. The intermittent failed tests are successful on retries however, adding a timeout_multiplier would reduce the chance of failures so we set the timeout_multiplier to a value which will avoid the issue. Fixes zephyrproject-rtos#90654 Signed-off-by: Sudan Landge <sudan.landge@arm.com>
FVP's are functionally accurate but not cycle accurate which is different from QEMU which prefers speed over accuracy. This sometimes leads to intermittent test failures with FVP which would otherwise pass with QEMU. The intermittent failed tests are successful on retries however, adding a timeout_multiplier would reduce the chance of failures so we set the timeout_multiplier to a value which will avoid the issue. Fixes #90654 Signed-off-by: Sudan Landge <sudan.landge@arm.com>
FVP's are functionally accurate but not cycle accurate which is different from QEMU which prefers speed over accuracy. This sometimes leads to intermittent test failures with FVP which would otherwise pass with QEMU. The intermittent failed tests are successful on retries however, adding a timeout_multiplier would reduce the chance of failures so we set the timeout_multiplier to a value which will avoid the issue. Fixes zephyrproject-rtos#90654 Signed-off-by: Sudan Landge <sudan.landge@arm.com>
Describe the bug
The test case test_syscall_switch_stress failed on:
kernel.memory_protection.syscalls.kyield on mps3/corstone300/fvp failed (Timeout)
kernel.memory_protection.syscalls.kyield on mps3/corstone310/fvp failed (Timeout)
To Reproduce
Logs and console output
Handler log:
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: