-
Notifications
You must be signed in to change notification settings - Fork 203
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
Move to better test infrastructure #690
Labels
Comments
jdemel
added
Enhancement
new kernel entirely or for some specific ARCH
Future
Future Work
labels
Nov 4, 2023
I did some tests with gtest: At the moment, there are quite a few areas where this can be improved.
|
I don't have an opinion on which test framework to use, but I'll list out some things that could be improved by moving away from one-size-fits-all testing:
|
Another problematic case:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a lot of issues and PRs we discuss problems with our current tests.
We need to discuss a way forward to improve this situation.
One option would be to introduce gtest. We would write specific tests for some kernels first and adopt an approach where we slowly move to the new system.
The text was updated successfully, but these errors were encountered: