We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/avast-tl/retdec-regression-tests/blob/72243c8700bb3dcbf6ffc118180998fcae8e832b/bugs/idioms-reg-couples/test.py#L1669 asserts that function_40edd0 calls abort(). However, there is no such call in this function. The abort() call here is the result of avast/retdec#41, and fixing the issue (avast/retdec#391) makes the test fail. This assert should be removed.
function_40edd0
abort()
The text was updated successfully, but these errors were encountered:
This is most probably an oversight and the check for abort() in function_40edd0 should be removed. Right @PeterMatula?
Sorry, something went wrong.
Alternatively, we could wait for avast/retdec#391 to be merged and negate that check - that abort() call should not be there.
It is very probable. I will look into this shortly (today/tomorrow).
3ebc785
No branches or pull requests
https://github.com/avast-tl/retdec-regression-tests/blob/72243c8700bb3dcbf6ffc118180998fcae8e832b/bugs/idioms-reg-couples/test.py#L1669 asserts that
function_40edd0
callsabort()
. However, there is no such call in this function. Theabort()
call here is the result of avast/retdec#41, and fixing the issue (avast/retdec#391) makes the test fail. This assert should be removed.The text was updated successfully, but these errors were encountered: