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

Testcases - testModuleData fails on armv7hl architecture #106

Open
xambroz opened this issue Mar 18, 2019 · 0 comments
Open

Testcases - testModuleData fails on armv7hl architecture #106

xambroz opened this issue Mar 18, 2019 · 0 comments

Comments

@xambroz
Copy link

xambroz commented Mar 18, 2019

Hello,
the test case testModuleData is failing on the armv7hl architecture.
https://kojipkgs.fedoraproject.org//work/tasks/263/33620263/build.log:

+ PYTHONPATH=/builddir/build/BUILDROOT/python-yara-3.9.0-1.fc31.arm//usr/lib/python3.7/site-packages/
+ /usr/bin/nosetests-3.7 -v ./tests.py:TestYara.testCompare ./tests.py:TestYara.testModuleData ./tests.py:TestYara.testEntrypoint ./tests.py:TestYara.testIn ./tests.py:TestYara.testIntegerFunctions ./tests.py:TestYara.testCompileFile
testCompare (tests.TestYara) ... ok
testModuleData (tests.TestYara) ... FAIL
testEntrypoint (tests.TestYara) ... ok
testIn (tests.TestYara) ... ok
testIntegerFunctions (tests.TestYara) ... ok
testCompileFile (tests.TestYara) ... ok
======================================================================
FAIL: testModuleData (tests.TestYara)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/builddir/build/BUILD/yara-python-3.9.0/tests.py", line 989, in testModuleData
    self.assertTrue(data['constants']['one'] == 1)
AssertionError: False is not true

@xambroz xambroz changed the title Testcases - Testcases - testModuleData fails on armv7hl architecture Mar 18, 2019
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