Skip to content
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

tests fail #5

Closed
kenshyx opened this issue Oct 26, 2016 · 3 comments
Closed

tests fail #5

kenshyx opened this issue Oct 26, 2016 · 3 comments

Comments

@kenshyx
Copy link

kenshyx commented Oct 26, 2016

Hello :D, I've noticed that one test fails testCompare after updating to solc 0.4.3/dapple 0.8.15. Also I'm getting a lot of warnings like these.

_0xb3668356078994a35ee131f8ba3e76d3441e5f52056a912f94278c22ff495034.sol:55:18: Warning: Inline assembly block is not balanced. It leaves 2 item(s) on the stack.
        assembly {
                 ^
Spanning multiple lines.
_0xb3668356078994a35ee131f8ba3e76d3441e5f52056a912f94278c22ff495034.sol:115:18: Warning: Inline assembly block is not balanced. It leaves 1 item(s) on the stack.
        assembly {
                 ^
...
StringsTest
  test compare
  Error at `e only h'
@simondlr
Copy link

Getting the same with truffle Solidity tests.

@simondlr
Copy link

simondlr commented Nov 3, 2016

fwiw. I made a work-around to this in Truffle by making it ignore these warnings for now.

Ideally, the code should be updated so that it doesn't throw these warnings. I don't understand these warnings though. I need to first read up on how to fix this before I can submit a PR. :)

@simondlr
Copy link

simondlr commented Dec 1, 2016

This was an error in the Solidity compiler. It was fixed in solc 0.4.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants