-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Failure marker #5695
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
Failure marker #5695
Conversation
How do you run this code and what does it output? |
Currently I need to patch it a little ... but the idea is that the workflow is the following:
This works best for platform-independent tests. The limitations are:
|
7bb0496
to
4145bb4
Compare
Having a working #4072 is the blocking issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the comment to the header of the script as documentation
157cf34
to
452e629
Compare
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Working script to auto-mark rustpython failures.
Has a few limitations but should work in 90% of the cases.
Ideally I'd fix the class/subclass situation as well as proper ast parsing.