[pypy-svn] r55279 - pypy/django/tests

fijal at codespeak.net fijal at codespeak.net
Mon May 26 21:51:32 CEST 2008


Author: fijal
Date: Mon May 26 21:51:31 2008
New Revision: 55279

Modified:
   pypy/django/tests/failures.txt
Log:
update failures


Modified: pypy/django/tests/failures.txt
==============================================================================
--- pypy/django/tests/failures.txt	(original)
+++ pypy/django/tests/failures.txt	Mon May 26 21:51:31 2008
@@ -20,3 +20,31 @@
 
 regressiontests/forms/widget_tests and others fixed in r55075
 
+As of 26 May 2008
+=================
+
+modeltests/test_client
+
+  one test requires pyexpat
+
+regressiontests/serializers_regress/tests/SerializerTests/
+  test_xml_serializer
+  test_xml_serializer_fields
+  
+    requires pyexpat
+
+fixtures - requires pyexpat
+modeltests/serializers - requires pyexpat (can hide further errors, hard to tell)
+
+regressiontests.i18n.tests.__test__.regressions - module print
+
+regressiontests.forms.tests.__test__.form_tests - pyexpat
+
+regressiontests.dispatch.tests.test_dispatcher.DispatcherTests - garbage collection not happening immediately
+
+doctest regressiontests.datastructures.tests[45] - dict subclasses
+
+regressiontests.httpwrappers.tests - dict subclasses
+
+regressiontests.templates.tests.Templates - pyexpat
+



More information about the Pypy-commit mailing list