Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=927611 --- Comment #8 from Ankur Sinha (FranciscoD) <sanjay.ankur@xxxxxxxxx> --- I've applied the patch, but the tests still fail: + /usr/bin/python tests/test_xode.py ..................F............................FF........................F.F.................................. ====================================================================== FAIL: testPlaneParams (__main__.TestGeomParser) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_xode.py", line 674, in testPlaneParams self.assertEqual(self.geom4.getParams(), ((0.0, 1.0, 0.0), 17.0)) AssertionError: Tuples differ: ((0.0, 0.9999999403953552, 0.0... != ((0.0, 1.0, 0.0), 17.0) First differing element 0: (0.0, 0.9999999403953552, 0.0) (0.0, 1.0, 0.0) - ((0.0, 0.9999999403953552, 0.0), 16.999998092651367) + ((0.0, 1.0, 0.0), 17.0) ====================================================================== FAIL: testAMotorAxes1 (__main__.TestJointParser) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_xode.py", line 588, in testAMotorAxes1 self.assertEqual(ref, axis1) AssertionError: Tuples differ: (0.0, 1.0, 0.0) != (0.0, 0.9999999403953552, 0.0) First differing element 1: 1.0 0.999999940395 - (0.0, 1.0, 0.0) + (0.0, 0.9999999403953552, 0.0) ====================================================================== FAIL: testAMotorAxes3 (__main__.TestJointParser) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_xode.py", line 594, in testAMotorAxes3 self.assertEqual(ref, axes) AssertionError: Lists differ: [(1.0, 0.0, 0.0), (0.0, 1.0, 0... != [(0.9999999403953552, 0.0, 0.0... First differing element 0: (1.0, 0.0, 0.0) (0.9999999403953552, 0.0, 0.0) - [(1.0, 0.0, 0.0), (0.0, 1.0, 0.0), (0.0, 0.0, 1.0)] + [(0.9999999403953552, 0.0, 0.0), + (0.0, 0.9999999403953552, 0.0), + (0.0, 0.0, 0.9999999403953552)] ====================================================================== FAIL: testHingeAxis (__main__.TestJointParser) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_xode.py", line 534, in testHingeAxis self.assertEqual(self.joint5.getAxis(), (1.0, 0.0, 0.0)) AssertionError: Tuples differ: (0.9999999403953552, 0.0, 0.0) != (1.0, 0.0, 0.0) First differing element 0: 0.999999940395 1.0 - (0.9999999403953552, 0.0, 0.0) + (1.0, 0.0, 0.0) ====================================================================== FAIL: testSliderAxis (__main__.TestJointParser) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_xode.py", line 540, in testSliderAxis self.assertEqual(self.joint6.getAxis(), (0.0, 1.0, 0.0)) AssertionError: Tuples differ: (0.0, 0.9999999403953552, 0.0) != (0.0, 1.0, 0.0) First differing element 1: 0.999999940395 1.0 - (0.0, 0.9999999403953552, 0.0) + (0.0, 1.0, 0.0) ---------------------------------------------------------------------- Ran 110 tests in 0.502s FAILED (failures=5) RPM build errors: Not sure what to do about this. I guess we'll have to have another chat with upstream. Anyway, updated spec/srpm here: http://ankursinha.fedorapeople.org/pyode/pyode.spec http://ankursinha.fedorapeople.org/pyode/pyode-1.2.0-3.fc19.src.rpm At least the packaging part looks OK now. Thanks, Warm regards, Ankur -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=rIVrcDpGom&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review