Replies: 3 comments
-
Could you try again after |
Beta Was this translation helpful? Give feedback.
-
Oh I'll try that. And I find one more strange behavior. The CI passes even though it doesn't pass in local environment.. |
Beta Was this translation helpful? Give feedback.
-
Hi, we have checked your code and discovered the problem you have described.
in the However, despite this discrepancy, your code should be able to pass the test when run with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a strange bug with the
make test
command.When I run
./analyzer [sign|interval] test/example5.ll
, it works well.But when I run
make clean && make test
command, it fails.I tried to fix it with multiple ways, but I have no idea what is going on...
Beta Was this translation helpful? Give feedback.
All reactions