yara-python
yara-python copied to clipboard
Testcases - testModuleData fails on armv7hl architecture
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