-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
GH-98831: Elaborate some cases_generator tests #101299
Conversation
PS To run these tests, install pytest and run it in the Tools/cases_generator directory. (That's kind of lame, but pytest tests are so much easier to write. :-) |
Ahh ok. So that's how you deal with colliding declarations. I proposed the alternative (where we define instructions as |
I'd be happy to review such changes. I'll continue the design discussion on the other issue. Meanwhile, I'll just merge this one. |
|
That buildbot is out of disk space. |
* Make macro test more elaborate * Add test for 'register inst()'
@Fidget-Spinner The first commit is an example of the (current) output for a macro instruction.