components/logilab-common/test/results-all.master
author John Beck <John.Beck@Oracle.COM>
Fri, 06 Mar 2015 13:23:54 -0800
changeset 3918 d8138667d338
permissions -rw-r--r--
20663199 six Userland components need work for Python 2.6 -> 2.7 move
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3918
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
[?1034hgoing into $(SOURCE_DIR)/test
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
======================  unittest_interface.py  =======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
.....
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
======================  unittest_shellutils.py  ======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
.E.....................
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
ERROR: test_locked_for_one_hour (unittest_shellutils.AcquireLockTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
----------------------------------------------------------------------
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
Traceback (most recent call last)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
  File "$(PYTHONPATH)/logilab/common/testlib.py", line 646, in _proceed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
    testfunc(*args, **kwargs)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
  File "$(SOURCE_DIR)/test/unittest_shellutils.py", line 208, in test_locked_for_one_hour
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
    self.assertRaises(UserWarning, acquire_lock, self.lock, max_try=2, delay=1)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
  File "$(PYTHONPATH)/logilab/common/testlib.py", line 1150, in failUnlessRaises
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
    callableObj(*args, **kwargs)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
  File "$(PYTHONPATH)/logilab/common/shellutils.py", line 281, in acquire_lock
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
    raise Exception('Unable to acquire %s' % lock_file)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
Exception: Unable to acquire /tmp/tmpXXXXXX/LOCK
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
                              no stdout                               
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
                              no stderr                               
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
========================  unittest_pytest.py  ========================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
..
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
========================  unittest_cache.py  =========================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
........
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
======================  unittest_changelog.py  =======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
unittest_changelog.py:33: DeprecationWarning: Non-standard: please copy test method to your TestCase class
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
  self.assertStreamEquals(open(self.cl_file), out)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
.
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
========================  unittest_graph.py  =========================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
..............
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
=========================  unittest_tree.py  =========================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
........................
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
======================  unittest_decorators.py  ======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
............
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
======================  unittest_taskqueue.py  =======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
.....
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
========================  unittest_compat.py  ========================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
....
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    40
====================  unittest_ureports_text.py  =====================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
.......
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
=======================  unittest_testlib.py  ========================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    43
............................................................................unittest_testlib.py:180: DeprecationWarning: Non-standard: please copy test method to your TestCase class
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    44
  self.assertDirEqual(ed1, ed2)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    45
unittest_testlib.py:181: DeprecationWarning: Non-standard: please copy test method to your TestCase class
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    46
  self.assertDirEqual(ref, ref)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    47
$(PYTHONPATH)/logilab/common/testlib.py:1059: DeprecationWarning: Non-standard: please copy test method to your TestCase class
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    48
  osp.join(path_b, ipath_b, ifiles_b[index]))
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    49
$(PYTHONPATH)/logilab/common/testlib.py:998: DeprecationWarning: Non-standard: please copy test method to your TestCase class
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    50
  msg_prefix='Files differs\n-:%s\n+:%s\n'%(fname1, fname2))
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    51
unittest_testlib.py:182: DeprecationWarning: Non-standard: please copy test method to your TestCase class
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    52
  self.assertDirEqual( ref, same)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    53
$(PYTHONPATH)/logilab/common/testlib.py:1150: DeprecationWarning: Non-standard: please copy test method to your TestCase class
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    54
  callableObj(*args, **kwargs)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    55
..unittest_testlib.py:166: DeprecationWarning: Non-standard: please copy test method to your TestCase class
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    56
  self.tc.assertFileEqual(foo, foo)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    57
.........unittest_testlib.py:193: DeprecationWarning: Non-standard: please copy test method to your TestCase class
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    58
  self.tc.assertStreamEqual(stream1, stream1)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    59
.....unittest_testlib.py:119: DeprecationWarning: Non-standard: please copy test method to your TestCase class
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    60
  self.tc.assertXMLStringWellFormed(valid)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    61
...
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    62
====================  unittest_ureports_html.py  =====================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    63
.......
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    64
====================  unittest_configuration.py  =====================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    65
.............
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    66
=========================  unittest_date.py  =========================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    67
.....................F.unittest_date.py:150: DeprecationWarning: Please use skipTest instead.
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    68
  self.skip('mx.DateTime is not installed')
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    69
SSSSSSSSSSSSSSSSSSSSSS
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    70
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    71
FAIL: test_ticks2datetime_before_1900 (unittest_date.DateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    72
----------------------------------------------------------------------
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    73
Traceback (most recent call last)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    74
  File "$(PYTHONPATH)/logilab/common/testlib.py", line 646, in _proceed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    75
    testfunc(*args, **kwargs)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    76
  File "$(SOURCE_DIR)/test/unittest_date.py", line 139, in test_ticks2datetime_before_1900
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    77
    self.assertEqual(ustrftime(date, '%Y-%m-%d'), u'1899-12-31')
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    78
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    79
    assertion_func(first, second, msg=msg)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    80
  File "/usr/lib/python2.7/unittest/case.py", line 924, in assertMultiLineEqual
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    81
    self.fail(self._formatMessage(msg, standardMsg))
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    82
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    83
    raise self.failureException(msg)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    84
AssertionError: u'1899-12-30' != u'1899-12-31'
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    85
- 1899-12-30
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    86
?          ^
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    87
+ 1899-12-31
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    88
?          ^
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    89
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    90
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    91
                              no stdout                               
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    92
                              no stderr                               
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    93
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    94
SKIPPED: test_add_days_worked (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    95
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    96
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    97
SKIPPED: test_day (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    98
enumerate days
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    99
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   100
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   101
SKIPPED: test_get_national_holidays (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   102
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   103
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   104
SKIPPED: test_month (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   105
enumerate months
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   106
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   107
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   108
SKIPPED: test_open_days_afternoon (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   109
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   110
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   111
SKIPPED: test_open_days_afternoon_before_holiday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   112
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   113
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   114
SKIPPED: test_open_days_afternoon_before_saturday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   115
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   116
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   117
SKIPPED: test_open_days_day_nextday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   118
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   119
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   120
SKIPPED: test_open_days_friday_monday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   121
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   122
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   123
SKIPPED: test_open_days_friday_monday_with_two_weekends (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   124
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   125
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   126
SKIPPED: test_open_days_friday_saturday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   127
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   128
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   129
SKIPPED: test_open_days_friday_sunday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   130
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   131
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   132
SKIPPED: test_open_days_now_and_before (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   133
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   134
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   135
SKIPPED: test_open_days_now_now (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   136
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   137
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   138
SKIPPED: test_open_days_now_now2 (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   139
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   140
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   141
SKIPPED: test_open_days_saturday_monday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   142
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   143
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   144
SKIPPED: test_open_days_saturday_sunday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   145
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   146
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   147
SKIPPED: test_open_days_saturday_tuesday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   148
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   149
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   150
SKIPPED: test_open_days_tuesday_friday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   151
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   152
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   153
SKIPPED: test_open_days_tuesday_wednesday (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   154
week-end + easter monday
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   155
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   156
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   157
SKIPPED: test_ticks2datetime_before_1900 (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   158
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   159
======================================================================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   160
SKIPPED: test_ustrftime_before_1900 (unittest_date.MxDateTC)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   161
	mx.DateTime is not installed
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   162
========================  unittest_table.py  =========================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   163
.....................................
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   164
=====================  unittest_deprecation.py  ======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   165
....
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   166
=======================  unittest_xmlutils.py  =======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   167
.....
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   168
=======================  unittest_umessage.py  =======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   169
....
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   170
=======================  unittest_modutils.py  =======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   171
...................................
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   172
======================  unittest_fileutils.py  =======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   173
............
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   174
=======================  unittest_registry.py  =======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   175
..........
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   176
======================  unittest_textutils.py  =======================
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   177
.........................................
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   178
*******************************************************************************
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   179
Ran 413 test cases in TIME (CPUTIME), 1 errors, 1 failures, 22 skipped
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   180
21 modules OK (2 failed)
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   181
failures: $(SOURCE_DIR)/test/unittest_shellutils [1/23], $(SOURCE_DIR)/test/unittest_date [1/45]