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
Is this working correctly?
My assumption is that the second constraint resolution will output Branch one.
By the way, I can get the expected result by setting the variables used in TestBitwiseLOR.java to int type.
In other words, can't it be parsed correctly for long types?
It would be very helpful if you could tell me the cause of the problem.
If the cause is in SymbolicPathFinder, I would like to fix it myself and submit a PR.
Can someone give me some advice?
thank you.
The text was updated successfully, but these errors were encountered:
Hi
I run the tests TestBitwiseLOR.jpf, but I am not able to switch the branching.
It uses the latest versions of jpf-core and jpf-symbc.
TestBitWiseLOR.jpf:
TestBitwiseLOR.java:
result:
Is this working correctly?
My assumption is that the second constraint resolution will output
Branch one
.By the way, I can get the expected result by setting the variables used in TestBitwiseLOR.java to int type.
In other words, can't it be parsed correctly for long types?
It would be very helpful if you could tell me the cause of the problem.
If the cause is in SymbolicPathFinder, I would like to fix it myself and submit a PR.
Can someone give me some advice?
thank you.
The text was updated successfully, but these errors were encountered: