[pypy-svn] r58752 - pypy/branch/2.5-merge/lib-python

arigo at codespeak.net arigo at codespeak.net
Tue Oct 7 15:43:48 CEST 2008


Author: arigo
Date: Tue Oct  7 15:43:48 2008
New Revision: 58752

Modified:
   pypy/branch/2.5-merge/lib-python/failure_list.txt
Log:
Paste an updated list of failures.


Modified: pypy/branch/2.5-merge/lib-python/failure_list.txt
==============================================================================
--- pypy/branch/2.5-merge/lib-python/failure_list.txt	(original)
+++ pypy/branch/2.5-merge/lib-python/failure_list.txt	Tue Oct  7 15:43:48 2008
@@ -1,8 +1,129 @@
+arigo at wyvern ~/svn/pypy/branch/2.5-merge/lib-python/modified-2.5.2/test $ py.test --pypy=/home/arigo/pypysrc/compiled/pypy-c-58675-2.5-O1 -k core --tb=no
+inserting into sys.path: /home/arigo/svn/pypy/branch/2.5-merge
+================================================================ test session starts ================================================================
+HOSTUP: localhost-0 linux2 /usr/bin/python - Python 2.4.4-final-0
 
-test_descr
-    cannot easily complete this; after another quick review, the failures
-    left are mostly "don't care" internal details.
+test___all__.py .
+../../2.5.2/test/test___future__.py .
+test_array.py .
+../../2.5.2/test/test_atexit.py .
+../../2.5.2/test/test_augassign.py .
+../../2.5.2/test/test_binop.py .
+../../2.5.2/test/test_bisect.py .
+../../2.5.2/test/test_bool.py .
+test_bufio.py .
+test_builtin.py .
+../../2.5.2/test/test_call.py .
+../../2.5.2/test/test_charmapcodec.py .
+test_class.py .
+../../2.5.2/test/test_cmath.py .
+../../2.5.2/test/test_codeccallbacks.py F
+test_codecs.py F
+test_codeop.py .
+../../2.5.2/test/test_coercion.py F
+../../2.5.2/test/test_compare.py .
+test_compile.py F
+test_complex.py .
+../../2.5.2/test/test_contains.py .
+test_copy.py .
+../../2.5.2/test/test_copy_reg.py .
+test_cpickle.py F
+../../2.5.2/test/test_decorators.py .
+test_deque.py F
+test_descr.py F
+test_descrtut.py .
+test_dict.py F
+../../2.5.2/test/test_dircache.py .
+../../2.5.2/test/test_dummy_thread.py .
+../../2.5.2/test/test_dummy_threading.py .
+test_enumerate.py .
+../../2.5.2/test/test_eof.py F
+test_exceptions.py F
+../../2.5.2/test/test_extcall.py F
+test_file.py F
+../../2.5.2/test/test_filecmp.py .
+../../2.5.2/test/test_fileinput.py .
+../../2.5.2/test/test_fnmatch.py .
+test_format.py F
+../../2.5.2/test/test_fpformat.py .
+test_funcattrs.py F
+../../2.5.2/test/test_future.py .
+../../2.5.2/test/test_future1.py .
+../../2.5.2/test/test_future2.py .
+../../2.5.2/test/test_future3.py .
+test_generators.py F
+test_genexps.py F
+../../2.5.2/test/test_getopt.py f
+../../2.5.2/test/test_glob.py .
+../../2.5.2/test/test_global.py .
+../../2.5.2/test/test_grammar.py F
+../../2.5.2/test/test_hash.py .
+../../2.5.2/test/test_hashlib.py f
+../../2.5.2/test/test_heapq.py .
+../../2.5.2/test/test_hexoct.py .
+../../2.5.2/test/test_imp.py .
+../../2.5.2/test/test_import.py f
+../../2.5.2/test/test_importhooks.py F
+../../2.5.2/test/test_isinstance.py F
+test_iter.py .
+../../2.5.2/test/test_iterlen.py F
+test_itertools.py F
+../../2.5.2/test/test_list.py F
+../../2.5.2/test/test_long.py F
+../../2.5.2/test/test_long_future.py .
+../../2.5.2/test/test_longexp.py .
+test_marshal.py F
+../../2.5.2/test/test_math.py .
+test_module.py .
+../../2.5.2/test/test_multibytecodec_support.py .
+test_mutants.py .
+../../2.5.2/test/test_new.py F
+../../2.5.2/test/test_opcodes.py .
+test_operations.py .
+../../2.5.2/test/test_operator.py F
+test_os.py .
+test_parser.py F
+../../2.5.2/test/test_pickle.py F
+../../2.5.2/test/test_pkg.py .
+../../2.5.2/test/test_pkgimport.py .
+../../2.5.2/test/test_pow.py .
+../../2.5.2/test/test_pprint.py .
+../../2.5.2/test/test_profilehooks.py .
+test_re.py F
+test_repr.py F
+../../2.5.2/test/test_richcmp.py .
+test_scope.py .
+test_set.py F
+test_slice.py .
+../../2.5.2/test/test_softspace.py .
+test_sort.py F
+../../2.5.2/test/test_str.py F
+../../2.5.2/test/test_string.py F
+../../2.5.2/test/test_StringIO.py .
+../../2.5.2/test/test_syntax.py F
+test_sys.py F
+../../2.5.2/test/test_thread.py F
+../../2.5.2/test/test_threaded_import.py F
+../../2.5.2/test/test_threading.py F
+../../2.5.2/test/test_threading_local.py F
+../../2.5.2/test/test_time.py F
+test_trace.py F
+test_traceback.py F
+../../2.5.2/test/test_transformer.py .
+../../2.5.2/test/test_tuple.py F
+../../2.5.2/test/test_types.py .
+../../2.5.2/test/test_unary.py .
+../../2.5.2/test/test_unicode.py F
+../../2.5.2/test/test_unittest.py .
+../../2.5.2/test/test_univnewlines.py f
+test_unpack.py F
+../../2.5.2/test/test_userdict.py .
+../../2.5.2/test/test_userlist.py F
+test_userstring.py F
+../../2.5.2/test/test_warnings.py .
+test_weakref.py F
+test_xrange.py .
 
-test_extcall
-   cannot be fixed.  PyPy produces different TypeError messages but they are
-   also correct and useful (reviewed them again).
+========================================================== 174 tests deselected by 'core' ===========================================================
+===================================================== 65/120 passed + 0 skips in 459.34 seconds =====================================================
+=================================================================== failures: 55 ====================================================================



More information about the Pypy-commit mailing list