-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Failing tests on FE310 (Hifive1b) #13086
Comments
With #13182 I got these results:
|
I have new results:
The cpp tests are working now. |
|
New tests are failing in master: tests/event_wait_timeout, tests/thread_flags and tests/thread_flags_xtimer. As reported in #15718 (comment). These regressions were introduced by #15736. The current situation is:
|
After #15958 got merged, I retested the failing tests mentioned above and here is the new situation:
|
After #19112 was merged, I thought it would be useful to give
|
With this change: git diff
diff --git a/cpu/fe310/include/periph_cpu.h b/cpu/fe310/include/periph_cpu.h
index ee9c02d892..e022319032 100644
--- a/cpu/fe310/include/periph_cpu.h
+++ b/cpu/fe310/include/periph_cpu.h
@@ -167,7 +167,7 @@ typedef struct {
#define RTT_MIN_FREQUENCY (1U) /* in Hz */
#ifndef RTT_FREQUENCY
-#define RTT_FREQUENCY (RTT_MAX_FREQUENCY) /* in Hz */
+#define RTT_FREQUENCY (RTT_MIN_FREQUENCY) /* in Hz */
#endif
/** The failing tests falls down to:
Note that the diff above corresponds to the situation before #14741 was merged and according to #14878 (review), |
Would you mind given this another spin? |
Description
Opening this issue for tracking the problems with tests found in #12934. Detailed issues can be found here.
See #12934 (comment) for some insight.
Steps to reproduce the issue
Expected results
No failure
Actual results
Versions
current master
The text was updated successfully, but these errors were encountered: