Message132170
| Author |
westley.martinez |
| Recipients |
brett.cannon, eric.araujo, tarek, westley.martinez |
| Date |
2011年03月25日.22:28:31 |
| SpamBayes Score |
0.00022229303 |
| Marked as misclassified |
No |
| Message-id |
<1301092113.2.0.40344615083.issue11340@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
test_check_archive_formats (__main__.ArchiveUtilTestCase) ... ok
test_compress_deprecated (__main__.ArchiveUtilTestCase) ... FAIL
test_make_archive (__main__.ArchiveUtilTestCase) ... ok
test_make_archive_cwd (__main__.ArchiveUtilTestCase) ... ok
test_make_tarball (__main__.ArchiveUtilTestCase) ... ok
test_make_zipfile (__main__.ArchiveUtilTestCase) ... ok
test_make_zipfile_no_zlib (__main__.ArchiveUtilTestCase) ... ok
test_tarfile_vs_tar (__main__.ArchiveUtilTestCase) ... ok
======================================================================
FAIL: test_compress_deprecated (__main__.ArchiveUtilTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/westley/Projects/cpython/Lib/distutils/tests/test_archive_util.py", line 165, in test_compress_deprecated
self.assertTrue(os.path.exists(tarball))
AssertionError: False is not true
----------------------------------------------------------------------
Ran 8 tests in 0.203s
FAILED (failures=1)
Traceback (most recent call last):
File "/home/westley/Projects/cpython/Lib/runpy.py", line 160, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/home/westley/Projects/cpython/Lib/runpy.py", line 73, in _run_code
exec(code, run_globals)
File "/home/westley/Projects/cpython/Lib/distutils/tests/test_archive_util.py", line 248, in <module>
run_unittest(test_suite())
File "/home/westley/Projects/cpython/Lib/test/support.py", line 1192, in run_unittest
_run_suite(suite)
File "/home/westley/Projects/cpython/Lib/test/support.py", line 1175, in _run_suite
raise TestFailed(err)
test.support.TestFailed: Traceback (most recent call last):
File "/home/westley/Projects/cpython/Lib/distutils/tests/test_archive_util.py", line 165, in test_compress_deprecated
self.assertTrue(os.path.exists(tarball))
AssertionError: False is not true
[101559 refs] |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2011年03月25日 22:28:33 | westley.martinez | set | recipients:
+ westley.martinez, brett.cannon, tarek, eric.araujo |
| 2011年03月25日 22:28:33 | westley.martinez | set | messageid: <1301092113.2.0.40344615083.issue11340@psf.upfronthosting.co.za> |
| 2011年03月25日 22:28:32 | westley.martinez | link | issue11340 messages |
| 2011年03月25日 22:28:31 | westley.martinez | create |
|