[Pyobjc-dev] Are these failures normal for installation?
Brought to you by:
ronaldoussoren
|
From: Bruce L. <lic...@gm...> - 2008-02-12 04:58:35
|
Hello,
Since I cannot find a way around the Pyobject_call error i mentioned
before, I am attempting to build a new pyobjc site-package. I only
just realized that I get a massive number of errors during
installation, which makes me suspect that something isn't right: my
errors start here:
======================================================================
FAIL: testcallboolArg (objc.test.test_methods2.ObjCToPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "build/lib.macosx-10.3-fat-2.5/objc/test/test_methods2.py",
line 22266, in testcallboolArg
self.assertEquals(r, YES)
AssertionError: False != True
======================================================================
FAIL: testinvokeBOOLAndboolArg (objc.test.test_methods2.ObjCToPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "build/lib.macosx-10.3-fat-2.5/objc/test/test_methods2.py",
line 23864, in testinvokeBOOLAndboolArg
self.assertEquals(r[1], YES)
AssertionError: False != True
======================================================================
FAIL: testinvokeNSPointAndboolArg (objc.test.test_methods2.ObjCToPy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "build/lib.macosx-10.3-fat-2.5/objc/test/test_methods2.py",
line 48680, in testinvokeNSPointAndboolArg
self.assertEquals(r[1], YES)
AssertionError: False != True
....
....
....
and end here:
======================================================================
FAIL: testImplementFormalProtocol
(objc.test.test_protocol.TestFormalOCProtocols)
----------------------------------------------------------------------
Traceback (most recent call last):
File "build/lib.macosx-10.3-fat-2.5/objc/test/test_protocol.py",
line 80, in testImplementFormalProtocol
self.fail()
AssertionError
----------------------------------------------------------------------
Ran 2581 tests in 588.678s
FAILED (failures=96)
Is this normal?
Bruce
|