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
tests.EncoderTestCase
Hi,
I downloaded the code and built it on a mac (osx 10.11 + Python 2.7.10). But python setup.py test did not pass.
python setup.py test
To get around build error like 'missing return', I have add -Wno-return-type option in Makefile.
-Wno-return-type
====================================================================== FAIL: runTest (tests.EncoderTestCase) Encode packed ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/yichao/dev/lwpb/python/tests.py", line 35, in runTest self.outdata) AssertionError: '\nP\x00\x00\x00\x00\x00\x00\x00\x00I\x92$I\x92$\xf9?I\x92$I\x92$\t@\xb7m\xdb\xb6m\xdb\x12@I\x92$I\x92$\x19@\xdb\xb6m\xdb\xb6m\x1f@\xb7m\xdb\xb6m\xdb"@\x00\x00\x00\x00\x00\x00&@I\x92$I\x92$)@\x92$I\x92$I,@"F\x80\x80\x80\x80\xf0\xf0\x1f\x81\x80\x80\x80\xf0\xf0\x1f\x90\x80\x80\x80\xf0\xf0\x1f\xd1\x80\x80\x80\xf0\xf0\x1f\x80\x82\x80\x80\xf0\xf0\x1f\xf1\x84\x80\x80\xf0\xf0\x1f\x90\x8a\x80\x80\xf0\xf0\x1f\xe1\x92\x80\x80\xf0\xf0\x1f\x80\xa0\x80\x80\xf0\xf0\x1f\xa1\xb3\x80\x80\xf0\xf0\x1f2\x10\x00\x01\x10Q\x80\x02\xf1\x04\x90\n\xe1\x12\x80 \xa13BP\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00Q\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00q\x02\x00\x00\x00\x00\x00\x00\x10\x05\x00\x00\x00\x00\x00\x00a\t\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\xa1\x19\x00\x00\x00\x00\x00\x00R(\x00\x00\x00\x00\x01\x00\x00\x00\x10\x00\x00\x00Q\x00\x00\x00\x00\x01\x00\x00q\x02\x00\x00\x10\x05\x00\x00a\t\x00\x00\x00\x10\x00\x00\xa1\x19\x00\x00' != '\nP\x00\x00\x00\x00\x00\x00\x00\x00I\x92$I\x92$\xf9?I\x92$I\x92$\t@\xb7m\xdb\xb6m\xdb\x12@I\x92$I\x92$\x19@\xdb\xb6m\xdb\xb6m\x1f@\xb7m\xdb\xb6m\xdb"@\x00\x00\x00\x00\x00\x00&@I\x92$I\x92$)@\x92$I\x92$I,@"\x10\x00\x01\x10Q\x80\x02\xf1\x04\x90\n\xe1\x12\x80 \xa132\x10\x00\x01\x10Q\x80\x02\xf1\x04\x90\n\xe1\x12\x80 \xa13BP\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00Q\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00q\x02\x00\x00\x00\x00\x00\x00\x10\x05\x00\x00\x00\x00\x00\x00a\t\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\xa1\x19\x00\x00\x00\x00\x00\x00R(\x00\x00\x00\x00\x01\x00\x00\x00\x10\x00\x00\x00Q\x00\x00\x00\x00\x01\x00\x00q\x02\x00\x00\x10\x05\x00\x00a\t\x00\x00\x00\x10\x00\x00\xa1\x19\x00\x00' ---------------------------------------------------------------------- Ran 48 tests in 0.007s FAILED (failures=1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I downloaded the code and built it on a mac (osx 10.11 + Python 2.7.10). But
python setup.py test
did not pass.To get around build error like 'missing return', I have add
-Wno-return-type
option in Makefile.The text was updated successfully, but these errors were encountered: