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

Fix unit tests to make them check byte-code #3

Open
KOLANICH opened this issue May 30, 2017 · 0 comments
Open

Fix unit tests to make them check byte-code #3

KOLANICH opened this issue May 30, 2017 · 0 comments

Comments

@KOLANICH
Copy link
Member

KOLANICH commented May 30, 2017

For now some unit-tests fail when I enable bytecode checking. This is because the tool sometimes produces the code different from reference only by the order of arguments in name buffers. So we need to make the tests invariant to that. For this we need a function to diff 2 bytecodes using not the argument's ordinals, but corresponding variables names.

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

1 participant