-
Notifications
You must be signed in to change notification settings - Fork 6
Initial implementation of dynamic test generation #68
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
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 1113971746
💛 - Coveralls |
1e8e7a9
to
ace6195
Compare
20694d2
to
fb0d3f8
Compare
9c03905
to
7ff5cc9
Compare
d8418f1
to
85caf92
Compare
I've made several changes in the most recent commits to have the dynamically generated tests be run via This commit also makes it so that I think this PR is ready for a second review. I haven't yet moved all the tests over to use this new framework, but I'll do that after taking into account comments from the PR review. |
084f9e3
to
4ae10ea
Compare
ccff670
to
410b22a
Compare
cf4915a
to
ab41d7d
Compare
This commit contains the initial implementation of dynamic test generation for our graphblas-opt tests. We now have a framework for writing parameterized tests that generate *mlir files at test-running time.
Pull Request Test Coverage Report for Build 910738596Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 1113924730Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
This PR contains an initial implementation of dynamic test generation for our
graphblas-opt
tests.It provides infrastructure for writing parameterized tests that generate
*mlir
test files at test-running time.This is intended to address #66.