-
Notifications
You must be signed in to change notification settings - Fork 6k
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
isoltest does not support filenames (dots) #9809
Comments
Hi, can I take up this issue. and can you guide me on how to debug this issue |
@aaroosh-07 Sure! Do you have the environment set up and can you run
Once you have it all set up and want some pointers specific for the task please come over to the #solidity-dev channel and we can discuss it there. |
What is the actual goal here? |
I thought it was to make I think that the simplest solution would be to include the extension in test case names when we register them. This would not affect normal boost test cases cases. For the ones in standalone files |
By the way, @aaroosh-07 looks like I was too quick with assigning this issue. It's not in the implementation backlog yet which means that we did not really agree on whether we actually want it and in what form. We need to discuss it first. |
okay @cameel. |
@aaroosh-07 Anyway, this issue is blocked for the time being because we need a decision so what do you think about taking a different one? Maybe one of these? |
I think we should support calling Maybe we can split this into a) renaming all our file-based tests to include the |
a) sounds good. With b), which one do you mean (I'd assume option 1 but
|
We talked about this very briefly on today's call. Basically, this is just a small usability improvement so @chriseth is not too particular about the details. I'd say, let's do a) and as for b) let's go with option 1, which is in line with a similar change I recently did in |
This issue has been marked as stale due to inactivity for the last 90 days. |
Hi everyone! This issue has been automatically closed due to inactivity. |
This seems to be not too intuitive:
While of course
-t smtCheckerTests/control_flow/*
or-t smtCheckerTests/control_flow/revert*
works.The text was updated successfully, but these errors were encountered: