Skip to content
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

[edn/dv] Fix failing tests #20897

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Conversation

h-filali
Copy link

This commit fixes some failing tests.
For further information check out the individual commit messages.

Hakim Filali added 2 commits January 19, 2024 14:04
This commit fixes a failing genbits test.
The test sequence was waiting for the SM to reach the Idle state but
the SM was already in SWPortMode. This caused a timeout. Now the
sequence waits for SWPortMode instead, which is effectively the same
since the SM has to go into Idle before it can enter the SWPortMode.

Signed-off-by: Hakim Filali <[email protected]>
This commit raises the test timeout for the edn_disable test from
100_000 ns to 500_000 ns. While debugging some failing tests from
the regression I came across some failures for the edn_disable
test. These tests were failing because the test timeout was too low.

Signed-off-by: Hakim Filali <[email protected]>
@h-filali h-filali requested a review from a team as a code owner January 19, 2024 14:07
@h-filali h-filali requested review from eshapira and vogelpi and removed request for a team and eshapira January 19, 2024 14:07
Copy link
Contributor

@vogelpi vogelpi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for factoring these changes out!

@vogelpi vogelpi merged commit 936fb04 into lowRISC:master Jan 22, 2024
32 checks passed
@h-filali h-filali deleted the edn-fix-failing-tests branch October 7, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants