components/logilab-common/test/results-all.master
changeset 3918 d8138667d338
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/logilab-common/test/results-all.master	Fri Mar 06 13:23:54 2015 -0800
@@ -0,0 +1,181 @@
+[?1034hgoing into $(SOURCE_DIR)/test
+======================  unittest_interface.py  =======================
+.....
+======================  unittest_shellutils.py  ======================
+.E.....................
+======================================================================
+ERROR: test_locked_for_one_hour (unittest_shellutils.AcquireLockTC)
+----------------------------------------------------------------------
+Traceback (most recent call last)
+  File "$(PYTHONPATH)/logilab/common/testlib.py", line 646, in _proceed
+    testfunc(*args, **kwargs)
+  File "$(SOURCE_DIR)/test/unittest_shellutils.py", line 208, in test_locked_for_one_hour
+    self.assertRaises(UserWarning, acquire_lock, self.lock, max_try=2, delay=1)
+  File "$(PYTHONPATH)/logilab/common/testlib.py", line 1150, in failUnlessRaises
+    callableObj(*args, **kwargs)
+  File "$(PYTHONPATH)/logilab/common/shellutils.py", line 281, in acquire_lock
+    raise Exception('Unable to acquire %s' % lock_file)
+Exception: Unable to acquire /tmp/tmpXXXXXX/LOCK
+
+                              no stdout                               
+                              no stderr                               
+========================  unittest_pytest.py  ========================
+..
+========================  unittest_cache.py  =========================
+........
+======================  unittest_changelog.py  =======================
+unittest_changelog.py:33: DeprecationWarning: Non-standard: please copy test method to your TestCase class
+  self.assertStreamEquals(open(self.cl_file), out)
+.
+========================  unittest_graph.py  =========================
+..............
+=========================  unittest_tree.py  =========================
+........................
+======================  unittest_decorators.py  ======================
+............
+======================  unittest_taskqueue.py  =======================
+.....
+========================  unittest_compat.py  ========================
+....
+====================  unittest_ureports_text.py  =====================
+.......
+=======================  unittest_testlib.py  ========================
+............................................................................unittest_testlib.py:180: DeprecationWarning: Non-standard: please copy test method to your TestCase class
+  self.assertDirEqual(ed1, ed2)
+unittest_testlib.py:181: DeprecationWarning: Non-standard: please copy test method to your TestCase class
+  self.assertDirEqual(ref, ref)
+$(PYTHONPATH)/logilab/common/testlib.py:1059: DeprecationWarning: Non-standard: please copy test method to your TestCase class
+  osp.join(path_b, ipath_b, ifiles_b[index]))
+$(PYTHONPATH)/logilab/common/testlib.py:998: DeprecationWarning: Non-standard: please copy test method to your TestCase class
+  msg_prefix='Files differs\n-:%s\n+:%s\n'%(fname1, fname2))
+unittest_testlib.py:182: DeprecationWarning: Non-standard: please copy test method to your TestCase class
+  self.assertDirEqual( ref, same)
+$(PYTHONPATH)/logilab/common/testlib.py:1150: DeprecationWarning: Non-standard: please copy test method to your TestCase class
+  callableObj(*args, **kwargs)
+..unittest_testlib.py:166: DeprecationWarning: Non-standard: please copy test method to your TestCase class
+  self.tc.assertFileEqual(foo, foo)
+.........unittest_testlib.py:193: DeprecationWarning: Non-standard: please copy test method to your TestCase class
+  self.tc.assertStreamEqual(stream1, stream1)
+.....unittest_testlib.py:119: DeprecationWarning: Non-standard: please copy test method to your TestCase class
+  self.tc.assertXMLStringWellFormed(valid)
+...
+====================  unittest_ureports_html.py  =====================
+.......
+====================  unittest_configuration.py  =====================
+.............
+=========================  unittest_date.py  =========================
+.....................F.unittest_date.py:150: DeprecationWarning: Please use skipTest instead.
+  self.skip('mx.DateTime is not installed')
+SSSSSSSSSSSSSSSSSSSSSS
+======================================================================
+FAIL: test_ticks2datetime_before_1900 (unittest_date.DateTC)
+----------------------------------------------------------------------
+Traceback (most recent call last)
+  File "$(PYTHONPATH)/logilab/common/testlib.py", line 646, in _proceed
+    testfunc(*args, **kwargs)
+  File "$(SOURCE_DIR)/test/unittest_date.py", line 139, in test_ticks2datetime_before_1900
+    self.assertEqual(ustrftime(date, '%Y-%m-%d'), u'1899-12-31')
+  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
+    assertion_func(first, second, msg=msg)
+  File "/usr/lib/python2.7/unittest/case.py", line 924, in assertMultiLineEqual
+    self.fail(self._formatMessage(msg, standardMsg))
+  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
+    raise self.failureException(msg)
+AssertionError: u'1899-12-30' != u'1899-12-31'
+- 1899-12-30
+?          ^
++ 1899-12-31
+?          ^
+
+
+                              no stdout                               
+                              no stderr                               
+======================================================================
+SKIPPED: test_add_days_worked (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_day (unittest_date.MxDateTC)
+enumerate days
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_get_national_holidays (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_month (unittest_date.MxDateTC)
+enumerate months
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_afternoon (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_afternoon_before_holiday (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_afternoon_before_saturday (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_day_nextday (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_friday_monday (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_friday_monday_with_two_weekends (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_friday_saturday (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_friday_sunday (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_now_and_before (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_now_now (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_now_now2 (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_saturday_monday (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_saturday_sunday (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_saturday_tuesday (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_tuesday_friday (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_open_days_tuesday_wednesday (unittest_date.MxDateTC)
+week-end + easter monday
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_ticks2datetime_before_1900 (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+======================================================================
+SKIPPED: test_ustrftime_before_1900 (unittest_date.MxDateTC)
+	mx.DateTime is not installed
+========================  unittest_table.py  =========================
+.....................................
+=====================  unittest_deprecation.py  ======================
+....
+=======================  unittest_xmlutils.py  =======================
+.....
+=======================  unittest_umessage.py  =======================
+....
+=======================  unittest_modutils.py  =======================
+...................................
+======================  unittest_fileutils.py  =======================
+............
+=======================  unittest_registry.py  =======================
+..........
+======================  unittest_textutils.py  =======================
+.........................................
+*******************************************************************************
+Ran 413 test cases in TIME (CPUTIME), 1 errors, 1 failures, 22 skipped
+21 modules OK (2 failed)
+failures: $(SOURCE_DIR)/test/unittest_shellutils [1/23], $(SOURCE_DIR)/test/unittest_date [1/45]