-
Notifications
You must be signed in to change notification settings - Fork 75
Fix openscop to pluto prog conversion #109
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: master
Are you sure you want to change the base?
Conversation
bondhugula
left a comment
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.
Can you please add the test case? See the recent commit on the main branch for reference: d758ec1
bondhugula
left a comment
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 clang-format. See contribution instructions.
bondhugula
left a comment
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.
Thank you for fixing this. It'll be good to have the test case added.
8349507 to
8770d05
Compare
|
The two added tests fail in the automation - can be reproduced with |
You'll need to add some a CHECK line at least. |
| @top_srcdir@/test/gemver.scop \ | ||
| @top_srcdir@/test/simple-case-verification.scop \ | ||
| @top_srcdir@/test/simple-case-computation.scop \ |
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.
These scop files need to have at least one CHECK line comment of the expected output.
When trying to convert openscop inputs to pluto progs, missing breaks caused pluto to incorrectly assign dependencies as undefined and a missing verification caused a null pointer exception when trying to convert an empty scop.