You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running 1 test case in retdec-regression-tests/features/corkami for commit 0259b1f7...
features.corkami.CorkamiTest (delayimports.ex) [ FAIL ] (4.55s)
F
======================================================================
FAIL: test (features.corkami.CorkamiTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "retdec-regression-tests/features/corkami/test.py", line 10, in test
assert self.out_c.funcs['entry_point'].calls('printf', 'ExitProcess')
AssertionError
----------------------------------------------------------------------
Ran 1 test in 0.024s
FAILED (failures=1)
Expected output
Running 1 test case in retdec-regression-tests/features/corkami for commit 0259b1f7...
features.corkami.CorkamiTest (delayimports.ex) [ OK ] (2.50s)
SUCCESS (1/1)
Notes
When I checked out a commit before the merge of #281 (0259b1f), the test passed. The original output contained the following code:
After the merge of #281, one regression test started failing.
Input
Run the following command from the regression-tests framework:
Output
Expected output
Notes
When I checked out a commit before the merge of #281 (0259b1f), the test passed. The original output contained the following code:
Now, after the merge of #281, the corresponding code is
It seems that we are no longer able to decompile the call to
printf()
.Configuration
master
)The text was updated successfully, but these errors were encountered: