[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.3 - Too many errors :-(

zope-tests@bitdance.com zope-tests@bitdance.com
Sat, 24 May 2003 04:16:39 -0400 (EDT)


==============================================================================
==============================================================================
Python Version:2.3a2+ (#9, Apr 16 2003, 09:06:42) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running unit tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Error in test unittest.FunctionTestCase (<lambda>)
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/unittest.py", line 413, in runTest
    self.__testFunc()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 65, in <lambda>
    lambda args=(tester, name, doc, filename, lineno):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 97, in _test
    raise DocTestTestFailure(
DocTestTestFailure: Failed doctest test for zope.app.browser.form.widget.CheckBoxWidget
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/form/widget.py", line 260 (or above), in CheckBoxWidget

*****************************************************************
Failure in example: print normalize( widget.hidden() )
from line #32 of zope.app.browser.form.widget.CheckBoxWidget
Expected:
<input
  class="hiddenType"
  id="field.foo"
  name="field.foo"
  type="hidden"
  value="1"
  />
Got:
<input
  class="hiddenType"
  id="field.foo"
  name="field.foo"
  type="hidden"
  value="True"
  />


Error in test unittest.FunctionTestCase (<lambda>)
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/unittest.py", line 413, in runTest
    self.__testFunc()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 65, in <lambda>
    lambda args=(tester, name, doc, filename, lineno):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 97, in _test
    raise DocTestTestFailure(
DocTestTestFailure: Failed doctest test for zope.security.tests.test_standard_checkers.test_classic_class
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/security/tests/test_standard_checkers.py", line 293, in test_classic_class

*****************************************************************
Failure in example: C < C
from line #22 of zope.security.tests.test_standard_checkers.test_classic_class
Expected: 0
Got: False
*****************************************************************
Failure in example: C > C
from line #24 of zope.security.tests.test_standard_checkers.test_classic_class
Expected: 0
Got: False
*****************************************************************
Failure in example: C <= C
from line #26 of zope.security.tests.test_standard_checkers.test_classic_class
Expected: 1
Got: True
*****************************************************************
Failure in example: C >= C
from line #28 of zope.security.tests.test_standard_checkers.test_classic_class
Expected: 1
Got: True
*****************************************************************
Failure in example: C == C
from line #30 of zope.security.tests.test_standard_checkers.test_classic_class
Expected: 1
Got: True
*****************************************************************
Failure in example: C != C
from line #32 of zope.security.tests.test_standard_checkers.test_classic_class
Expected: 0
Got: False


Error in test unittest.FunctionTestCase (<lambda>)
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/unittest.py", line 413, in runTest
    self.__testFunc()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 65, in <lambda>
    lambda args=(tester, name, doc, filename, lineno):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 97, in _test
    raise DocTestTestFailure(
DocTestTestFailure: Failed doctest test for zope.security.tests.test_standard_checkers.test_classic_instance
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/security/tests/test_standard_checkers.py", line 333, in test_classic_instance

*****************************************************************
Failure in example: c < c
from line #20 of zope.security.tests.test_standard_checkers.test_classic_instance
Expected: 0
Got: False
*****************************************************************
Failure in example: c > c
from line #22 of zope.security.tests.test_standard_checkers.test_classic_instance
Expected: 0
Got: False
*****************************************************************
Failure in example: c <= c
from line #24 of zope.security.tests.test_standard_checkers.test_classic_instance
Expected: 1
Got: True
*****************************************************************
Failure in example: c >= c
from line #26 of zope.security.tests.test_standard_checkers.test_classic_instance
Expected: 1
Got: True
*****************************************************************
Failure in example: c == c
from line #28 of zope.security.tests.test_standard_checkers.test_classic_instance
Expected: 1
Got: True
*****************************************************************
Failure in example: c != c
from line #30 of zope.security.tests.test_standard_checkers.test_classic_instance
Expected: 0
Got: False
*****************************************************************
Failure in example: c.__class__ == C
from line #34 of zope.security.tests.test_standard_checkers.test_classic_instance
Expected: 1
Got: True


Error in test unittest.FunctionTestCase (<lambda>)
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/unittest.py", line 413, in runTest
    self.__testFunc()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 65, in <lambda>
    lambda args=(tester, name, doc, filename, lineno):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 97, in _test
    raise DocTestTestFailure(
DocTestTestFailure: Failed doctest test for zope.security.tests.test_standard_checkers.test_dict
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/security/tests/test_standard_checkers.py", line 25, in test_dict

*****************************************************************
Failure in example: d.has_key('a')
from line #23 of zope.security.tests.test_standard_checkers.test_dict
Expected: 1
Got: True
*****************************************************************
Failure in example: d < d
from line #59 of zope.security.tests.test_standard_checkers.test_dict
Expected: 0
Got: False
*****************************************************************
Failure in example: d > d
from line #61 of zope.security.tests.test_standard_checkers.test_dict
Expected: 0
Got: False
*****************************************************************
Failure in example: d <= d
from line #63 of zope.security.tests.test_standard_checkers.test_dict
Expected: 1
Got: True
*****************************************************************
Failure in example: d >= d
from line #65 of zope.security.tests.test_standard_checkers.test_dict
Expected: 1
Got: True
*****************************************************************
Failure in example: d == d
from line #67 of zope.security.tests.test_standard_checkers.test_dict
Expected: 1
Got: True
*****************************************************************
Failure in example: d != d
from line #69 of zope.security.tests.test_standard_checkers.test_dict
Expected: 0
Got: False
*****************************************************************
Failure in example: d.__class__ == dict
from line #73 of zope.security.tests.test_standard_checkers.test_dict
Expected: 1
Got: True


Error in test unittest.FunctionTestCase (<lambda>)
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/unittest.py", line 413, in runTest
    self.__testFunc()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 65, in <lambda>
    lambda args=(tester, name, doc, filename, lineno):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 97, in _test
    raise DocTestTestFailure(
DocTestTestFailure: Failed doctest test for zope.security.tests.test_standard_checkers.test_list
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/security/tests/test_standard_checkers.py", line 104, in test_list

*****************************************************************
Failure in example: 1 in l
from line #25 of zope.security.tests.test_standard_checkers.test_list
Expected: 1
Got: True
*****************************************************************
Failure in example: l < l
from line #40 of zope.security.tests.test_standard_checkers.test_list
Expected: 0
Got: False
*****************************************************************
Failure in example: l > l
from line #42 of zope.security.tests.test_standard_checkers.test_list
Expected: 0
Got: False
*****************************************************************
Failure in example: l <= l
from line #44 of zope.security.tests.test_standard_checkers.test_list
Expected: 1
Got: True
*****************************************************************
Failure in example: l >= l
from line #46 of zope.security.tests.test_standard_checkers.test_list
Expected: 1
Got: True
*****************************************************************
Failure in example: l == l
from line #48 of zope.security.tests.test_standard_checkers.test_list
Expected: 1
Got: True
*****************************************************************
Failure in example: l != l
from line #50 of zope.security.tests.test_standard_checkers.test_list
Expected: 0
Got: False
*****************************************************************
Failure in example: l.__class__ == list
from line #54 of zope.security.tests.test_standard_checkers.test_list
Expected: 1
Got: True


Error in test unittest.FunctionTestCase (<lambda>)
Traceback (most recen
<truncated>